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

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!

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
```

![Demo of the snake game](.github/assets/demo.mov)

### References

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