A simple puzzle game built from scratch with C++ using SFML.
This project uses cmake and SFML library:
sudo apt-get install cmake libsfml-dev
- Clone this repository
- Compile with
mkdir build && cd build && cmake .. - Go to binary folder
cd ./bin - Run with
./puzzle
