This commit is contained in:
Tyrel Souza 2018-04-10 22:34:36 -04:00
parent 4a5fdb75aa
commit f4de8d0d9c

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# 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...
```