Skip to content

danieledelgiudice/MazeSolver

Repository files navigation

MazeSolver

MazeSolver

MazeSolver is an application that can create and solve mazes. Two implementation of MazeSolvers are provided (one using BFS and the other using A*), and it's easy to extend the interface IMazeSolver to implement your own solving strategy. The same can be done with IMazeBuilder.

The main application uses WPF, shows the maze and lets you choose the maze size. It's possibile to save an image of the generated/solved maze.

About

Simple program to create a perfect NxN maze and to solve it

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages