- This is a Alien_Invasion game developed with the help of Python and Pygame module
- In this game, User is given the control of the a Space_ship with the help of which user will destroy the aliens
- There are Five fleets of aliens which user has to destroy with help of Space_ship
- When a fleet is destroyed, the next fleet will be coming with more speed toward the ship
- Python 3.x+ (I used 3.8.5 version)
cd Desktop/
git clone https://github.com/royabhi00/Alien_Invasion.git
cd Desktop/
cd Alien_Invasion/resources
python3 alien_invasion.py| Events | Keys |
|---|---|
| To shoot the alien ship | Space Bar |
| To move the ship left | Left Arrow key |
| TO move the ship right | Right Arrow key |
| TO quit the game | Q |
- If the alien touches the Space_ship then your Space_ship will be destroyed
- If the alien somehow reach the bottom most point of the window then also your Space_ship will be destroyed
YES
- IF YOU FIND ANY BUG
- ANY NEW FEATURE YOU WANT TO ADD
WE WILL SURELY WELCOME THE CHANGES YOU MAKE TO IMPROVE THE GAME
HAVE A GOOD DAY!

