X-Git-Url: https://git.ucc.asn.au/?p=progcomp2012.git;a=blobdiff_plain;f=home%2Fprogcomp%2Fagents%2Fasmodeus%2Frun.py;fp=home%2Fprogcomp%2Fagents%2Fasmodeus%2Frun.py;h=b646d0638e0fa6d6a9985b8e2ce7bfc96eec1ab6;hp=0000000000000000000000000000000000000000;hb=e3b15cd5dea739f7523920d83bda592db95a7b93;hpb=7f7bc05439b70b3139086086608996de3c9ae2ed diff --git a/home/progcomp/agents/asmodeus/run.py b/home/progcomp/agents/asmodeus/run.py new file mode 100755 index 0000000..b646d06 --- /dev/null +++ b/home/progcomp/agents/asmodeus/run.py @@ -0,0 +1,8 @@ +#!/usr/bin/python -u + +from asmodeus import * + +asmodeus = Asmodeus() +if asmodeus.Setup(): + while asmodeus.MoveCycle(): + pass