Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 334 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 334 Bytes

chmtetris

My old tetris written in C using allegro. tested on Windows XP,Vista,7, Linux (Ubuntu 8.1 or newer)

screenshot

compile:

Install the allegro library: sudo apt-get install liballegro4.2-dev

compile with: gcc -o tetris *.c $(allegro-config --libs)