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

@soloclouddeveloper soloclouddeveloper authored on 9 Feb
.vscode initial commit 6 months ago
src/ main Implemented finding shortest path from root cell to any cell in the maze. 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.