X-Git-Url: https://git.ucc.asn.au/?p=progcomp10.git;a=blobdiff_plain;f=src%2Farenas%2FCSampleAgents.py;fp=src%2Farenas%2FCSampleAgents.py;h=a49d6dfc29870962e61f8c4343746a0f35ee164c;hp=0000000000000000000000000000000000000000;hb=32894ceef149b03d0c32e663c281a44079b48673;hpb=41c24a0f37549124160ea46ba0c55e2e0c6d35d0 diff --git a/src/arenas/CSampleAgents.py b/src/arenas/CSampleAgents.py new file mode 100644 index 0000000..a49d6df --- /dev/null +++ b/src/arenas/CSampleAgents.py @@ -0,0 +1,11 @@ +'''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_frenchie + +class arena: + Agents = [c_angel,c_lucifer,c_streetfighter,c_frenchie]