diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-29 15:15:51 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-29 15:15:51 +0200 |
| commit | 17b4bf9edce95889bdc43f1b0c964848c11e58ea (patch) | |
| tree | 6b52e35ac609eeae2dca8aed545b5efa9c42b838 /README | |
| download | python-wa-tor-17b4bf9edce95889bdc43f1b0c964848c11e58ea.tar.gz python-wa-tor-17b4bf9edce95889bdc43f1b0c964848c11e58ea.zip | |
initial commit
Diffstat (limited to 'README')
| -rw-r--r-- | README | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -0,0 +1,27 @@ +usage: wator.py [-h] [-w WIDTH] [-v HEIGHT] [-f FISHCOLOR] [-s SHARKCOLOR] + [-b FISHBREED] [-c SHARKBREED] [-e SHARKENERGY] + [-g FOODENERGY] [-z ZOOM] + +Wa-Tor Implementation + +optional arguments: + -h, --help show this help message and exit + -w WIDTH, --width WIDTH + Width of the world + -v HEIGHT, --height HEIGHT + Height of the world + -f FISHCOLOR, --fishcolor FISHCOLOR + Color of the fish + -s SHARKCOLOR, --sharkcolor SHARKCOLOR + Color of the shark + -b FISHBREED, --fishbreed FISHBREED + Number of rounds that the fish need to breed + -c SHARKBREED, --sharkbreed SHARKBREED + Number of rounds that the sharks need to breed + -e SHARKENERGY, --sharkenergy SHARKENERGY + Number of energy points the sharks get at the + beginning + -g FOODENERGY, --foodenergy FOODENERGY + Number of energy points a shark earns when it eats a + fish + -z ZOOM, --zoom ZOOM Zoomimg factor |
