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 uninstallWith ANSI/VT100 colors support:
# tty-tetrisWith disabled colors:
# tty-tetris -c
