AUTHOR: Andrew Deren 1997
TETRIS v1.2
-----------
Clone of the ever-popular tetris.

Use at your own risk. 

KEYS
----
Left & Right : Move the piece left/right.
UP           : Rotate piece.
DOWN         : Moves the piece down a little (Does *NOT* go all the way down)
Space        : Move block to the bottom fast
F1           : Help
F2           : Start new game.
F3           : PANIC BUTTON, clears the screen of blocks, but at a cost of
               5 points * level number for each little square. If you do not
               have that many points blocks will be deleted until you have
               money
F5           : Change music.

Written entirely in DJGPP, with the ALLEGRO library...

   If you don't know DJGPP is the best compiler for DOS, mostly because it
is free.  Check it out today.  Allegro has nearly everything a game programmer
would want: SVGA, Mode-X graphics, Digital Sound, MIDI background, Timer
routines, Keyboard handler, etc... And it is upgrading every day.

V.1.0 -Andrew Deren
   Original game. True to the original tetris.
V.1.1 -Timothy Dunn
   Made each block a different color, added F3-panic button, and made the
      down arrow act like the Nintendo Tetris- only moving the block down
      one space.
v.1.2 -Andrew Deren
   Added space button to move the block to the bottom (originally was key down)
   Made F3 button subtract from score 5*level points for each square and
      block are deleted until you have points
   Help menu 
   Made it look little nicer

Files Included:
tetris.exe  -Executable file
tdat.dat    -game data (allegro format)
cwsdpmi.exe -dpmi server, you don't need it if you run in win95 dos box
tetris.cc   -source code for game (source distribution)
tdat.h      -header file created by grabber (source distribution)
tetris.txt  -this file

(C) Andrew Deren 1997
   You can use this game and source code in any way you want to, but if it
is going to be used in or as a commercial product a permission has to be
obtained.

