diff --git a/src/arenas/PythonSampleAgents.py b/src/arenas/PythonSampleAgents.py index c0c1134fb0c172438a2103f99b6a9d43041b47d5..0a710c43b758f68fb514a9cca2c4ca90be9093d0 100755 --- a/src/arenas/PythonSampleAgents.py +++ b/src/arenas/PythonSampleAgents.py @@ -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 <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