# HG changeset patch # User Jeremy Thurgood # Date 1316299195 -7200 # Node ID 2bc8565613339716a83abd8461976f9ce17b68ef # Parent bbb2e246d0ad028094143ca299b14ebca86124ea Updated README. diff -r bbb2e246d0ad -r 2bc856561333 README.txt --- a/README.txt Sun Sep 18 00:36:43 2011 +0200 +++ b/README.txt Sun Sep 18 00:39:55 2011 +0200 @@ -1,5 +1,5 @@ -Your Game Title -=============== +Mutable Mamba +============= Entry in PyWeek #13 URL: http://pyweek.org/e/mamba @@ -14,7 +14,10 @@ Stefano Rivera License: see LICENSE.txt -For data on the sounds used in the game, see data/sounds/sources.txt +For licensing info about the various resources used in the game, see: + * data/sounds/sources.txt + * data/tiles/sources.txt + * data/music/sources.txt Running the Game @@ -30,11 +33,9 @@ How to Play the Game -------------------- - - -Move the cursor around the screen with the mouse. - -Press the left mouse button to fire the ducks. +Move the snake around the screen with the arrow keys. Get to the exit without +crashing into anything. Collect interesting and exciting mutations along the +way. Make your own levels and share them with the world. Development notes @@ -53,8 +54,3 @@ python pyweek_upload.py -Upload to the Python Package Index with:: - - python setup.py register - python setup.py sdist upload - diff -r bbb2e246d0ad -r 2bc856561333 data/tiles/sources.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/data/tiles/sources.txt Sun Sep 18 00:39:55 2011 +0200 @@ -0,0 +1,15 @@ +Sources for the various image files: + +[biohazard.png] +URL: http://en.wikipedia.org/wiki/File:Biohazard.svg +License: public domain + +[exit.png] +URL: http://commons.wikimedia.org/wiki/File:PublicInformationSymbol_EmergencyExit.svg +License: "The symbols presented in these guidelines can be freely used by + anyone and can be accessed at the Web site (http//www.ecomo.or.jp) of the + Eco-Mo Foundation. However, registering these symbols as your trademark or + design can be a copyright infringement." + +All other images are original and licensed under the same terms as the rest of +the game.