erco77 / tetris

"No frills" text console version of Tetris video game I wrote back in 1992 for IBMPC/SGI that works on VT100 + Wyse terminals. Ported to linux.

Repository from Github https://github.comerco77/tetrisRepository from Github https://github.comerco77/tetris

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

About

"No frills" text console version of Tetris video game I wrote back in 1992 for IBMPC/SGI that works on VT100 + Wyse terminals. Ported to linux.

License:GNU General Public License v2.0


Languages

Language:C 98.9%Language:Makefile 1.0%Language:Batchfile 0.1%