blob: ea19ae7c924620d07c1b2e3d00499960c3d24562 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
tint (tetris clone for the terminal)
TINT Is Not Tetris
As the title suggests, this is a clone of the original tetris game.
The game is as close to the original as possible, but there are a few
differences. Nevertheless, it's probably the closest to the original
that you'll ever find in the UNIX world.
The game runs in a terminal, and is controlled by the keyboard.
This build patches the code:
- up arrow rotates the piece instead of speeding up the game.
- capital (shifted) letters are accepted for S/D/A/P/Q.
If you *really* don't like the idea of patching the code, set
PRISTINE=yes in the script's environment to build without patching.
|