This is a very basic Tetris type game written in C. Files that should be included in this archive are: tetris.exe tetris.c sframe.bmp numbers.bmp gameover.bmp blocks.bmp The C code was written for the DJGPP C compiler, and it uses the allegro graphics library developed by Shawn Hargreaves. The executable must be run in protected mode - i.e. Windows, or DOS with a protected mode driver. To run the game just copy all the files into a directory and run the executable. Use the arrow keys to control the blocks. Escape exits a game in progress, and q quits to dos or windows when pressed at the game over screen. Feel free to copy any parts of the code you wish, but I would appreciate some credit if you copy large chunks. I don't claim that this is a very well written game, but if you have any questions or comments you can e-mail me at adam@hatherly.com and I'll do my best to help. Let me know what you think! Optik aka Adam Hatherly 14th October 1998 |