Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 357 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 357 Bytes

maze-project

A simple maze generator and maze path finder

Running the project

Instructions

  • 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