Java implementation based on Jamis Buck's book "Mazes for Programmers"

@soloclouddeveloper soloclouddeveloper authored on 8 Feb
.vscode initial commit 6 months ago
src/ main Implemented distance calculations and ability to show or hide distance values. Due to ASCII output, max distance is 36, which equals letter z. 5 months ago
test/net/curtlewis/maze/ grid Math for setting neighbors was incorrect. Added tests to verify neighbors are valid. 6 months ago
.gitignore initial commit 6 months ago
README.md initial commit 6 months ago
README.md

Maze

Generates mazes

Based on Jamis Buck's book Mazes For Programmers.