changeset 641:35243e090a30

Update README.
author Simon Cross <hodgestar@gmail.com>
date Sun, 08 Sep 2013 01:45:35 +0200
parents 5b8a436ed08f
children f82e07bacc12
files README.txt
diffstat 1 files changed, 35 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Sun Sep 08 01:43:13 2013 +0200
+++ b/README.txt	Sun Sep 08 01:45:35 2013 +0200
@@ -1,25 +1,39 @@
-Your Game Title
+Werewolf Sonata
 ===============
 
 Entry in PyWeek #17  <http://www.pyweek.org/17/>
-URL: http://pyweek.org/e/nagslang
-Team: Cape Viper (leave the "Team: bit")
-Members: YOUR TEAM MEMBERS (leave the "Members: bit")
-License: see LICENSE.txt
+
+URL:
+    http://pyweek.org/e/nagslang
+Team:
+    Cape Viper
+Members:
+    Simon Cross
+    David Fraser
+    Neil Muller
+    Adrianna Pinska
+    Stefano Rivera
+    David Sharpe
+    Jeremy Thurgood
+License:
+    see LICENSE.txt
 
 Requirements
 ============
 
 The game requires pygame and pymunk. Requirements can be installed by
+
   pip install -e .
+
 Or
+
   pip install -r requirements.txt
 
 It was developed using python 2.7, pymunk 4.0 and pygame 1.9.2. Older
 versions may or may not work.
 
-The editor also requires Albow 2.2.0
-  (from http://www.cosc.canterbury.ac.nz/greg.ewing/python/Albow/)
+The editor also requires Albow 2.2.0 from
+http://www.cosc.canterbury.ac.nz/greg.ewing/python/Albow/
 
 
 Running the Game
@@ -35,30 +49,35 @@
 How to Play the Game
 --------------------
 
+Move Lyca, the werewolf insurance assessor, around the screen with the arrow
+keys or A, S, W, D.
+
+Fire a gun or claw aliens with X or CTRL.
+
+Change between werewolf and human by pressing C.
+
+Interact with doors and other objects using SPACE.
+
+There are no ducks.
 
 
-Move the cursor around the screen with the mouse.
-
-Press the left mouse button to fire the ducks.
-
-
-Development notes 
+Development notes
 -----------------
 
 Creating a source distribution with::
 
-   python setup.py sdist
+   ./scripts/build_unix.sh
 
 You may also generate Windows executables and OS X applications::
 
    python setup.py py2exe
    python setup.py py2app
 
-Upload files to PyWeek with::
+Later you might be able to upload files to PyWeek with::
 
    python pyweek_upload.py
 
-Upload to the Python Package Index with::
+Later you might be able to upload to the Python Package Index with::
 
    python setup.py register
    python setup.py sdist upload