Welcome to AmazonQ Game Studio, a curated showcase of three advanced Python games built entirely with Pygame, custom physics, handcrafted particle effects, smooth gameplay loops, and procedural audio.
Every game in this repository is created from scratch, no external assets or templates.
This collection demonstrates strong foundations in game programming, math, rendering, UI/UX, and real-time system design.
| File | Game Title | Genre | Summary |
|---|---|---|---|
game.py |
โก Escape Rush | Reflex Runner | Dash, dodge, boost, and survive in a neon-lit high-speed challenge. |
game2.py |
๐ก๏ธ Stellar Defender | Space Shooter | Battle waves of enemies, collect upgrades, and protect the galaxy. |
game3.py |
๐ Quantum Serpent | Reinvented Snake | A futuristic twist on Snake with glowing physics-based movement. |
- โก Delta-time movement for consistent physics at any FPS
- ๐ Procedural particle systems (bursts, trails, explosions, glows)
- ๐ง Custom physics & enemy logic
- ๐ผ Procedural sound design โ no audio files required
- ๐๏ธ Polished UI elements (menus, transitions, HUD)
- ๐ Optimized rendering pipeline & collision loops
- ๐งฉ Single-file architecture for clean exploration
- ๐๏ธ No external assets โ everything drawn with Pygame primitives
AmazonQ_GameStudio/
โ
โโโ game.py # Escape Rush
โโโ game2.py # Stellar Defender
โโโ game3.py # Quantum Serpent
โโโ README.md
- Python 3.10+
- pip
pip install pygame numpypython game.py # Escape Rush
python game2.py # Stellar Defender
python game3.py # Quantum Serpent- Acceleration, drag, velocity vectors
- Angle-based projectile motion
- Collision detection & resolution
- Boundary handling and movement constraints
- Procedural graphics (shapes, gradients, glow)
- Particle trails, bursts, explosions
- Screen-shake effects
- Alpha-fade particles & neon color transitions
- Clean OOP architecture
- Reusable particle engine
- Modular gameplay systems
- Efficient delta-time game loop
- Memory-safe particle culling
- ๐ฎ Additional game modes & difficulty tiers
- ๐งช Local or online multiplayer
- ๐พ Score saving system
- ๐ Achievement system
- ๐พ Boss battles with advanced AI
- ๐ฆ Windows EXE releases
Have ideas or improvements?
Feel free to fork, modify, or open an issue. Collaboration is welcome!
If this repository inspired you or helped you learn, consider giving it a โญ star โ it helps others discover the project and motivates future updates.