Check out my road map diving into game development with Bevy and Rust. Bevy
as a framework and game engine. Which was an interesting entry point to also learn about Rust
This tutorial taught me the basics of Bevy, from how to set up a project to using the ECS (Entity Component System), where entities relate to components and game logic is applied. I learned...
After learning the basics with Bevy, I felt the urge to create something more attractive, something that would really make people want to play and allow me to learn how to make a game...