Skip to content

Simple Tetris-game version optimized for slow terminals without dependencies. Nice for embedded devices.

License

Notifications You must be signed in to change notification settings

Holixus/tty-tetris-v2

Repository files navigation

Simple Tetris-game version optimized for slow terminals without dependencies. Nice for embedded devices.

How to Compile

# git clone https://github.com/Holixus/tty-tetris-v2.git
# cmake .
# make

Install

# make install

Uninstall

# make uninstall

How to run

With ANSI/VT100 colors support:

# tty-tetris

With disabled colors:

# tty-tetris -c