It is a console version of the classic game, Tetris Battle,which is written in C++ with some 3rd libaray.
- download the whole source code
- set "./deps/include" as an additional include directory
- set "./deps/lib" as additional libaray directory
- linker -lconio
- compile with the additional header and link with additional libaray
- First choose the mode
- use arrow key to control the blocks
- the fuction of the up arrow key is rotating the block CW
- the fuction of the enter key is hold the current block
- more details can be seen in the game
Email: b02502129@ntu.edu.tw