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

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

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