0a710c43b758f68fb514a9cca2c4ca90be9093d0
[progcomp10.git] / src / arenas / PythonSampleAgents.py
1 #!/usr/bin/python2.5
2 '''PythonSampleAgents.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 arena:
14     Agents =  [Angel,Lucifer,Streetfighter,Frenchie]

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