About the Game - wncc/shoot-the-duck GitHub Wiki
General Instructions: There are ducks flying loose over the field! Your objective is to shoot down the ducks in this classic retro game, by clicking on them! A black duck fetches 100 points, and a red one 200 and a special golden duck fetches you 500 points. You can even customize the game play and set your own number of ducks, ammunitions and difficulty level!
Tech used: HTML5 (& CSS, & JavaScript)
How it works: The ducks and the dog are animated using sprites and the jQuery spritely library. The audio play works using the HTML5 specification’s tag. Upon clicking a duck, which is considered a successful shot, a click handler is fired which updates the score and relevant info. At the end of the game, which happens if either all ducks are killed, all ammo or time runs out, if your score is 70% of max. you are declared a winner.