unbroke
authorDaniel Axtens <[email protected]>
Thu, 1 Jul 2010 09:41:41 +0000 (17:41 +0800)
committerDaniel Axtens <[email protected]>
Thu, 1 Jul 2010 09:41:41 +0000 (17:41 +0800)
src/arenas/PythonSampleAgents.py

index c0c1134..0a710c4 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/python2.5
-'''PythonSampleAgentsArena.py
+'''PythonSampleAgents.py
 An areana that runs the sample bots in python.
 Written by Daniel Axtens <[email protected]> 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

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