No description
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
snake-rs
Classic snake game with terminal graphics written in rust.
This is my first project in rust so the code is probably great.
Play the game:
cargo run --release
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
Classic snake game with terminal graphics written in rust.
This is my first project in rust so the code is probably great.
Play the game:
cargo run --release