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

https://github.com/terroo/puzzle

This repository stores a Puzzle game created with C++ and SFML. The step by step was done in a video on Youtube in Portuguese.
https://github.com/terroo/puzzle

cpp cpp17 cpp20 cpp23 gamedev sfml

Last synced: 10 months ago
JSON representation

This repository stores a Puzzle game created with C++ and SFML. The step by step was done in a video on Youtube in Portuguese.

Awesome Lists containing this project

README

          

# puzzle
This repository stores a **Puzzle** game created with **C++** and **SFML**.
> The step by step was done in a video on *Youtube in Portuguese*.

---

# Dependencies
+ [GNU GCC/g++](https://gcc.gnu.org/)
+ [SFML](https://github.com/SFML/SFML)
+ [GNU Make](https://www.gnu.org/software/make/)

---

# Build and run
```bash
git clone https://github.com/terroo/puzzle
cd puzzle
make
```

---

# Watch video on Youtube
>
[![Puzzle C++ SFML](./assets/puzzle-game.png)](https://youtu.be/pKqWOObonUY)