https://github.com/kanevk/snake-the-game
https://github.com/kanevk/snake-the-game
console-application console-game consolegame game retrogaming ruby snake-game
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kanevk/snake-the-game
- Owner: kanevk
- Created: 2016-06-02T20:33:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-12T13:27:00.000Z (over 4 years ago)
- Last Synced: 2025-01-17T20:41:15.028Z (5 months ago)
- Topics: console-application, console-game, consolegame, game, retrogaming, ruby, snake-game
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# snake-the-game
## Run the ruby version
Start the game:
```bash
./ruby/console
```Controls:
- *w* - Up
- *s* - Down
- *a* - Left
- *d* - Right
- *q* - Quit