Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 621 Bytes

File metadata and controls

18 lines (14 loc) · 621 Bytes

CannonGame

Unity3D game that shoots cannon balls and dogs.

##Features

  • The canyon cliff terrain is randomly generated using midpoint bisection
  • Cannon balls are emitted using projectile physics (initial velocity, angle, gravity, air resistance, wind)
  • Cannon ball collision detection is home-made, it doesn't use any built-in colliders in Unity
  • Dog projection and collision are modeled using verlets

##How to play

  • Press spacebar to shoot cannon balls
  • Press tab to shoot dogs

##Play [Download for Windows] (http://monicaung.com/files/CannonGame.zip)

##Disclaimer

  • No dogs were harmed when making this game