Sliding Puzzle Factory ships with two fully playable example games — a coral reef theme and a cyberpunk theme — so you can see exactly what you're building before you write a single line of code. Both are included as importable samples, with every scene, script, and animation available to study and adapt.
Underneath the examples is a production-ready framework that handles the full game lifecycle: main menu flow, difficulty selection, session management, score persistence, theme propagation, and portrait/landscape orientation switching. The puzzle board itself (SlidingPuzzleKit) is bundled — no separate install required.
The workflow is straightforward: create one config asset with your levels, difficulty tiers, colors, and background art, then subclass the provided base classes to plug in your own transitions and animations. The framework takes care of the rest.
What the package handles for you:
Limitations to be aware of:
Sample scenes use images from Pixabay under the Pixabay Content License; see Third-Party Notices.txt in the package for details.