about summary refs log tree commit diff
path: root/teams.dot
diff options
context:
space:
mode:
Diffstat (limited to 'teams.dot')
-rw-r--r--teams.dot10
1 files changed, 10 insertions, 0 deletions
diff --git a/teams.dot b/teams.dot
index 7aa6c4f..8a66b18 100644
--- a/teams.dot
+++ b/teams.dot
@@ -71,6 +71,11 @@ digraph teams {
     // DiceGuesser
     "DiceGang" [href="https://ctftime.org/team/109452"];
     "SuperGuesser" [href="https://ctftime.org/team/130817"];
+
+    // StarBugs
+    "CodeRed" [href="https://ctftime.org/team/4004"];
+    "GYG" [href="https://ctftime.org/team/33362"];
+    "SED" [href="https://ctftime.org/team/70332"];
   }
 
   // primary edges
@@ -138,6 +143,11 @@ digraph teams {
     // DiceGuesser
     "DiceGang" -> "DiceGuesser";
     "SuperGuesser" -> "DiceGuesser";
+
+    // StarBugs
+    "CodeRed" -> "StarBugs";
+    "GYG" -> "StarBugs";
+    "SED" -> "StarBugs";
   }
 }