Space Invaders for NEA comp sci.
Code is out of date (so some dependencies may not work) - this isn't being maintained
Running the Game There currently is no executable for this game, so in order to run the game follow the steps:
- Ensure you have Python 3.8 or higher installed.
- Ensure you have Pip installed.
- Download the main repo into whatever directory you want (and remember to extract the repo from the .zip file if you downloaded as a .zip).
- Open your terminal/cmd and navigate to where ever the game files are now stored (eg:
directory). - Navigate to
directory/Space-Invaders-main/Space-Invaders-main. - Run
pip install -r requirements.txt - Navigate to the
srcfolder and run themain.pyfile.