This is pygame implementation of classic 'Space Invader' game.
It has no other dependency beside "pygame"
Clone this repo and execute 'main.py' file or
In a Unix-based system execute ./dist/main file from project directory
How To Play:
-
Your spaceship(player) has 3 hit-point after which your spaceship will be destroyed.
Alien(enemy) shoots bombs at you randomly, try to dodge the bombs while shooting bullet to destroy enemy.
Controls:
- Press left/right arrow key to move spaceship in left/right direction.
- Press spacebar to shoot bullets.
- After game over to replay the game press R key.