Simple Tetris-game version optimized for slow terminals without dependencies. Nice for embedded devices.
# git clone https://github.com/Holixus/tty-tetris-v2.git
# cmake .
# make
# make install
# make uninstall
With ANSI/VT100 colors support:
# tty-tetris
With disabled colors:
# tty-tetris -c