https://github.com/nightmareci/slidepuzzle
A simple version of the classic "fifteen puzzle" game.
https://github.com/nightmareci/slidepuzzle
fifteen-puzzle fifteen-puzzle-game game public-domain sdl2 unlicense unlicense-license video-game
Last synced: about 2 months ago
JSON representation
A simple version of the classic "fifteen puzzle" game.
- Host: GitHub
- URL: https://github.com/nightmareci/slidepuzzle
- Owner: nightmareci
- License: other
- Created: 2021-10-20T03:52:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T00:37:24.000Z (about 1 year ago)
- Last Synced: 2025-01-16T22:44:08.909Z (3 months ago)
- Topics: fifteen-puzzle, fifteen-puzzle-game, game, public-domain, sdl2, unlicense, unlicense-license, video-game
- Language: C
- Homepage:
- Size: 511 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SlidePuzzle
A simple version of the classic "fifteen puzzle" game.The main thing I think that's notable about this version is
the puzzle randomizer uses [the solvability criteria](https://en.wikipedia.org/wiki/15_puzzle#Solvability)
to randomize in a "smarter" way than merely shuffling tiles randomly like a player would.