X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Farenas%2FCSampleAgents.py;fp=src%2Farenas%2FCSampleAgents.py;h=0000000000000000000000000000000000000000;hb=0b7fa628c87e514d1400179e6d57e084df9e5903;hp=3ec8edbcc40c295f13742dafe4ffcd6acbb756e7;hpb=041f195b018bb74676017dd0a09f8a079611ba4b;p=progcomp10.git 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]