From: Neil Date: Thu, 18 Apr 2013 10:18:13 +0000 (+0200) Subject: Add gameplay notes to README. Tweak instructions X-Git-Url: https://git.ctpug.org.za/?p=erdslangetjie.git;a=commitdiff_plain;h=878f8f0916ab017dddf0f200b838e93bd3a96ae6 Add gameplay notes to README. Tweak instructions --- diff --git a/README.txt b/README.txt index e8c085a..ff5f9ca 100644 --- a/README.txt +++ b/README.txt @@ -24,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 diff --git a/data/screens/intro_screen.png b/data/screens/intro_screen.png index 44ebc9d..3c30d7b 100644 Binary files a/data/screens/intro_screen.png and b/data/screens/intro_screen.png differ diff --git a/sources/intro_screen.xcf b/sources/intro_screen.xcf index cc84a97..641aae9 100644 Binary files a/sources/intro_screen.xcf and b/sources/intro_screen.xcf differ