X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Farenas%2FPythonSampleAgents.py;h=e3e0ea880ed2d60887ff0109dfb335165780fcf7;hb=a0cb577297def75ed27724fd8812cafeafbe2c73;hp=0a710c43b758f68fb514a9cca2c4ca90be9093d0;hpb=e8fcb6cf08a0403de94a166977a7523a0eabd164;p=progcomp10.git diff --git a/src/arenas/PythonSampleAgents.py b/src/arenas/PythonSampleAgents.py index 0a710c4..e3e0ea8 100755 --- a/src/arenas/PythonSampleAgents.py +++ b/src/arenas/PythonSampleAgents.py @@ -1,14 +1,12 @@ #!/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. ''' -from SampleAgents import Angel, Lucifer, Dummy, Frenchie, Streetfighter +from SampleAgents import Angel, Lucifer, Dummy, Wash, Streetfighter - -# Import and add your agents here: class arena: - Agents = [Angel,Lucifer,Streetfighter,Frenchie] \ No newline at end of file + Agents = [Angel,Lucifer,Streetfighter,Wash]