Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 411 Bytes

readme.md

File metadata and controls

17 lines (9 loc) · 411 Bytes

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