Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 694 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 694 Bytes

tetris

Text console version of Tetris I wrote back in 1992 for IBMPC/SGI that works on VT100 + Wyse terminals. Works on linux, MacOS and Windows 10 (DOS terminal).

To build the program (assumes you have the gcc compiler installed):

    make

To run the game:

    ./tetris

Here's a sample game play screen, shown running in cool retro terminal: screenshot

Here's the help screen when you first start: screenshot