
********************************************************************************
*
* +----------------+
* | ENGLISH  INFO  |  (Deutsche Info: Siehe unten)
* +----------------+
*
* QBmatrix - QBasic Tetris Clone by Tim Truman & David Pastore
* =============================================================================
* A great version of the classic Tetris for Qbasic. Described 
* as clean, smooth and very playable. Select Level, Handicap, 
* Slam and Sound Options on graphical options screen. Keeps 
* top 15 scores allowing player to enter names or phrases to 
* taunt other players. Uses mode 13. Will run on any machine 
* with a VGA and Qbasic for DOS. Commented
* source code. Documentation : QBMATRIX.TXT ,MATRIX.TXT
* Featured in "The Revolutionary Guide To Qbasic", by Wrox Press.
*
* Description by Angelo Mottola:
* -------------------------------
* If you're looking for the best tetris clone ever made in QB, you've found it.
* QB Matrix is really well done, full of options, and with a nice graphical
* layout. The font used is very good, and the piece statistics during the game
* isn't a feature that all the tetris clones have. Other than this, must I
* explain you how to play tetris?
*
* The code - By Angelo Mottola:
* -----------------------------
* The game runs under QB 1.1, and this is remarkable as almost all the games
* nowadays requires QB 4.5. The code is well structured and easy to read; there
* are no amazing routines here, but the final result is a very nice game. Then
* nothing to learn, except from the font, which is really well done. Can you do
* a better tetris clone?
*
* Graphics: VGA 320x200 256 colors
* Sounds: PC Speaker
* Number of players: 1
*
*-------------------------------------------------------------------------------
*
* +---------------+
* | DEUTSCHE INFO |
* +---------------+
*
* QBmatrix - QBasic Tetris Clone von Tim Truman & David Pastore 
* ============================================================================
* Einer der besten Tetris Clones in QBasic. Mit schner Grafik und Speaker-
* Sound.
*
*-------------------------------------------------------------------------------
*
*   \         (c) Thomas Antoni, 15.11.2000 
*    \ /\           Mailto:thomas@antonis.de
*    ( )            http://www.antonis.de   
*  .( o ).
*                        ----==== Hottest QBasic Stuff on Earth !!! ====----
*
********************************************************************************








