anchor

Use when

You want elegant puzzles that each explore one variation of a core rule.

What it is. A puzzle-platformer where each world hands you exactly one twist on time — rewind everywhere, objects immune to rewind, time tied to your horizontal motion, a shadow that replays your last run — and then mines that single idea until you understand it completely.

Player fantasy / why it’s fun. The click of comprehension. Not “I have fast reflexes” but “I finally see how this rule works.” Each solution reframes the rule you thought you knew.

Design DNA

Load-bearing structures

StructureWhy it works
One time-rule per worldBounds the search space — the player reasons about one new variable, so every puzzle is legible. pattern-readability
Rule-immune objects (the glow)The exception is what creates puzzles — a rule with no counter-object is trivial. See system-counter-systems.
Instant, costless rewindTurns the level into a thinking space; players test hypotheses instead of fearing death. mechanic-rewind, pattern-fairness-and-trust
Non-blocking collectiblesPuzzle pieces are optional and off the critical path — hard puzzles never gate progress. system-collectibles, pattern-pacing-and-tension
Escalation within a worldPuzzles ramp from “state the rule” to “abuse the rule” before the world ends. system-mastery-curve, pattern-escalation-and-payoff
The “one true solution” feelEach puzzle has a single elegant answer; finding it is the reward, not executing it. pattern-mastery-and-flow

What to steal

What’s just theme (drop it)

Composes into

Twist seams

See also

This module rendersthe repo's markdowndirectly — edit it there, it changes here.