Skip to content

patela22/Maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Maze

Creates a maze in a GUI and shows a maze of 100 by 60 units using Kruskal's algorithm.

There are couple of ways to solve the maze:

  • Pressing B solves the maze via Breath First Search
  • Pressing D solves the maze via Depth First Search
  • Pressing any arrow keys turns the maze into manual mode where the user can solve the maze

Uses Javalib and Java

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages