Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 599 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 599 Bytes

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