About Simple Hamiltonian
Simple Hamiltonian is a cover-all path puzzle generator for Unity, made by Living Failure. It generates one-line puzzles on square and hex grids, proves their solutions are unique, and stores them as ScriptableObjects — leaving the movement, input, and art to you.
Version 1.1 · Unity 6000.3+
Design philosophy
- Verify, don't hope. A generator that can't prove uniqueness is half a tool.
- No bloat. The core is pure C# with zero package dependencies; the demo and editor are walled off in their own assemblies.
- Pipeline-agnostic. The generator makes data, not visuals — drop it into any project.
- Readable example code. The demo is plain components you can read, copy, or replace.
Support
Questions, bugs, or feature requests: livingfailuregames@gmail.com. Please include your Unity version and render pipeline. Spotted something the docs get wrong? Reports are welcome and fixed quickly.
License
Distributed under the Unity Asset Store End User License Agreement. Use it in your own games and tools; don't resell or redistribute the source as an asset.