Files
infix/package/tetris/Config.in
T
Joachim Wiberg 08cd175cfc package/tetris: new package
Small easter egg for presentations, demos, etc.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2023-01-25 19:57:32 +01:00

12 lines
420 B
Plaintext

config BR2_PACKAGE_TETRIS
bool "tetris - Micro Tetris"
help
One of the smallest Tetris implementations in the world!
Utilizing only ANSI escape sequences to draw the board, no external
library dependencies other than a standard C library, like uClibc or
musl libc. Hence, very suitable for embedded devices in need of an
easter egg ;-)
https://troglobit.com/tetris.html