Releases: afloarea/maze-solver
Releases · afloarea/maze-solver
v0.4.6
v0.4.5
Java implementation of the Solving Maze algorithm presented by Computerphile.
Download Mazes
Release notes:
- Upgrade to Java 16
v0.4.4
Java implementation of the Solving Maze algorithm presented by Computerphile.
Download Mazes
Release notes:
- Minor refactoring
- Additional logging
- Native Linux binary
v0.4.0
Java implementation of the Solving Maze algorithm presented by Computerphile.
Download Mazes
Release notes:
- modular jar
- OS specific launchers
v0.3.0
Java implementation of the Solving Maze algorithm presented by Computerphile.
Download Mazes
Release notes:
- additional logging
- add support for A*, depth-first-search and breadth-first-search
- add command line options
- bug-fixing and refactoring
- additional tests
v0.2.0
Java implementation of the Solving Maze algorithm presented by Computerphile.
Download mazes
Changes:
- remove dependency on OpenImaj, use jdk/awt instead (reducing jar size)
- general refactoring & improvements
- logging fixes and file chooser fixes
- remove mockito
v0.1.0
Maze Solver v0.1.0 along with mazes from Computerphile.