Snake is an open source 2D game that was created with Ruby using Gosu
To install all the dependencies, run:
bundle install
Be sure of use the right ruby-version specified in .ruby-version before run bundler If `Gosu` complains during the setup follow its page and install its dependencies for both C++ and Ruby.
Next using foreman we can boot the application.
$ foreman start
Run tests typing: rspec