Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 888 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 888 Bytes

Asteroids

Very basic implementation of Asteroids.

All art assets are available on the unity asset store (see credits for links)

Initial Scene: MainMenu

Changelist

Version 0.1

Features

  • Ship Gallery: Rotating ship gallery.

Technical

  • Removed Unity framelimit
  • ObjectPooling: for asteroids, asteroid models, explosions and projectiles
  • CommandBus: Streamlining asynchronous actions.
  • Android Support

Credits