Skip to content

ApolloZhu/Maze-Solver

Repository files navigation

Maze Solver

Downloads

Please check out the Downloads section of the latest release. But be aware that this program requires either JDK 9 or JRE 9 installed.

Features

  • Solve mazes using different algorithms.
  • Aesthetic graphics user interface.
  • Adjustable parameters.
  • Random maze generation.
  • Export/import maze to/from file.
  • Save maze as image.

Command line interface

cd pathToJAR
java -cp Maze_Solver.jar io.github.apollozhu.mazesolver.CLI

License

MIT License - Copyright (c) 2017 Zhiyu Zhu/朱智语


Other Maze Programs

Made for Advanced (AP) Computer Science AB.