about summary refs log tree commit diff
path: root/README.md
blob: 3ecc4e05045d40f5c6fbf46dffeb90c0406ad177 (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) (see [github.com/stong/ctf_clusters](https://github.com/stong/ctf_clusters) for 2023).

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

## building

Install graphviz with the package manager of your choice.

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