Classic Space invaders game developed only in Python and Pygame.
The game is played as the original: Space to shot against the invaders, press left and right to move.
Your health bar is set for 5 lifes. Feel free to play and have fun !
1. Open code on VS Code
2. Options -> Run Python-> Run Python File in Terminal
3. If those actions don't work write the following line on VS Code terminal:
python Content\space_invadersGame.py
Technologies used in the project:
- Python
- Pygame
- Sprite
