An open API service indexing awesome lists of open source software.

https://github.com/prplecake/ruby-mazes


https://github.com/prplecake/ruby-mazes

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# ruby-mazes

My code from reading and going through the exercises in *Mazes for
Programmers: Code Your Own Twisty Little Passages* by James Buck. (
[Website](http://www.mazesforprogrammers.com/))

## Dependencies

* Ruby (>=2.1) - https://www.ruby-lang.org/en/
* ChunkyPNG - *dependency added in Chapter 2* - https://chunkypng.com/
```
[sudo] gem install chunky_png
```