Skip to content
Snippets Groups Projects
Commit e8fcb6cf authored by Daniel Axtens's avatar Daniel Axtens
Browse files

unbroke

parent 32894cee
Branches
No related merge requests found
#!/usr/bin/python2.5
'''PythonSampleAgentsArena.py
'''PythonSampleAgents.py
An areana that runs the sample bots in python.
Written by Daniel Axtens <dja@ucc.asn.au> for the UCC Programming Competition in 2010.
......@@ -10,5 +10,5 @@ from SampleAgents import Angel, Lucifer, Dummy, Frenchie, Streetfighter
# Import and add your agents here:
class PythonSampleAgentsArena:
class arena:
Agents = [Angel,Lucifer,Streetfighter,Frenchie]
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment