A very flexible random maze generator, solver, and renderer for Ruby
Stars
182
Forks
18
Watchers
182
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
80
commits
use Array#shuffle instead of Array#sort_by for randomizing lists
e62c0a0View on GitHubuse 'backtrack' instead of 'recursive' to select the recursive backtracker
47f6f1eView on GitHubuse ansi escape codes for more optimal animation. also add support for customizable animation delay
fb528cbView on GitHub