Tetris. BRIEF ----- Yeap. Another tetris clone. With this being my first effort, the aims behind this project were very simple. DEVELOPMENT ----------- The application was developed within CodeWarrior (!). To ensure platorm compilation independence, during the final stages of development, gcc was used. COMPILATION ----------- To compile in CodeWarrior, create an empty project, and add all the source files. To compile with "gcc", use the provided makefile. To compile for NTSC/PAL modify main.h appropriately. COMMENTS -------- Left/right piece movement seems a bit "sticky". I've checked the code over, but there isn't anything holding the pad processing back. Any comments greatly appreciated. -- jc 20 May 1998 james@chowfam.demon.co.uk