π¦ Building a 2D starship game in Rust with Bevy - PART 2
In this video, we continued developing a 2D spaceship game using Rust and Bevy (Game Engine).
If you want to see part 1 of this project, check out the video here: https://www.youtube.com/watch?v=t60fieqnNpY
We showed an updated version of our simple Python prototype (now including asteroids with dynamically generated shapes and collisions) and then continued our implementation in Rust.
In our rust project, we managed to add sprite animations (now the starship has an animated flame when accelerating) and a text overlay to display the amount of fuel available in the engine.
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