Solving maze

  1. Go to http://127.0.0.1:8000/.

  2. Click PLAYER NAME to load your AI player.

  3. Click DEFAULT to load different mazes.

After your AI player is loaded

Icon Function
resets the player
 /  automates the process of communication between maze and player until paused or solution is found
steps the communication between maze and player
shows search tree as provided by Player.get_search_tree

When a solution is found

The solution will be displayed on the maze.

Last Updated: 4/27/2020, 4:37:55 PM