Added support for command line arguments.
To play, download and extract CombatTurtles.zip
. The game can be started by running the main driver script combatturtles.py
and calling the combat_turtles()
function, or by running the script from the command line (see documentation for command line arguments). Custom AIs can be included by adding them to the ai/
folder.
See the included Readme.txt
(or the online documentation here) for a full guide.