An arcade game made using python.
- You must have python installed.
- Have pygame installed. You can install pygame using the following command
python -m pip install pygame
( Installations steps can differ on each OS depending on system build ) Play the game!
Run the following commands in a folder to play this game.
git clone https://github.com/singhanshveer/alien-invasion
cd alien-invasion
python alien_invasion.py