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

visualizing CTF clusters (teams playing together at DEFCON 2022)

<img src="./teams.svg"></img>

## building

Install graphviz with the package manager of your choice.

```
neato -Tsvg teams.dot > teams.svg
```