FoldingGrid
FoldingGrid
Fold the grid to reshape the world and guide the wandering performer to safety.
How to Play
A lone figure walks endlessly across a paper stage divided into panels. Your job is to fold the grid — vertically between columns or horizontally between rows — to rearrange the terrain and create a safe path to the golden goal.
Controls:
- Mouse hover over the gaps between panels to preview a fold line
- Left click to fold the paper along that line
- Panels on one side flip onto the other, merging or swapping terrain
- Restart button (top-left) to reset the current level
- Pause button (top-right) to freeze the action
How Folding Works
The stage is a 2-row × N-column grid. You can fold along two types of axes:
Vertical Fold (between columns):
Click the gap between any two adjacent columns. The grid folds along that axis — columns on each side mirror and swap positions. For example, in a 5-column grid:
Before: [A] [B] | [C] [D] [E] (fold between column 2 and 3) After: [C] [D] | [B] [A] [E] (A↔D, B↔C swap — both rows)
Columns on the shorter side flip onto the longer side. Both rows are affected simultaneously.
Horizontal Fold (between rows):
Click the gap between the upper and lower row. The grid folds along the horizontal axis — the two rows swap entirely.
Before: [Upper A] [Upper B] [Upper C] [Lower A] [Lower B] [Lower C] After: [Lower A] [Lower B] [Lower C] ← was bottom [Upper A] [Upper B] [Upper C] ← was top
A preview line appears when you hover near a valid fold axis. Left click to execute the fold.
Terrain Guide
| Terrain | Effect |
|---|---|
| Ground | Safe to walk on |
| Spikes | Instant death on contact |
| Gap | Fall through — safe if there's ground below, fatal on the bottom row |
| Wind | Launches the walker upward to the row above |
| Goal | Reach this to clear the level! |
Tips
- The walker moves automatically — you cannot control them directly
- The walker bounces off panel edges and keeps walking
- Plan your folds carefully: think about what terrain will overlap when you fold
- Fewer folds = cleaner solution
Script:
https://docs.google.com/document/d/1pWGrBzpbxnhQppc-KwFy6HA_ZuvVCQEucHFZJnLX-1g/...



Leave a comment
Log in with itch.io to leave a comment.