changeset 519:2bc856561333

Updated README.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 18 Sep 2011 00:39:55 +0200
parents bbb2e246d0ad
children c31a0cbf1847
files README.txt data/tiles/sources.txt
diffstat 2 files changed, 24 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- 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  <http://www.pyweek.org/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
-
--- /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.