This repository contains a game similar to Space Invaders created with the PyGame library.
Make sure you have the following requirements established in your development environment:
- Python 3.8
- Required libraries can be installed using pip install -r requirements.txt
To run the game, run the space_invaders.py
file