X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Farenas%2FPythonSampleAgents.py;h=e3e0ea880ed2d60887ff0109dfb335165780fcf7;hb=f23a69f735f155d06e6e8f47e85bc9266957803f;hp=cdaab5f58356fcc5f74b77f84b1e6b109d732303;hpb=75c1e3a9cb882db9937f709f9bf9ac11cfa2258c;p=progcomp10.git diff --git a/src/arenas/PythonSampleAgents.py b/src/arenas/PythonSampleAgents.py index cdaab5f..e3e0ea8 100755 --- a/src/arenas/PythonSampleAgents.py +++ b/src/arenas/PythonSampleAgents.py @@ -1,6 +1,6 @@ #!/usr/bin/python2.5 '''PythonSampleAgents.py -An areana that runs the sample bots in python. +An arena that runs the sample bots in python. Written by Daniel Axtens for the UCC Programming Competition in 2010. Licensed under an MIT-style license: see the LICENSE file for details. @@ -8,7 +8,5 @@ Licensed under an MIT-style license: see the LICENSE file for details. from SampleAgents import Angel, Lucifer, Dummy, Wash, Streetfighter - -# Import and add your agents here: class arena: Agents = [Angel,Lucifer,Streetfighter,Wash]