Skip to content
Lalit Vaidya edited this page Feb 27, 2022 · 16 revisions

AutoPath Project

Developers

Bikram Chatterjee (b_chatterjee@u.pacific.edu)
Lalit Vaidya (l_vaidya@u.pacific.edu)
Hung Le (h_le21@u.pacific.edu)

Project Description

AutoPath is a web and VR application that visualizes pathfinding algorithms in action. At its core, a pathfinding algorithm seeks to find the shortest path between two points. It gives users the ability to choose from a randomly generated maze, maze presets, or simply build what they want. AutoPath offers algorithms such as Greedy Best-First Search, Dijkstra’s Algorithm, A* Search, Breadth-First Search, and Depth-First Search for users to choose from. The application also allows users to create an account to save their custom mazes for access later or sign in as a guest for quicker access.

Project Snapshots

Project Snapshot 1

Clone this wiki locally