I made Space Invaders using the pygame module in Python
- Open the "main.py" file using your IDE
- Run the Code
- Play
- Press "A", "D" or "Left-Arrow Key", "Right-arrow Key" to move the Spaceship left and right
- Press "SpaceBar" to Shoot
The Space Invaders will gradually come down to Destroy your Spaceship, you have to survive by Shooting, If the Invaders Come close and touch your spaceship, Your Spaceship will be Destroyed, and the Game will Over... If the Game gets over, Just Re-run the code to play again.