Skip to content

Combining Maze Generator and Pathfinding A* to find the path efficiently through a random maze.

License

Notifications You must be signed in to change notification settings

TrongHieu90/MazeSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maze Solver

MazeSolver1 MazeSolver2

Translation of p5/javascript code from the CodingTrain channel into Windows Form with C#

Exercise Ideas

The main algorithm is inside the Form1.cs file. There are some modifications to make it work inside Windows Form (which makes you appreciate the p5 library even more with how it simplifies things)

Combining Maze Generator and Pathfinding A* to create to Maze Solver that will find the most efficient path through a random maze.

About

Combining Maze Generator and Pathfinding A* to find the path efficiently through a random maze.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages