Skip to content

Command Line Update

Latest
Compare
Choose a tag to compare
@adam-rumpf adam-rumpf released this 15 Feb 00:12
· 2 commits to master since this release
cef4314

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.