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

@soloclouddeveloper soloclouddeveloper authored on 15 Feb
.vscode initial commit 3 months ago
src/ main Wilsons algorithm implemented. Indexing different in a couple of places due to Ruby vs Java. 3 months ago
test/net/curtlewis/maze/ grid Math for setting neighbors was incorrect. Added tests to verify neighbors are valid. 3 months ago
.gitignore initial commit 3 months ago
README.md initial commit 3 months ago
README.md

Maze

Generates mazes

Based on Jamis Buck's book Mazes For Programmers.