Space Invaders Game

Use A and D keys to move and space to shoot

My first game project

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 to move the player and enemies, render projectiles, and manage collisions between them. It was an excellent project to start familiarizing myself with Bevy.

I invite you to visit my second

project