Skip to content
/ Maze Public

Maze is a mini project developed to generate a maze randomly and be capable to resolve it using A* algorithm and Manhattan or Pythagore heuristics.

Notifications You must be signed in to change notification settings

denimamab/Maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maze

Maze is a mini project developed to generate a maze randomly and be capable to resolve it using A star (A*) algorithm and Manhattan or Pythagore heuristics.

Getting started

Step 1

clone the project in your computer and cd into it.

Step 2

Install maven dependencies by runing mvn install

Step 3

Launch the main function located in the Board class src/main/java/gui/Board.java

About

Maze is a mini project developed to generate a maze randomly and be capable to resolve it using A* algorithm and Manhattan or Pythagore heuristics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages