Screenshots Maze Traversal
Initial States
Colors and Shapes:
- blue circle: current location of the player
- gray square: brick, cannot be crossed by the player
- red square: destination
- yellow circle: visited by the player
- green circle: visited by the player and it is an intersection. A green circle will turn yellow if all possible routes through this intersection are dead ends.
maze1

maze2

maze3

In Progress
maze1

maze2

maze3


Final State
maze1

|
|