This program is a maze traversal game designed for the web. The goal of the game is to find the shortest path from start to finish. Algorithms in the code (specifically, Breadth-First-Search) read the maze in and compute the shortest path to solve. It then allows the user to traverse the maze on their own and detect if they found the shortest path or not. The game is designed to be an interesting way to kill time for the user and a way for us to practice our web language skills.

Built With

Share this project:

Updates