binary_tree_demo.rb | ||
binary_tree.rb | ||
cell.rb | ||
Gemfile | ||
grid.rb | ||
README.md | ||
sidewinder_demo.rb | ||
sidewinder.rb |
Tyrel's Edition of Mazes for Programmers
Bundle insall to get ChunkyPNG, then run one of the demos.
$ bundle install
$ ruby -I. binary_tree_demo.rb
$ ruby -I. XXX_demo.rb # Etc...
What??
Following along with this book https://pragprog.com/book/jbmaze/mazes-for-programmers
Mazes included
- BinaryTree binary_tree.rb Chapter 2
- Sidewinder sidewinder.rb Chapter 2