This is a simple Space Invaders game developed using Pygame.
- Python 3 installed
-
Clone the repository:
git clone https://github.com/Banel-Mgwevu/space-invaders-in-python.git
-
Navigate to the project directory:
cd space-invaders-in-python
-
Install Pygame (if not installed):
pip install pygame
-
Run the game:
python main.py
- Use the arrow keys to move the player spaceship.
- Press the SPACEBAR to shoot bullets.
- Destroy all enemy spaceships to win.
- Avoid collision with enemy spaceships to stay alive.
Feel free to contribute or report issues if found. Enjoy playing! 😊🚀