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)
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 |