First attempt at a matlab link.
[progcomp10.git] / src / arenas / MatlabSampleAgents.py
diff --git a/src/arenas/MatlabSampleAgents.py b/src/arenas/MatlabSampleAgents.py
new file mode 100644 (file)
index 0000000..eaf0a50
--- /dev/null
@@ -0,0 +1,12 @@
+'''MatlabSampleAgents.py
+An areana that runs the sample bots in Matlab.
+Written by Daniel Axtens <[email protected]> for the UCC Programming Competition in 2010.
+
+Licensed under an MIT-style license: see the LICENSE file for details.
+'''
+
+from link.MATLAB.agents.ml_angel import ml_angel
+from SampleAgents import Angel, Lucifer, Dummy, Frenchie, Streetfighter
+
+class arena:
+       Agents =  [ml_angel,Frenchie]

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