A simple Tetris clone I made to learn game programming.
Controls
Left Arrow: Move block to the left.
Right Arrow: Move block to the left.
Up Arrow: Rotate clockwise.
Down Arrow: Move block down.
Space: Drop block to the bottom.
Left Alt: Hold block.
Return: Start new game.
Installation
The game only runs on Ubuntu Linux.
Run this from the command line to install the dependencies.
sudo apt-get install libsdl1.2debian libsdl-ttf2.0-0
Then download and extract the game files to play.