From: Daniel Axtens Date: Fri, 10 Sep 2010 05:13:32 +0000 (+0800) Subject: oops, one more file X-Git-Tag: v01~1 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=0b7fa628c87e514d1400179e6d57e084df9e5903;p=progcomp10.git oops, one more file --- diff --git a/src/arenas/CSampleAgents.py b/src/arenas/CSampleAgents.py deleted file mode 100644 index 3ec8edb..0000000 --- a/src/arenas/CSampleAgents.py +++ /dev/null @@ -1,11 +0,0 @@ -'''CSampleAgents.py -An areana that runs the sample bots in C. -Written by Daniel Axtens 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]