unbroke large chunks
[progcomp10.git] / src / link / C / c_agents.py
diff --git a/src/link/C/c_agents.py b/src/link/C/c_agents.py
new file mode 100644 (file)
index 0000000..ae64410
--- /dev/null
@@ -0,0 +1,20 @@
+# add your agents to this file by copying the definition and adjusting
+# you then need to modify simulate.py
+
+from link.externAgent import externAgent
+
+class c_angel (externAgent):
+       def __init__ (self):
+               externAgent.__init__(self, "./link/C/agents/c_angel")
+
+class c_lucifer (externAgent):
+       def __init__ (self):
+               externAgent.__init__(self, "./link/C/agents/c_lucifer")
+
+class c_streetfighter (externAgent):
+       def __init__ (self):
+               externAgent.__init__(self, "./link/C/agents/c_streetfighter")
+
+class c_frenchie (externAgent):
+       def __init__ (self):
+               externAgent.__init__(self, "./link/C/agents/c_frenchie")

UCC git Repository :: git.ucc.asn.au