/Tetris

Tetris in C++

Primary LanguageC++Creative Commons Zero v1.0 UniversalCC0-1.0

Simple Tetris game for terminal

Only works in linux systems, requires g++ compiler

How to play

Press A or D to move left or right, respectively
Press W to rotate block
Press S to soft drop
Press E to hard drop
Press Q to quit

To Run the game

$ git clone https://github.com/SeltonMiranda/Tetris && cd tetris/
$ make
$ ./Tetris