The /home was not necessary
[progcomp2012.git] / progcomp / agents / asmodeus / run.py
diff --git a/progcomp/agents/asmodeus/run.py b/progcomp/agents/asmodeus/run.py
new file mode 100755 (executable)
index 0000000..b646d06
--- /dev/null
@@ -0,0 +1,8 @@
+#!/usr/bin/python -u
+
+from asmodeus import *
+
+asmodeus = Asmodeus()
+if asmodeus.Setup():
+       while asmodeus.MoveCycle():
+               pass

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