A classic Space Invaders game implemented using Pygame.
This project is a simple implementation of the Space Invaders arcade game using Python and Pygame. It includes basic gameplay mechanics such as moving the spaceship horizontally, shooting bullets, and dodging enemy attacks.
pip3 install pygame
Run
python main.py