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

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.

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.