Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/martinnicolas/snake

Snake Game written in ruby2d framework
https://github.com/martinnicolas/snake

game-development ruby2d

Last synced: about 1 month ago
JSON representation

Snake Game written in ruby2d framework

Awesome Lists containing this project

README

        

# About
Snake game written in Ruby with the awesome [ruby2d](http://www.ruby2d.com/) framework.

# Install
Use git to clone the repo.

```
git clone https://github.com/martinnicolas/snake.git
```

Then run bundle install to install dependencies.

```
cd snake
bundle install
```

# Play
To play the game, run the following commands.

```
cd snake
ruby main.rb
```

Use the arrow keys to move the snake. Eat all apples than you can to increase your score!.