Go to file
Tyrel Souza 2b30207b53 Readme update 2018-04-10 22:36:35 -04:00
Gemfile Initial Commit 2018-04-10 22:31:01 -04:00
README.md Readme update 2018-04-10 22:36:35 -04:00
binary_tree.rb Initial Commit 2018-04-10 22:31:01 -04:00
binary_tree_demo.rb Initial Commit 2018-04-10 22:31:01 -04:00
cell.rb Initial Commit 2018-04-10 22:31:01 -04:00
grid.rb Initial Commit 2018-04-10 22:31:01 -04:00
sidewinder.rb Initial Commit 2018-04-10 22:31:01 -04:00
sidewinder_demo.rb Initial Commit 2018-04-10 22:31:01 -04:00

README.md

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