Skip to content

Latest commit

 

History

History

Tetris

Tetris Game v0.2

You can compile and start to play with following command.

$ cd Tetris
$ make && make run

You can clean unnecessary files with following command.

$ make clean