home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / games / tetrisid / readme.txt next >
Text File  |  1990-05-30  |  2KB  |  68 lines

  1.                         TetriSide
  2.                         _________
  3.  
  4.                 From The Minds of SafeHold
  5.                   Program by Kenny Pratt
  6.  
  7.     This is version 2.0 of the game.  Version 1.0 had many
  8. problems and therefore, was rewritten.  TetriSide was
  9. originally written using Mark Williams C and in its final
  10. version (Hopefully) in Laser C by Megamax. (Both of these
  11.  compilers are excellant)  I'm a student at Old Dominion 
  12. University studying (you guessed it) Computer Science &
  13. Engineering. 
  14.  
  15. NOTE:
  16.     To all you 'C' hackers out there, this was my first
  17. experience with the C language so please don't laugh at my code.
  18. It works.
  19.  
  20. ABOUT THE GAME:
  21.     I've only played the Arcade version of Tetris once,
  22. therefore TetriSide differs in many ways.  First of all
  23. you will notice 3 numbers to the sides of the play fields.
  24. The top number represents the number of line pieces you
  25. have at your disposal.  The second, how many lines you have
  26. to complete in order to move on to the next level.  The third
  27. number represents your current level.  
  28.  
  29. SCORING:
  30.     I'll only say this; the more rows you complete with one
  31. piece, the higher your point bonus. (Herein lies the reason for
  32. the stowage of line pieces) Every completed level awards you with
  33. another line piece.
  34.  
  35. GAME CONTROL:
  36.     All pop up windows can be closed by hitting any key.  While
  37. the game is at rest, pressing 'q' takes you back to the desktop, '1'
  38. starts a one player game using the keyboard, '2' starts a two player
  39. game, keyboard and joystick.  Finally pressing 'h' shows the list of
  40. high scores.
  41.  
  42. KEYBOARD CONTROLS: (left side player)
  43.     's'             move left
  44.     'd'             rotate piece
  45.     'f'             move right
  46.     '{SPACE BAR}'     drop
  47.     'l'             line piece
  48.  
  49. JOYSTICK CONTROLS: (right side player)
  50.     'left'             move left
  51.     'right'         move right
  52.     'up'            line piece
  53.     'down'            drop
  54.  
  55. OBJECT OF THE GAME:
  56.     Rotate and place the falling pieces so that they form solid
  57. horizontal lines.
  58.  
  59. NOTE ABOUT 2 PLAYER GAME:
  60.     During a two player game both players receive the same
  61. pieces.
  62.  
  63. BUGS:
  64.     I haven't found any but Murphy still lives.  If you happen
  65. to notice any please drop me a line.  (Misfit on DELPHI)
  66.  
  67.     By the way, this game is FreeWare.
  68.