Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 700 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 700 Bytes

Wrecking_Balls

Video Game. Player needs to avoid being kicked off of the play platform by a number of challenging enemies. Made with Unity version 2020.3.24f1.

Player movement/controls:

  • Up/down arrows to move forward back
  • Right/left arrows rotates the camera about the platform. This recalculates the forward input (up/down arrows) in relation to the platform rotation.

There are three power ups:

  • Yellow power. This gives extra push back strength when colliding with enemies
  • Red power up. Allows player to shoot projectiles at enemy by pressing the "F" key.
  • Green power up. This is a smash power up. Press the space bar to jump up and smash down on the platform to propel enemies.