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.
- Host: GitHub
- URL: https://github.com/terroo/puzzle
- Owner: terroo
- License: gpl-3.0
- Created: 2023-07-18T00:36:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T05:20:17.000Z (over 2 years ago)
- Last Synced: 2025-04-02T09:44:37.289Z (11 months ago)
- Topics: cpp, cpp17, cpp20, cpp23, gamedev, sfml
- Language: C++
- Homepage: https://youtu.be/pKqWOObonUY
- Size: 481 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
>
[](https://youtu.be/pKqWOObonUY)