X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Fsimulate.py;h=643dad0a58a25de36d2d2de9fa0599d5c6787577;hb=15240ab3375de7b3260c47a204b1e7aae3cd516b;hp=13a20fa6ca31f786dc3998ee7706c748848ace8f;hpb=e9a8105a8f22404f4ac550d79954eaa6b7f5d8ff;p=progcomp10.git diff --git a/src/simulate.py b/src/simulate.py index 13a20fa..643dad0 100755 --- a/src/simulate.py +++ b/src/simulate.py @@ -6,9 +6,10 @@ Licensed under an MIT-style license: see the LICENSE file for details. ''' # Import and add your agents here: -from djaAgents import BOFH +from link.cangel import CAngel + from SampleAgents import Angel, Lucifer, Dummy, Frenchie, Streetfighter -Agents = [Angel, Lucifer, Frenchie, Streetfighter, BOFH] +Agents = [Lucifer, Frenchie, Streetfighter, CAngel] #################################### # Developers only past this point! #