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

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

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

## building

Install graphviz with the package manager of your choice.

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