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

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...