π¦ Building a 2D starship game in Rust with Bevy - PART 5 (asteroids)
In this video, we continued developing a 2D spaceship game using Rust and Bevy (Game Engine).
If you want to see the previous episodes:
- part 1: https://www.youtube.com/watch?v=t60fieqnNpY
- part 2: https://www.youtube.com/watch?v=aahRUmEbTmo
- part 3: https://youtu.be/4sZsmPRwGnk
- part 4: https://www.youtube.com/watch?v=TLGJz04W0uQ
In this episode, we implemented programmatically generated asteroids with some rudimentary collisions.
We ended up using https://github.com/Nilirad/bevy_prototype_lyon for programmatically generated sprites.
All the source code is available here: https://github.com/lmammino/bevy-fuel-tank
The python version of the game is available here: https://github.com/lmammino/pygame-fuel-tank
For seeing the next episodes live check out our Twitch channel: https://twitch.tv/loige
#Rust #bevy #gamedev