Skip to content

This Unity project contains code to solve a custom maze using A* search Algorithm.

Notifications You must be signed in to change notification settings

Madhuparna04/Maze-Solver-Using-A--search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

This Project Contains Code for Unity Game - Maze Solver.

Maze Solver uses A* search Algorithm to solve a maze that can be customized.

Instructions -

  1. To change the number of rows, columns and add, delete or modify position of obstacles change attributes of Maze Creator Object.

  2. To change Starting and Ending position of the player modify the start and goal attributes of Player object.

About A* Algorithm:

It is one of best algorithm used in path finding and graph traversals. It finds the approximate distance with the help of heuristics. The different types of heuristics used are Manhattan Distance Heuristic, Diagonal Distance Heuristic, etc. This project uses the Manhattan Distance Heuristic.

The A* Algorithm has been added for reference as Algo.txt

About

This Unity project contains code to solve a custom maze using A* search Algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published