Skip to content

Java application that generates and draws a random laberinth with the desired size (and so complexity) and then solves it starting from the lower left corner using recursion.

Notifications You must be signed in to change notification settings

manuelrames/The_Maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The_Maze

Java application that creates a laberinth of the desired size (and so complexity), draws it, and then solves it using recursion starting from the lower left corner until the center.

About

Java application that generates and draws a random laberinth with the desired size (and so complexity) and then solves it starting from the lower left corner using recursion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages