X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Flink%2FC%2FREADME;h=ad894a71edbca7e334ca38e510b8e190cbd488c3;hb=75c1e3a9cb882db9937f709f9bf9ac11cfa2258c;hp=9afcc16778ad09b0f1bdb896c0391580033beb4a;hpb=e8fcb6cf08a0403de94a166977a7523a0eabd164;p=progcomp10.git diff --git a/src/link/C/README b/src/link/C/README index 9afcc16..ad894a7 100644 --- a/src/link/C/README +++ b/src/link/C/README @@ -18,12 +18,12 @@ Your agents live in link.C.c_agents Add them to Agents to get them to do battle. For example, this code imports c_angel, c_lucifer, c_streetfighter and -c_frenchie, as well as the python sample agents, and then battles c_lucifer, -python Frenchie, c_streetfighter and c_angel. It goes at the top of simulate.py. +c_wash, as well as the python sample agents, and then battles c_lucifer, +python Wash, c_streetfighter and c_angel. It goes at the top of simulate.py. # Import and add your agents here: -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 -from SampleAgents import Angel, Lucifer, Dummy, Frenchie, Streetfighter -Agents = [c_lucifer, Frenchie, c_streetfighter, c_angel] +from SampleAgents import Angel, Lucifer, Dummy, Wash, Streetfighter +Agents = [c_lucifer, Wash, c_streetfighter, c_angel]