An open API service indexing awesome lists of open source software.

https://github.com/pacheco95/rust-snake-game

A Snake Game developed with Rust!
https://github.com/pacheco95/rust-snake-game

game game-development game-engine rust sdl2

Last synced: 4 months ago
JSON representation

A Snake Game developed with Rust!

Awesome Lists containing this project

README

        

# Rust Snake Game

Snake game developed in Rust using [rust-sdl2](https://crates.io/crates/sdl2) crate

# Run it!
```shell
git clone [email protected]:Pacheco95/rust-snake-game.git
cd rust-snake-game
cargo run
```

Enjoy!