🦀 Building a 2D starship game in Rust with Bevy - PART 2

🦀 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:    • 🦀 Building a 2D starship game in Rust with...   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... The python version of the game is available here: https://github.com/lmammino/pygame-fu... For seeing the next episodes live check out our Twitch channel:   / loige   #Rust #bevy #gamedev