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
Game Rant
Kowakujo Scrolls Puzzle and Pufferfish Guide
Scroll puzzle route and current community puzzle descriptions.
Kronorium
Kowakujo 3x3 Scroll Puzzle Solver
3x3 scroll grid solver goal and common press-sequence tool behavior.
Dexerto
Kowakujo Easter Egg walkthrough
Pack-a-Punch route, Wonder Weapon overview, evidence steps, and boss context.
Reddit r/CODZombies
Kowakujo Easter Egg Hunt and General Map Discussion
Community route discussion used only as supporting context.