Skip to content

gabriel-combe/MazeSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MazeSolver

Maze application that generate and solve a maze. For generating the maze, Prim's and Wilson algorithm are implemented (more in the future). For solving the maze only Astar is implemented (more in the future).

Maze.Solver.2024-01-16.21-54-25.mp4

Usage example

Run the MazeSolver.java to generate and solve a maze (default is Wilson algorithm maze generation and Astar algorithm to solve the maze). To change the algorithm modify MazeSolver.java.

I will try to add a user interface

Meta

Gabriel Combe-Ounkham

Distributed under the GNU GENERAL PUBLIC license. See LICENSE for more information.

About

Maze application that generate and solve a maze.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages