Multi-Level Random Walker - Instructions
A random movement game with multiple levels and changing state.
About Page
Multi-Level Random Walker adds level progression to random movement.
Use it to practice:
- modelling level transitions
- checking score and progression rules
- exploring random behaviour over time
- inspecting canvas and JavaScript state
- finding state reset issues between levels
Exploratory Testing
Build a small table of level number, visible state, score, and transition trigger. Use the table to identify inconsistent transitions.