Ecosyste.ms: Awesome
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: 7 days ago
JSON representation
snake game written in Ruby
- Host: GitHub
- URL: https://github.com/roberto/snake
- Owner: roberto
- Created: 2013-08-26T15:47:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-26T19:57:21.000Z (about 8 years ago)
- Last Synced: 2023-04-12T15:11:51.731Z (over 1 year ago)
- Language: Ruby
- Size: 36.1 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```