X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Flink%2FC%2Fc_agents.py;h=ed461b5c1ae8d9900bb55f02677e3a53ec7f1bd5;hb=5e6d63249d1251ca0838a257ff9671383edc15b1;hp=dfc1393678e1b09437dac4368e40cf50a1358b7d;hpb=13eb5cad5dedf0cc7a01f7f8d50812b14288e71d;p=progcomp10.git diff --git a/src/link/C/c_agents.py b/src/link/C/c_agents.py index dfc1393..ed461b5 100644 --- a/src/link/C/c_agents.py +++ b/src/link/C/c_agents.py @@ -1,5 +1,5 @@ # add your agents to this file by copying the definition and adjusting -# you then need to modify simulate.py +# you then need to make sure there's an arena that imports your agent from link.cAgent import cAgent @@ -15,6 +15,6 @@ class c_streetfighter (cAgent): def __init__ (self): cAgent.__init__(self, "./link/C/agents/c_streetfighter") -class c_frenchie (cAgent): +class c_wash (cAgent): def __init__ (self): - cAgent.__init__(self, "./link/C/agents/c_frenchie") + cAgent.__init__(self, "./link/C/agents/c_wash")