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!
- Host: GitHub
- URL: https://github.com/pacheco95/rust-snake-game
- Owner: Pacheco95
- Created: 2022-07-11T17:49:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-11T17:58:20.000Z (almost 3 years ago)
- Last Synced: 2023-03-02T00:25:35.901Z (over 2 years ago)
- Topics: game, game-development, game-engine, rust, sdl2
- Language: Rust
- Homepage:
- Size: 196 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!