Shooting Copters Game HTML5 and CSS3 (Demo)
This game needs certain HTML5 features, which your browser does not support.
Please use Chrome 3.0 or Safari 3.0 or higher.
Controls: Use ← and → to move gun. Use 'B' to fire.
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
