Shooting Copters Game HTML5 and CSS3 (Demo)

Check out the same Shooting Copters Game developed using HTML5, HTML5 Canvas 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