c0c1134fb0c172438a2103f99b6a9d43041b47d5
[progcomp10.git] / src / arenas / PythonSampleAgents.py
1 #!/usr/bin/python2.5
2 '''PythonSampleAgentsArena.py
3 An areana that runs the sample bots in python.
4 Written by Daniel Axtens <[email protected]> for the UCC Programming Competition in 2010.
5
6 Licensed under an MIT-style license: see the LICENSE file for details.
7 '''
8
9 from SampleAgents import Angel, Lucifer, Dummy, Frenchie, Streetfighter
10
11
12 # Import and add your agents here:
13 class PythonSampleAgentsArena:
14     Agents =  [Angel,Lucifer,Streetfighter,Frenchie]

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