oops, one more file
authorDaniel Axtens <[email protected]>
Fri, 10 Sep 2010 05:13:32 +0000 (13:13 +0800)
committerDaniel Axtens <[email protected]>
Fri, 10 Sep 2010 05:13:32 +0000 (13:13 +0800)
src/arenas/CSampleAgents.py [deleted file]

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