home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1996 #3 / AmigaPlus_CD-ROM-EXTRA_Nr.3.bin / aminet-spiele / denk&grübel / multris / snake.doc < prev    next >
Text File  |  1979-12-31  |  3KB  |  91 lines

  1.         ›1;33mS N A K E   I N S T R U C T I O N S
  2.  
  3. ›0;32mQUICK GUIDE:
  4.  
  5. Game Objective    ›31m Finish the last level, kill the other snakes or a combination
  6.         of both.
  7.         To finish a level, get all the blocks.
  8.  
  9. ›32mKeys        ›31m Move Snake 3 (the green one) with the cursor keys.
  10.         Hit space (or a button) to get rid of messages on the screen.
  11.         Move Snake 4 (the yellow one) with these key's: Ctrl = Up,
  12.         Left Shift = Down, Left Alt = Left, Left Amiga = Right.
  13.         Press escape to give all snakes 1 life.
  14.         Amiga+A: to the workbench screen and back.
  15.         Ctrl-C: stops the game at any time.
  16.  
  17. ›32mSettings    ›31m Speed can be entered in 2 decimals, for example: 2.51, 3.4, 0
  18.         Move the mouse cursor with the mouse or a joystick in port 1.
  19.         Pixels is the number of pixels your snake will grow after
  20.         picking op a block. The number that's on the block multiplied
  21.         by #pixels determines how much longer you'll get:
  22.  
  23.         (#pixels) × (number on block) = (growth of snake)
  24.  
  25. ›32mScore        ›31m Picking up a block gives you as many points as says the number
  26.         on it.
  27.         Dying means -10 points.
  28.  
  29. ›32mMORE INFO:
  30.  
  31. ›1;31mThe settings:
  32.  
  33. ›0;32m... Snakes    ›31m   The number of players. The rectangles around the names of the
  34.         players indicates the current number of players.
  35.         The maximum is 4 !
  36. ›32mSnake ...    ›31m Enter the name of player ...
  37. ›32mSound on/off    ›31m Obvious. There are 4 samples.
  38. ›32mSpeed ...    ›31m See above. Speeds above 10 are for people with fast processors.
  39. ›32mStart level›31m¹      This is nice for training.
  40. ›32mEnding level›31m¹      The game has to end somewhere !
  41. ›32m... Blocks›31m²      The number of blocks needed to finish a level.
  42. ›32m... Pixels›31m²      See above.
  43. ›32m... Lives    ›31m I don't mind trainers. The maximum is 2147483647. That should
  44.         be enough anyway.
  45.         If you consider dying takes you at least a second, you can
  46.         loose 31536000 lives a year³, by playing snake every second of
  47.         the year. So with 2147483647 lives, it would take you a little
  48.         more than 68 years to loose ALL lives. I guess you could say
  49.         infinite lives are possible.
  50.         Only the first 16 lives will be displayed on screen, though.
  51. ›32mDefault    ›31m This brings all the settings back to their defaults.
  52. ›32mKamikaze    ›31m As well as Default, War of 3 and 2P Friendly, this brings the
  53.         settings to a certain default, in which the game is nice to
  54.         play.
  55.         You can imagine that, with 31536000 lives, speed 20, one snake,
  56.         2 blocks and 1 pixel, the game would get a little to easy.
  57.  
  58. ¹ The starting level cannot exceed the ending level.
  59.   If the levels start to get extremely repetative, "ending level" has exceded
  60.   the number of levels I programmed.
  61. ² These relate to each other: the more blocks, the less pixels are possible,
  62.   and visa versa. This is calculated with a formula derived from:
  63.  
  64.     x·(x+1)
  65.     ------- = 1 + 2 + 3 + ... + x
  66.        2
  67.  
  68. ³ 31622400 in a leap-year.
  69.  
  70. ›1;31mThe Game:
  71.  
  72. ›0;32mMovement    ›31m   Joystick in port 1 for the blue snake (snake 1).
  73.         Joystick in port 0 for the red snake (snake 2).
  74.         Cursor keys for the green snake (snake 3).
  75.         You cannot make a 180° turn (200° in some country's).
  76.  
  77. ›32mHow to die ?    ›31m Crash into a wall or a snake (including yourself).
  78.  
  79. ›32mEVEN MORE INFO:
  80.  
  81. ›31mThe game "snakes" is a classic game, which is about just as old as Space
  82. Invaders.
  83.  
  84. I made it using AMOS, but you might have figured that out, by now.
  85. I used Technosound Turbo to grab the samples from other games (Thanks folks !).
  86.  
  87.  
  88. Have fun with Snake,
  89.  
  90. Stijn Raaijmakers    (E-mail: stijnr@sci.kun.nl)
  91.