Micro Tetris — one of the smallest Tetris implementations in the world! Utilizing only ANSI escape sequences to draw the board, no external library dependencys other than a standard C-library, like uClibc or musl libc. Hence, it is very suitable for small embedded devices in need of an easter egg ;-)

Color screenshot of Micro Tetris 1.4.0

The game is based on a 1989 International Obfuscated C Code Contest (IOCCC) entry made by John Tromp.

Issue tracker and GIT repository available at GitHub:

See also the Free(code) page.