maze traversal coding challenge
explorerChallenge is a maze traversal coding challenge suitable for running as a competitive dojo session. The participant must implement an API to direct an explorer around a maze to find the exit.
The project consists of:
A web front end accessible at localhost:8080 to drive the algorithm and show the maze traversal
A maze API to provide maze definitions (the participant should not change this)
An explorer API to provide directions through the maze. A dummy implementation has been provided but this is what the participant needs to implement.
A handout to run the dojo is available here. This contains information on how to setup and run the project.
There are 2 branches of interest to the project: