Tetris in C++ with SFML

A tetris released in C++  with SFML, in one week.

The game has 3 game modes:

- Classic: the classic game mode, you begin with an empty grid.
- Prefilled: you begin with a grid randomly filled with blocks.
- Gravity: when you remove a line, all block upper that line fall until they reached a block (or the grid bottom limit).

All of this in a 8 bit style.


Download

- TetrX V1.0

Comments

Post a Comment

Popular posts from this blog

[UE4][Shader] Post process: tresholded black and white with sobel edge

[Unity][Shader] Night Vision

[FPS Maker] Custom FPS Game Engine