-
Clone the repository
git clone https://github.com/JaiLuthra1/Space_Invaders.git
-
cd Space_Invaders/
-
Create a virtual env using
python3 -m venv space
-
Activate the venv using
source ./space/bin/activate
-
Install the requirements
pip install -r requirements.txt
-
Run the program using
python main.py
Left, right arrow for moving
Space for shooting
- Only one bullet can remain on the screen at any time
- Once an enemy hits the spaceship, game gets over
- Once an enemy crosses, you lose a life
- The enemy increases speed after every 5 points are earnt
- The enemy will respawn again randomly