a49d6dfc29870962e61f8c4343746a0f35ee164c
[progcomp10.git] / src / arenas / CSampleAgents.py
1 '''CSampleAgents.py
2 An areana that runs the sample bots in C.
3 Written by Daniel Axtens <[email protected]> for the UCC Programming Competition in 2010.
4
5 Licensed under an MIT-style license: see the LICENSE file for details.
6 '''
7
8 from link.C.c_agents import c_angel, c_lucifer, c_streetfighter, c_frenchie
9
10 class arena:
11         Agents =  [c_angel,c_lucifer,c_streetfighter,c_frenchie]

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