Skip to content

ameet2r/Maze_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maze_Generator

This is a Maze Generator written in Java.

The Maze Generator create and solves a maze of any given size using Depth first search.

The mazes will be made up of 'X' and '+' characters. Where the 'X' characters are the walls and the '+' characters are the path to solve the maze.

Try out the Maze Generator in your browser without having to download or install anything: https://ameet2r.github.io/Maze_Generator/

About

Maze Generator that creates and solves a maze of any given size.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages