A Space Invader game developed in Python using the Pygame library. A basic implementation.
You need to have Python installed on your system to run this game.
- Clone this repository to your system.
- Install Pygame (if you do not have it installed)
pip install pygame
- Open your Terminal and run
python3 main.py