/snake

Snake Game in Rust

Primary LanguageRustMIT LicenseMIT

Snake implemented in Rust

To run the terminal version made using ruscii.

Watch the YouTube Demo

Run with Nix

TUI

nix run github:frectonz/snake#snake-tui

GUI

nix run github:frectonz/snake#snake-gui

Terminal

cargo run --bin console_snake

console_snake Running in Cool Retro Term

Asciinema example asciicast

GUI

To run the gui version made using macroquad.

cargo run --bin gui_snake

console_snake