Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 489 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 489 Bytes

MazeSolver

Maze Solver in Java using Stacks. Iterates through every possible solution and visualizes most efficient path through complex GUI with several view settings.

Demo with a basic maze: IMAGE ALT TEXT HERE

The mazes in the "more mazes" folder are much more complex! Run MazeApp.java and select a maze of choice, and feel free to adjust the speed, font, or step through one by one.