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

https://github.com/ultirequiem/snake-2d

:video_game: :snake: Project of the Basic Ruby Course in @Platzi
https://github.com/ultirequiem/snake-2d

2d-game platzi ruby2d

Last synced: about 1 year ago
JSON representation

:video_game: :snake: Project of the Basic Ruby Course in @Platzi

Awesome Lists containing this project

README

          

# Snake Game in 2D

![Screenshot](./images/screenshot.png)

All course notes and exercises are in
[UltiRequiem/ruby-platzi](https://github.com/UltiRequiem/ruby-platzi).

## Features

- Vim Key Bindings

## Required Packages

On Arch:

```bash
sudo pacman -S sdl2 sdl2_image sdl2_mixer sdl2_ttf
```

On Debian derivates:

```bash
sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev
```

Gem: [Ruby 2D](https://www.ruby2d.com)

### LICENSE

[MIT](./LICENSE)