12 lines
199 B
Markdown
12 lines
199 B
Markdown
# Tyrel's Edition of Mazes for Programmers
|
|
|
|
|
|
Bundle insall to get ChunkyPNG, then run one of the demos.
|
|
|
|
```bash
|
|
$ bundle install
|
|
$ ruby -I. binary_tree_demo.rb
|
|
$ ruby -I. XXX_demo.rb # Etc...
|
|
```
|
|
|