https://github.com/terroo/tetris
Famous puzzle game remade with C++ and SFML
https://github.com/terroo/tetris
cplusplus cplusplus-17 game gamedev tetris
Last synced: 8 months ago
JSON representation
Famous puzzle game remade with C++ and SFML
- Host: GitHub
- URL: https://github.com/terroo/tetris
- Owner: terroo
- License: gpl-3.0
- Created: 2022-09-01T00:25:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T12:51:41.000Z (over 3 years ago)
- Last Synced: 2025-04-02T09:44:37.156Z (9 months ago)
- Topics: cplusplus, cplusplus-17, game, gamedev, tetris
- Language: C++
- Homepage: https://www.youtube.com/watch?v=TRzFKQw-uX4
- Size: 87.9 KB
- Stars: 17
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tetris
> Famous puzzle game remade with C++ and SFML
---

# Dependencies
+ [g++](https://github.com/gcc-mirror/gcc)
+ [SFML](https://github.com/SFML/SFML/)
+ [Make](https://github.com/wkusnierczyk/make)
---
# Building and Run
```bash
git clone https://github.com/terroo/tetris
cd tetris
make
```
---
Game made in the video tutorial: