diff README.txt @ 519:2bc856561333

Updated README.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 18 Sep 2011 00:39:55 +0200
parents 7a64ebfe74ba
children 7fd6ecb72fd7
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
-