Skip to content

A simple implementation of the recursive back tracker algorithm that uses depth-first search (DFS) to construct a maze in a given area. This also shows an implementation of the A* path finding algorithm to solve the randomly generated maze.

Notifications You must be signed in to change notification settings

RaysOfTheSun/Maze-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze-Generator

A simple implementation of the recursive back tracker algorithm that uses depth-first search (DFS) to construct a maze in a given area. This also shows an implementation of the A* path finding algorithm to solve the randomly generated maze.

Algorithms

Notes

  • This project is implemented in Python and Java Script. The source code for each can be found in their respective directories

About

A simple implementation of the recursive back tracker algorithm that uses depth-first search (DFS) to construct a maze in a given area. This also shows an implementation of the A* path finding algorithm to solve the randomly generated maze.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published