about summary refs log tree commit diff
path: root/README.md
blob: d884b1908ef47146749116028f715ed7ea4b438b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ctf_clusters

visualizing CTF clusters (teams playing together at DEFCON quals 2022)

<<<<<<< HEAD
<img src="./teams.svg"></img>
=======
## building

Install graphviz with the package manager of your choice.

```
neato -Tsvg teams.dot > teams.svg
```
>>>>>>> 6e08e33 (build instructions)