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
- Host: GitHub
- URL: https://github.com/roberto/snake
- Owner: roberto
- Created: 2013-08-26T15:47:52.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-10-26T19:57:21.000Z (over 9 years ago)
- Last Synced: 2025-04-30T04:36:10.658Z (about 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

# 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
```