A simple alien shooting game made using PyGame (credits - PythonCrashCourse)
Space
- Fires bulletsLeft
andRight
arrow keys - Movementq
- Exit
- Score Tracker
- Level Up Mechanism
- Difficulty Modes
Python 3.x
or abovePyGame
python library
Download all the files in the repository and run the alien_invasion.py
file to start playing. Make sure to have the required dependencies installed first.
If you face issues with running, try running the code through an IDE like VS Code, PyCharm or the default Python IDE.