⚡ Power-ups¶
Power-ups are not implemented in the current version of Alien Invasion.
If you want to contribute a power-up system, start by reviewing:
- Entity creation in
src/config/actors/ - Collision handling in
src/config/logic/ - Rendering flow in
src/config/rendering/
Next Steps¶
- Learn about Game Modes
- Master the Scoring System
- Check out Gameplay Basics