Skip to content

KAlO2/tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tetris

the popular Tetris game with C++ implementation

compile

cmake . ; make ;

and run the game: ./tetris

Controls

  • Left arrow key: Move block left.
  • Right arrow key: Move block right.
  • Up arrow key: Rotate block.
  • Down arrow key: Move down block instantaneously.
  • Escape: Close the game with the escape key.

About

the popular Tetris game with C++ implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published