Welcome to the Alien Invasion game! This simple 2D game is built using the Pygame library.
The Alien Invasion game is a classic space-themed arcade game where you control a spaceship, shoot bullets to destroy aliens, and avoid collisions. This game was created using Python and the Pygame library.
- Spaceship movement control using left and right arrow keys.
- Shooting bullets to destroy aliens.
- Alien fleet movement and collision detection.
- Still working on Game over when the player runs out of lives.
Open Alien_invasion folder, in there open .exe program. You can also change ship and alien photo to your friends and family. Enjoy!
- Clone the repository to your local machine:
git clone https://github.com/RaviMishra-94/alien_invasion.git
- pip install pygame
- Execute
alien_invasion.pywith other files in same folder. - You can make your own sprite of
Alien&Shipjust by replacing.bmpfiles in images folder.