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