A 2D Space Shooter game made with python and pygame.
Clone the project using Git:
git clone https://github.com/8gudbits/IntergalacticWar.gitInstall dependencies using pip:
- For Windows (Cmd / PowerShell)
pip install pygame pip install pygame-menu -UIf you receive error while installing pygame than try:
pip install pygame -pre- Linux/Mac (Bash / Zsh / Fish)
pip3 install pygame pip3 install pygame-menu -UIf you receive error while installing pygame than try:
pip3 install pygame -pre




