Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tdmnew/bevy_0.13_snake
https://github.com/tdmnew/bevy_0.13_snake
bevy gamedev rust
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tdmnew/bevy_0.13_snake
- Owner: tdmnew
- Created: 2024-08-25T10:10:39.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T18:48:57.000Z (4 months ago)
- Last Synced: 2024-10-31T23:06:22.930Z (about 2 months ago)
- Topics: bevy, gamedev, rust
- Language: Rust
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bevy_0.13_snake
A simple snake game made with Bevy 0.13, adapted from [marcusbuffett's bevy_snake](https://github.com/marcusbuffett/bevy_snake) to work in v0.13.
The original tutorial from [mbuffett.com](https://mbuffett.com/posts/bevy-snake-tutorial/) seems to be held in pretty high regard in terms of what to do once you've finished the [bevy quick start](https://bevyengine.org/learn/quick-start/introduction/). However, there's been a number of changes to Bevy since then, meaning sections of the tutorial are no longer applicable to later versions. I don't know how helpful this will be to those that are just starting out as well (considering this was created while learning bevy + rust in tandem), but hopefully it might just help somebody else out that was confused by the changes between these versions. Some slight tweaks have been made here and there.
The 'homework' exercises that were in the original tutorial haven't been implemented. They're good exercises somebody would probably want to tackle on their own. Also, I've made this with Bevy v0.13 (rather than v0.14) as I'm using an M1 Macbook Air with Ashai Linux, and v0.14 doesn't seem to work at the moment ¯\_(ツ)_/¯.