oops, one more file
[progcomp10.git] / src / arenas / CSampleAgents.py
diff --git a/src/arenas/CSampleAgents.py b/src/arenas/CSampleAgents.py
deleted file mode 100644 (file)
index 3ec8edb..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-'''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_wash
-
-class arena:
-       Agents =  [c_angel,c_lucifer,c_streetfighter,c_wash]

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