X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Farenas%2FPythonSampleAgents.py;h=cdaab5f58356fcc5f74b77f84b1e6b109d732303;hb=9de8fe1e1b7f8148cbaf850c5fa8dd1082f2353a;hp=0a710c43b758f68fb514a9cca2c4ca90be9093d0;hpb=e8fcb6cf08a0403de94a166977a7523a0eabd164;p=progcomp10.git diff --git a/src/arenas/PythonSampleAgents.py b/src/arenas/PythonSampleAgents.py index 0a710c4..cdaab5f 100755 --- a/src/arenas/PythonSampleAgents.py +++ b/src/arenas/PythonSampleAgents.py @@ -6,9 +6,9 @@ Written by Daniel Axtens for the UCC Programming Competition in 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]