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
- Host: GitHub
- URL: https://github.com/pythops/snakers
- Owner: pythops
- License: agpl-3.0
- Created: 2023-05-21T10:34:53.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T12:04:32.000Z (about 2 years ago)
- Last Synced: 2025-01-04T20:47:03.243Z (6 months ago)
- Topics: ratatui, snake-game, tui
- Language: Rust
- Homepage: https://crates.io/crates/snakers
- Size: 404 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Snakers
![]()
The snake game like in the old days

## 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