mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
Small easter egg for presentations, demos, etc. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
12 lines
420 B
Plaintext
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
|