The "T3Dtris" project is aimed at creating a three-dimensional version of the classic Tetris game using the C programming language and the OpenGL graphics library.
- extract file
- compile using "make" command
- start game using "make play" command
- clean folder using "make clean" command (not necessary)
start : enter
pause : space
exit : escape
rotate: q/e
zoom : z/c
move : arrows
Please note that this project is a work in progress and has not yet reached its final stage of development.Hopefully one day i will have time to finish it.