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

https://github.com/pythops/snakers

The snake game written in Rust
https://github.com/pythops/snakers

ratatui snake-game tui

Last synced: 5 months ago
JSON representation

The snake game written in Rust

Awesome Lists containing this project

README

        


Snakers


logo

The snake game like in the old days


![demo](assets/demo.gif)


## Setup

Using [cargo](https://doc.rust-lang.org/cargo/)

```
cargo install snakers
```

## Usage

Use arrow keys (or `hjkl` if you prefer the vi key binging) to navigate.

`q` or `Esc` to exit the game.

`r` to play again.

## License

AGPLv3