Version 1.0 - Stable release.
A classic 2D space shooter game built with Python and Pygame.
- Dynamic difficulty levels (Easy, Medium, Hard).
- Progressive gameplay speed and levels.
- Adaptive synthwave soundtrack that evolves with game intensity.
- Ensure you have Python installed.
- Clone this repository.
- Install dependencies:
pip install pygame
Project Origins This project is based on the "Alien Invasion" game from the book Python Crash Course by Eric Matthes. I have extended the original project by implementing custom difficulty settings, an adaptive dynamic music system, and additional game balancing using my own modifications and AI-assisted development.