I built a Space Invaders style arcade game using Python and Pygame.
In this game, the player controls a spaceship that can move left and right and shoot bullets to destroy incoming enemy aliens. The enemies spawn from the top and move across the …
I built a Space Invaders style arcade game using Python and Pygame.
In this game, the player controls a spaceship that can move left and right and shoot bullets to destroy incoming enemy aliens. The enemies spawn from the top and move across the screen, creating a classic retro arcade feel.Its a pygame game almost similar to space invaders. I learnt from freecodecamp tutorial and did it in my way. It took me more than one and half hour to be honest but the wakatime extension in VS Code showed error and I wasn’t able to fix it. It doesn’t have a demo link yet but you can download the zip file and try running main.py file and start playing. Hope you enjoy it :)
I used chatgpt for debugging and understanding the logic.