X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Farenas%2FCSampleAgents.py;h=3ec8edbcc40c295f13742dafe4ffcd6acbb756e7;hb=75c1e3a9cb882db9937f709f9bf9ac11cfa2258c;hp=a49d6dfc29870962e61f8c4343746a0f35ee164c;hpb=e8fcb6cf08a0403de94a166977a7523a0eabd164;p=progcomp10.git diff --git a/src/arenas/CSampleAgents.py b/src/arenas/CSampleAgents.py index a49d6df..3ec8edb 100644 --- a/src/arenas/CSampleAgents.py +++ b/src/arenas/CSampleAgents.py @@ -5,7 +5,7 @@ Written by Daniel Axtens for the UCC Programming Competition in Licensed under an MIT-style license: see the LICENSE file for details. ''' -from link.C.c_agents import c_angel, c_lucifer, c_streetfighter, c_frenchie +from link.C.c_agents import c_angel, c_lucifer, c_streetfighter, c_wash class arena: - Agents = [c_angel,c_lucifer,c_streetfighter,c_frenchie] + Agents = [c_angel,c_lucifer,c_streetfighter,c_wash]