A classic Asteroids game implementation built with Python and Pygame. Just a fun little project.
This is a simple recreation of the classic Asteroids arcade game where you pilot a spaceship through an asteroid field, shooting asteroids while trying to survive. It's nothing fancy.
- Classic spaceship controls (rotate, thrust, shoot)
- Asteroids that split into smaller pieces when shot
- Simple physics and collision detection
- Retro vector-style graphics
- Python 3.x
- Pygame
- Make sure you have Python installed
- Install Pygame:
pip install pygame
- Run the game:
python main.py
- Arrow Keys / WASD: Rotate and thrust the ship
- Spacebar: Shoot
- Use the arrow keys to rotate your ship and thrust forward
- Shoot asteroids with the spacebar to break them apart
- Avoid colliding with asteroids
This project was created just for fun and learning purposes. It's a great way to practice Python programming, game development basics, and working with Pygame. Nothing groundbreaking here - just good old-fashioned coding enjoyment!
This is just a casual fun project, but if you want to add features or improvements, feel free to fork and experiment!
This is a hobby project - do whatever you want with it! 🎮