Created arenas - a way of playing off a predefined set of bots without reconfiguring...
[progcomp10.git] / src / arenas / CSampleAgents.py
diff --git a/src/arenas/CSampleAgents.py b/src/arenas/CSampleAgents.py
new file mode 100644 (file)
index 0000000..a49d6df
--- /dev/null
@@ -0,0 +1,11 @@
+'''CSampleAgents.py
+An areana that runs the sample bots in C.
+Written by Daniel Axtens <[email protected]> for the UCC Programming Competition in 2010.
+
+Licensed under an MIT-style license: see the LICENSE file for details.
+'''
+
+from link.C.c_agents import c_angel, c_lucifer, c_streetfighter, c_frenchie
+
+class arena:
+       Agents =  [c_angel,c_lucifer,c_streetfighter,c_frenchie]

UCC git Repository :: git.ucc.asn.au