junglejourney
changeset 144:9a9866af70fd
Added some instructions.
| author | David Boddie <david@boddie.org.uk> |
|---|---|
| date | Sun Sep 11 02:17:33 2011 +0200 |
| parents | c5a0980cb8ca |
| children | 6d00763499c1 |
| files | README.txt |
| diffstat | 1 files changed, 46 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- a/README.txt Sun Sep 11 02:17:13 2011 +0200 1.2 +++ b/README.txt Sun Sep 11 02:17:33 2011 +0200 1.3 @@ -33,3 +33,49 @@ 1.4 for prey. Only through skill and luck am I able to dispatch them back 1.5 into the shadows. Even though I know I must journey deeper into this 1.6 uncharted land to find the way home, the thought of vengeance drives me on. 1.7 + 1.8 + 1.9 +Installation 1.10 + 1.11 +You need Python, the Python Imaging Library and the Ophis 6502 assembler to 1.12 +build this game. 1.13 + 1.14 +Run the build.py script at the command line, passing the name of the UEF file 1.15 +to create. If the file was created, load it into an Electron emulator or create 1.16 +a sound file with one of the UEF utilities available online. 1.17 + 1.18 + 1.19 +Loading the Game 1.20 + 1.21 +Insert the cassette or disk and type 1.22 + 1.23 + *RUN JUNGLE 1.24 + 1.25 +then press Return. If you are loading the game from cassette, press play on the 1.26 +cassette recorder. The game should now load. 1.27 + 1.28 + 1.29 +Playing the Game 1.30 + 1.31 +Your character can be moved around the screen by using four control keys: 1.32 + 1.33 + Z left 1.34 + X right 1.35 + : up 1.36 + / down 1.37 + 1.38 +Enemies can be destroying by the projectiles fired by the player's weapon. 1.39 +To fire a weapon, press the Return key. There are four different types of 1.40 +weapon available in the game. 1.41 + 1.42 +The player must help the character reach the exit for each level. However, the 1.43 +player must first find a key to unlock the exit. On the final level, the exit 1.44 +does not require a key but it may be obstructed. 1.45 + 1.46 +Other keys can be used to control the game: 1.47 + 1.48 + S enable sound effects 1.49 + Q disable sound effects 1.50 + P pause the game 1.51 + O resume the game 1.52 + Escape quits the game, returning to the title screen
