Space Shooter is a classic arcade-style game where players control a spaceship and aim to shoot down enemies while avoiding their attacks. The game features various power-ups and challenging enemy waves.
- Player with health and power bars
- Various enemy types with different behaviors
- Special enemies with unique movement patterns and increased health
- Multiple power-ups including double shoot, penetrating bullets, and shield
- Score tracking and game-over screen
- Bonus Waves every 5th wave
- Arrow Keys (Left/Right) or A/D: Move the player left or right
- Space: Shoot
- P: Pause/Unpause the game
- M or Esc: Return to the main menu
- R: Restart the game from the game-over screen
-
Ensure you have Python and Pygame installed: pip install pygame
-
Run the game: python SPACESHOOTER.py
Feel free to fork this project and make your own improvements. Pull requests are welcome.
This project is licensed under the MIT License.