Welcome to the Space Invaders game! This project is a nostalgic tribute to the classic retro game, built using the Pygame library along with other supporting Python libraries.
- Retro Gameplay: Enjoy the classic feel of the original Space Invaders game.
- Pygame Library: Built using the powerful Pygame library for seamless game development.
- Multiple Levels: Progress through increasingly difficult levels.
- Sound Effects: Nostalgic sound effects to enhance the gaming experience.
- Score Tracking: Keep track of your high scores.
- Responsive Controls: Smooth and responsive controls for an authentic arcade experience.
You can view a live demo of the game here.
To get a local copy up and running follow these simple steps.
- Python 3.x
- Pygame library
- Clone the repo
git clone https://github.com/yourusername/space-invaders-game.git
- Navigate to the project directory
cd space-invaders-game
- Install the Pygame library
pip install pygame
- Run the game
python main1.py
-
Use the arrow keys to move your spaceship left and right.
-
Press the spacebar to shoot at the invading aliens.
-
Avoid the aliens' shots and prevent them from reaching the bottom of the screen.
-
Try to achieve the highest score possible!
Have fun :)