A simple maze generator and maze path finder
- git clone https://github.com/khvitri/maze-project.git
- Double click "maze-project.jar" file
- Press "n" to create new maze
- Press "b" to find path using breadth first search
- Press "d" to find path using depth first search
- Press "r" to reset the maze