Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 374 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 374 Bytes

Tetris with sfml

A popular game where you arrange bricks and score points. https://en.wikipedia.org/wiki/Tetris

What did I learn? Generate random shapes Implementing Variable frame-rates as a gameplay mechanic so generated shapes' speed increases as score increases and block's natural downward speed is different than when you press down key dynamic rotation of bricks