refactor reset code. Add extra move to speed up nemesis a bit
[erdslangetjie.git] / README.txt
index 45794d4a54cc6b621d056f47d0baf2b124e0343e..ff5f9cafe9676a6b4eb28b2bdd0434b615196944 100644 (file)
@@ -8,6 +8,12 @@ Members: Neil Muller (drnlm)
 License: see LICENSE.txt
 
 
+Requirements
+------------
+
+This was developed using pygame 1.9.1 and kivy 1.6.0.
+
+
 Running the Game
 ----------------
 
@@ -18,10 +24,29 @@ Othewise open a terminal / console and "cd" to the game directory and run:
   python run_game.py
 
 
+Game blurb
+----------
+
+Yet again. that annoying superhero has found and destroyed your secret lair.
+
+This time, you were prepared. Your trusty servant, Igor, has laid out a cunning
+maze leading to a secret underwater submarine that will allow you to flee
+without being caught.
+
+Of course, it would have been better if Igore had managed to get the map to you
+before things got compilcated, but the lack of a map is but a minor setback.
+
+
 How to Play the Game
 --------------------
 
-TODO
+Navigate to the map exit before your nemesis catches up with you.
+
+Move using the cursor keys, WASD or by dragging the player sprite with the mouse.
+
+You always start each maze with a small lead, and can use gates to delay your
+pursuer. Your pursuer is relentless, though, so don't take too long deciding
+what to do. 
 
 
 Development notes