https://github.com/frectonz/snake
Snake Game in Rust
https://github.com/frectonz/snake
ascii macroquad ruscii rust snake snake-game
Last synced: 5 months ago
JSON representation
Snake Game in Rust
- Host: GitHub
- URL: https://github.com/frectonz/snake
- Owner: frectonz
- License: mit
- Created: 2022-07-17T08:59:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T14:20:15.000Z (almost 2 years ago)
- Last Synced: 2025-06-09T10:02:39.315Z (about 1 year ago)
- Topics: ascii, macroquad, ruscii, rust, snake, snake-game
- Language: Rust
- Homepage:
- Size: 1.34 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake implemented in Rust
To run the terminal version made using [ruscii](https://github.com/lemunozm/ruscii).
[Watch the YouTube Demo](https://youtu.be/RHeQA1ISvE0)
## Run with Nix
### TUI
```sh
nix run github:frectonz/snake#snake-tui
```
### GUI
```sh
nix run github:frectonz/snake#snake-gui
```
## Terminal
```sh
cargo run --bin console_snake
```

Running in [Cool Retro Term](https://github.com/Swordfish90/cool-retro-term)
Asciinema example
[](https://asciinema.org/a/518501)
## GUI
To run the gui version made using [macroquad](https://github.com/not-fl3/macroquad).
```sh
cargo run --bin gui_snake
```
