X-Git-Url: https://git.ucc.asn.au/?p=progcomp10.git;a=blobdiff_plain;f=src%2Farenas%2FPythonSampleAgents.py;h=e3e0ea880ed2d60887ff0109dfb335165780fcf7;hp=cdaab5f58356fcc5f74b77f84b1e6b109d732303;hb=8bb595883c635ac334d8dd67c4f2320256ce3d9b;hpb=48332dd39b0e95a40c4c2504f90898d42264a53e 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]