Home
Netbeans Eclipse Qt Java
Games
College of Engineering Aeronautics and Astronautics Agricultural and Biological Engineering Biomedical Engineering Chemical Engineering Civil Engineering Construction Engineering and Management Electrical and Computer Engineering Engineering Education Engineering Professional Education Environmental and Ecological Engineering Industrial Engineering Materials Engineering Mechanical Engineering Nuclear Engineering
EPICS (Engineering Projects In Community Service) First-Year Engineering Program First-Year Engineering Honors Program Global Engineering Program Minority Engineering Program Professional Practice (Co-Op) Program Women in Engineering Program
College Administration Schools Programs All Groups All People ECN Webmail
Purdue Home

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