Skip to content

V0xel0/Space_Shooter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space_Shooter

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).

Architecture

  • 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

Controls

Press W to start and R to restart after destroying ship.

Final.mp4