Uo-down 2D scroll game made in Unity
The player can move around in the fixed area, enemies fall from the upper edge of the screen
The player can shoot enemies, if hit, lose one life
Files:
Enemy = virus in our case
Explosion : explosion effect that also destroys the object
Game Manager : Detect key input and switch scenes
Laser = vaccines in our case
Power ups : When the player hits the power up object they get power up for a certain period of time(shield, triple laser, fast speed)
Spawn manager : Control the enemy (We have the same type of enemy multiple times)
UIManager : Text that shows socres, lives left, game over text...