rusty-snake

March 3, 2025
1 min read
repo

A snake game written in Rust for educational purposes to learn the basics and idiomatic Rust code.

image

Controls

  • Arrow keys: move the snake

Quick start

Make sure Rust is installed, then run

cargo run --release