15 puzzle with SFML
- CMake, version 3.18+
- SFML, version 2.5+
Clone repository, cd to project directory, run build script
git clone https://github.com/eduardgaisin/15-puzzle-sfml.git
cd 15-puzzle-sfml
./build.sh
To run game, navigate to build/target
folder and run 15-puzzle-sfml
with argument
cd build/target/
./15-puzzle-sfml <board_size>
R - shuffle board