Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/roberto/snake

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

Last synced: 7 days 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
```