/auca-15-game

Simple puzzle game 15. Using c++ and SFML

Primary LanguageC++

15-game

Simple puzzle game 15, where you have to put numbers from 1 to 15 in order. The 15-puzzle (also called Gem Puzzle, Boss Puzzle, Game of Fifteen, Mystic Square and many others)

To compile you need g++ and SFML static libraries installed. Cd to your project's root and run make command.

Advantages of this project:

1. C++ and SFML makes it lightweight and fast

2. C++ and SFML makes it multiplatform