A 2D Space Shooter game made with python and pygame.
Clone the project using Git:
git clone https://github.com/TechWhizKid/IntergalacticWar.git
Install dependencies using pip:
- For Windows (Cmd / PowerShell)
pip install pygame
pip install pygame-menu -U
If you receive error while installing pygame than try:
pip install pygame -pre
- Linux/Mac (Bash / Zsh / Fish)
pip3 install pygame
pip3 install pygame-menu -U
If you receive error while installing pygame than try:
pip3 install pygame -pre
Source Code | 7z SFX archive | IntergalacticWar.zip |
---|