Unity 3D top down view space shooting game.
- Score points by shooting asteroids.
- Improve attack rate by picking up buffs
- Heal by picking up green balls.
- Score enough points to upgrade your ship automatically (3 levels of ships).
- Event driven logic of gameplay systems through Unity Scriptable Objects
- No dynamic memory allocatoion during runtime by usage of custom pools and ring buffers
- Encapsulation of gameplay types to ensure proper usage
Press W to start and R to restart after destroying ship.