Welcome to the Space Invaders game repository! This project is a Python-based implementation of the classic arcade game "Space Invaders," developed using the Pygame library. Relive the nostalgic charm of this iconic game with modern coding techniques and enjoy the thrill of defending Earth from waves of alien invaders.
In this game, you control a spaceship to shoot down descending aliens while avoiding their projectiles. The game gets progressively challenging as you advance through the enemies Your goal is to score as many points as possible by eliminating the invaders before they reach the bottom of the screen.
- Player-controlled spaceship: : Navigate left and right using the arrow keys and shoot using the spacebar.
- Misterious graphics and sound effects: Enjoy a exciting arcade experience with misterious visual and audio effects.
- Clone this repository:
git clone https://github.com/yourusername/space-invaders-python.git cd space-invaders-python
- Install the required dependencies:
pip install -r requirements.txt
- Run the game:
python main.py
- Arrow keys: Press "A" and "D" to move the spaceship left and right.
- Spacebar: Press "SPACE" to shoot projectiles to eliminate the invaders.
- Pause: Press "ESC" to pause the game, so that u can take a short break to the toilet before you continue!
Feel free to fork this repository and submit pull requests. Contributions, bug reports, and feature requests are welcome!
This project is open source and licensed under the [MIT LICENSE].
Enjoy reliving the nostalgia of Space Invaders! Happy gaming!