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

https://github.com/roberto/snake

snake game written in Ruby
https://github.com/roberto/snake

Last synced: 5 months ago
JSON representation

snake game written in Ruby

Awesome Lists containing this project

README

          

# Snake

![Screenshot](https://raw.github.com/roberto/snake/master/screenshot.png)

# Setup

Dependencies:

* [RVM](https://rvm.io/)
* [bundler](http://bundler.io/)

```
git clone git://github.com/roberto/snake.git
cd snake
bundle install
```

# Running

```
bundle exec ruby snake.rb
```