Shooting Copters Game using HTML5 Canvas (Demo)

Check out the same Shooting Copters Game developed using HTML5, CSS 3.0 and JavaScript
                 (Requires Chrome 3.0+ or Safari 3.0+)

Tools and Technologies:

Features of HTML5 Canvas and Javascript

  • Context object's drawImage
  • Animation using Timers and Framerates (setInterval, clearInterval)
  • Listening to Keyboard Events
  • Memory Management (releasing un-used objects using array.splice())
  • Collision Detection between Cannon, Parachutes and Helicopter
  • Calculation of Cannon's Projection using Trigonometry