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.
clone
the project in your computer and cd
into it.
Install maven dependencies by runing mvn install
Launch the main function located in the Board class src/main/java/gui/Board.java