Skip to content

Just a Unity backtracking visualization in generated labyrinths

Notifications You must be signed in to change notification settings

dadantas/UnityMazeSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Just a Unity backtracking visualization in generated labyrinths

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published