Kowakujō WikiOpen Solver

Mechanics

Scroll Puzzle

The Kowakujō scroll puzzle is commonly modeled as a 3x3 toggle grid where pressing one scroll changes that scroll and adjacent scrolls, with the player goal of pushing all scrolls inward.

Mechanic

Public puzzle tools and routes model the scrolls as a 3x3 toggle grid. Pressing a scroll toggles itself and its orthogonal neighbors, so the clean play is to record the visible state before pressing.

Solver Use

Set each visible scroll to In or Out, press Solve, and follow the returned row-column sequence. The URL stores the state so a squadmate can open the same grid.

Common Mistakes

  • Changing the grid before recording the starting state.
  • Mixing up row and column order when reading a solution.
  • Copying a solution from a different visible state.
  • Letting zombies interrupt the player who is reading the grid.

FAQ

What is the goal of the scroll puzzle?

Current public solver tools model the goal as all nine scrolls pushed inward.

Sources Checked