Skip to content

CappelloNicola/MazeSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MazeSolver

MazeSolver is a project made for the Salerno University of Studies's course named "Artificial Intelligence Basis" (Fondamenti di Intelligenza Artificiale).

The project can generate random mazes and one of the paths to the exit is found using some Search Algorithms studied in the course. The content of the src folder is explained in Documentation/MazeSolver.pdf in Chapter 2

How to run it

YOU'LL NEED JAVA JDK >= 8.0

  • Download the zip
  • Open the command prompt
  • Change the current directory to the "src" folder
  • Compile the Main class (javac Main.java)
  • Execute the Main class (java Main)
  • Try out the algorithms implemented clicking on the buttons

About

Project for Artificial Intelligence Basis course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages