about summary refs log tree commit diff
path: root/README.md
blob: 280c2a79ee4b73e36553f89e7c26e65ac40b105c (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)

<object type="image/svg+xml" data="./teams.svg"></object>

## building

Install graphviz with the package manager of your choice.

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