Skip to content

Po-wei/tetris_battle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A console mode of Tetris battle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages