cdaab5f58356fcc5f74b77f84b1e6b109d732303
[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, Wash, Streetfighter
10
11
12 # Import and add your agents here:
13 class arena:
14     Agents =  [Angel,Lucifer,Streetfighter,Wash]

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