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.
- Host: GitHub
- URL: https://github.com/sanelli/fifteen
- Owner: sanelli
- License: unlicense
- Created: 2023-09-28T23:24:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-27T12:25:20.000Z (about 2 years ago)
- Last Synced: 2024-04-27T14:00:07.780Z (about 2 years ago)
- Topics: cmake, cpp, fifteen-puzzle, sdl2, sdl2-ttf
- Language: C++
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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