Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1005 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 1005 Bytes

Tetris clone made with SFML

Usage

On windows:

Download SFML library, rename the directory to "SFML" and place it either in:

  • in the main directory containing "assets" and "src" folders.
  • in C:\

Then run the cmake project (either through CLion or cmd)

How to play:

Move and rotate pieces to fill the rows on the board. When you fill a row it gets cleared and you get points. Survive as long as you can!

Key Action
Left and right
arrows
Move current piece
Down arrow Accelerate falling
Space Piece falls to the bottom
X Rotate clockwise
Z Rotate counterclockwise
C Hold current piece for later
Enter Restart after game over