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
- Host: GitHub
- URL: https://github.com/ultirequiem/snake-2d
- Owner: UltiRequiem
- License: mit
- Created: 2021-06-23T02:43:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-16T20:18:22.000Z (almost 5 years ago)
- Last Synced: 2025-05-05T19:59:20.770Z (about 1 year ago)
- Topics: 2d-game, platzi, ruby2d
- Language: Ruby
- Homepage:
- Size: 187 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake Game in 2D

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)