HTML5 Duck Hunt
A HTML5 (DOM not Canvas) version of NES favorite Duck Hunt by Matthew Surabian. Source is up on GitHub
Share List
You might also find this interesting:
- Breakouts: The ToDoMVC for HTML5 Game Engines Breakouts is a project by city41 designed to help you evaluate different HTML5 Game Engines by showing an implementation of a simple but complete game (Breakout) in a number of...
- Designing Interactivity with HTML5 Workshop, Day 1 Updated: Fixed Links 12/19 The slides from Day 1 of my January Workshop at MassArt are posted up. I’m the process of converting them into a more useful tutorial format,...
- Twinkle Pop: 5 platforms, 1 code base Twinkle Pop is a casual game of the bubble-popping variety developed by Bluega. It’s developed on their proprietary BXG engine for which they’ve developed packaging tools that package the game...
- HTML5 Mobile Game: Alien Invasion A basic mobile shooting game demo built from the ground up in the first few chapters of my upcoming book on Mobile HTML5 Game Development. The code, clocking in around...
- Painting the DOM to Canvas with Domvas Domvas is a tool that uses what amounts to a backdoor via SVG to allow you to turn DOM elements into images that can be painted onto a Canvas. Why...