An open API service indexing awesome lists of open source software.

https://github.com/sanelli/fifteen

15 Puzzle game implementation in C++ and SDL2.
https://github.com/sanelli/fifteen

cmake cpp fifteen-puzzle sdl2 sdl2-ttf

Last synced: about 1 year ago
JSON representation

15 Puzzle game implementation in C++ and SDL2.

Awesome Lists containing this project

README

          

# fifteen
[15 Puzzle](https://en.wikipedia.org/wiki/15_Puzzle) game implemented in C++ and SDL.

## OSX Setup
- brew install sdl2
- brew install sdl2_image
- brew install sdl2_ttf
- cmake .
- cmake --build .

# References and credits
## Bebas Neue Font
- [Google Fonts](https://fonts.google.com/specimen/Bebas+Neue/about)
- [Git Hub](https://github.com/dharmatype/Bebas-Neue)

# Screenshots
image