An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Tetris
> Famous puzzle game remade with C++ and SFML

---

![Tetris](./resources/img/tetris.png)

# 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: