Fix the Maze Game
easyMulti-file Python Guided available
Debug a small maze-game engine. Fix out-of-bounds and wall moves, a path-finder that ignores its down/right-only rule, and an unimplemented scorer until the real pytest suite passes.
Choose how you want to solve it
Both modes open the same in-browser IDE with the AI pair programmer and the real test suite.
Recommended
Guided Walkthrough
A phase-by-phase interview simulation with instant feedback on your reasoning.
- Explain decisions by voice or text
- Focused, phase-scoped test runs
- Progressive hints when stuck
- Full solution walkthrough at the end
Sandbox
The open coding view. No phases, just you and the codebase.
- Full instructions up front
- Free-form AI pair-programmer
- Run the entire test suite anytime