Three difficulties each day: easy is a 4×4 grid with one fold, hard is 6×6 with three folds.
It's built with Next.js. The puzzles are generated deterministically on the fly using a daily seed.
The engine runs a forward simulation of the paper folds using 2D coordinate mirroring, then calculates a "cognitive difficulty score." It weights factors that mess with human spatial reasoning, like off-center folds that break obvious symmetry and mixed-axis folding. It then automatically rerolls the daily seed until the easy, medium and hard puzzles form a good difficulty curve.
Would love to hear your feedback!