/Tetris

A game of Tetris created in C++ with the SFML library.

Primary LanguageC++

Tetris

Controls:

  • left/right: AD / left and right arrows
  • speed up the fall: S / down arrow
  • rotate: space

Each cleared line = 10 points. In case the next block can't fit on the board, the game is over. Speed increases after every 10th cleared line.

TO DO [2023-08-24]:

  • music and audio

Preview: Tetris