https://github.com/luispadron/snake_game
A Snake clone written with Rust & Bevy!
https://github.com/luispadron/snake_game
Last synced: 8 months ago
JSON representation
A Snake clone written with Rust & Bevy!
- Host: GitHub
- URL: https://github.com/luispadron/snake_game
- Owner: luispadron
- Created: 2022-02-13T16:53:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T21:51:53.000Z (over 4 years ago)
- Last Synced: 2025-05-09T11:05:44.937Z (about 1 year ago)
- Language: Rust
- Size: 563 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Snake game!
A snake clone written in Rust using the [Bevy](https://bevyengine.org) game engine 🚀
I'm very new to both so this was a great learning experience for myself. If you'd like to check it out:
```sh
git clone ...
cargo run
```

### References
- https://mbuffett.com/posts/bevy-snake-tutorial/