diff --git a/README.md b/README.md new file mode 100644 index 0000000..674cf40 --- /dev/null +++ b/README.md @@ -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... +``` +