From 17b4bf9edce95889bdc43f1b0c964848c11e58ea Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 29 Jun 2014 15:15:51 +0200 Subject: initial commit --- README | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..4a15a6b --- /dev/null +++ b/README @@ -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 -- cgit v1.3.1