home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / BLOCKS.PAK / README.TXT < prev   
Text File  |  1995-08-29  |  968b  |  33 lines

  1.  
  2. Turbo Blocks is played on a 10x20 grid.  Blocks of various shapes fall from 
  3. the top of the grid.  They stop when they hit the bottom of the grid, or
  4. another block.  Blocks can be moved left/right (using the arrow keys),
  5. or rotated (with the spacebar).  If an entire row of the game grid is
  6. filled, it will disappear, and the remaining blocks will drop down to
  7. fill in the space.  The object is to continue the game without letting
  8. the blocks reach the top of the grid.
  9.  
  10. The following options may be set in the BLOCKS.INI file:
  11.  
  12. [blocks]
  13. gamespeed=10
  14. blocksize=20
  15.  
  16. GAMESPEED will adjust the speed of the game.  Smaller numbers result
  17. in a faster game.
  18.  
  19. BLOCKSIZE will adjust the size of the game window.  This specifies the
  20. size of each block, in pixels.
  21.  
  22.  
  23. The following features were not implemented, and are left as an exercise
  24. to the user:
  25.  
  26.   - score
  27.   - level count
  28.   - line count
  29.   - display of the next block that will appear
  30.  
  31.  
  32.  
  33.