Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 678 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 678 Bytes

UnityMazeSolver

Hey

This simple unity project is for creating and solving a maze, allowing the visualization of both processes Began developing after watching a maze generation gif on a website that I found interesting. Since this is my first project on Unity, I used it to learn how to work with Unity, and how to use a backtracking algorithm, so don't expect any fancy code.

Maze solving works by using a simple backtracking algorithm. The UI is very simple, and allows you to generate any maze of a given width and height as long as it's under 500 cells.

Build: Contains the executable

UnityMazeSolverSource: All the files for the unity project