A simple sliding puzzle game made with SDL2. It features a menu to choose difficulty and a stopwatch. It also includes animations for the sliding tiles.
Requires the following to be installed:
- git
- g++
- make
- cmake
- SDL2
- SDL2_ttf
On Debian-based systems (including Ubuntu), SDL2 and SDL2_ttf can be installed by doing:
sudo apt-get install libsdl2-dev
sudo apt-get install libsdl2-ttf-dev
More info on SDL installations at https://wiki.libsdl.org/Installation
git clone --recurse-submodules https://github.com/ryan-tabar/Sliding-Puzzle-with-SDL2.git
cd Sliding-Puzzle-with-SDL2
cmake .
make
./Sliding-Puzzle