Software Engineer
vlcsnap-2020-11-12-18h01m41s821.jpg

Shmup

 

Shmup

  • Android game developed for a third-year university assignment.

  • Ads and google play achievements implemented.

  • High-scores stored across sessions.

  • Released on Google Play Store.

Object Pooling

This game involves the player firing bullets a lot, and I didn’t want to be creating and destroying a lot of objects as I was worried about performance issues on mobile. I object pooled the bullets fired by the gun, so the old objects are recycled instead of creating and destroying them every time.

Bullet Object Pooling

Bullet Object Pooling