Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 655 Bytes

File metadata and controls

17 lines (9 loc) · 655 Bytes

SPACE INVADERS

This is a pygame based game made and to be executed in Python 3.

This project does not accept pull requests.

Usage

You need to install python3 version 3.1 and above to run this game

To run game, open terminal in SpaceInvader folder and type: "python .\main.py" to run. For MacOS and other exception, use: "python3 .\main.py" or "python3 ./main.py"

you can change game BGM by putting music .wav file in sounds and changing music file address to new one in main.py code line 90.

Install pygame library using: "pip install pygame" in windows/MacOS/Linux cmd/terminal.

Build and maintained by: 47seconds