Parent
Part of #9 (Maze Solver module).
What to build
The student connects the arrays lesson to a real problem: the full Grid is available to their code as a 2D array, and the lesson has them read it to reason about the Maze (a foothold for a global strategy).
Expose the full Grid (2D array) to student code via the injected preamble (god's-eye: full Grid info is available to the program). Write lesson L2 (model the Maze as a 2D array) at order ~193.
Acceptance criteria
Blocked by
Parent
Part of #9 (Maze Solver module).
What to build
The student connects the arrays lesson to a real problem: the full Grid is available to their code as a 2D array, and the lesson has them read it to reason about the Maze (a foothold for a global strategy).
Expose the full Grid (2D array) to student code via the injected preamble (god's-eye: full Grid info is available to the program). Write lesson L2 (model the Maze as a 2D array) at
order~193.Acceptance criteria
order~193; no new Java concept introduced.Blocked by