Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 921 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 921 Bytes

What is Tetris Battle?

It is a console version of the classic game, Tetris Battle,which is written in C++ with some 3rd libaray.

How to build ?

  • 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

How to play ?

  • 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

Some game snapshot

demo1 demo2 demo3

Contact

Email: b02502129@ntu.edu.tw