HTML5 Game Development

TwitterFacebook
Get flash to fully experience Pearltrees

box2dweb - Box2DFlash port to javascript

Overview This is a port of Box2DFlash 2.1a to JavaScript. http://code.google.com/p/box2dweb/
http://html5center.sourceforge.net/A-Developer-Guide-to-HTML5-Canvas

A Developer’s Guide to HTML5 Canvas | the HTML5 Center

A Developer's Guide to HTML5 Canvas Undoubtedly, the canvas element in HTML5 is the feature that most developers will want to use to develop truly rich web applications – without needing to install browser plug-ins like Adobe's Flash player.
http://www.appmobi.com/index.php?q=node/270

HTML5 Multiplayer with Node.js and Socket.IO

For app development tools, videos, and documents, point your browser to the HTML5m Developer Site . jqMobi API Reference
Nowadays web applications have greatly increased and they make extensive use of icons for their user interfaces. Thanks to @font-face rule we should include icons within our web pages using icon web fonts instead of single images. In this post we have collected 15 sets of icon web fonts that you can use to design your user interfaces.

15 Icon (@font-face) Web Fonts to Improve your User Interfaces

http://webification.com/15-icon-font-face-web-fonts-to-improve-your-user-interfaces
http://codecanyon.net/?ref=NetPremium&ref=NetPremium&clickthrough_id=51551729&redirect_back=true 5,153 Scripts and Snippets from $1 PHP, Javascript, ASP.NET, CSS, Plugins, HTML5 and Mobile

PHP Scripts, WordPress Plugins, HTML5, jQuery, and CSS

http://www.html5rocks.com/en/tutorials/casestudies/munkadoo_bouncymouse/

Case Study: Bouncy Mouse

Introduction After publishing Bouncy Mouse on iOS and Android at the end of last year, I learned a few very important lessons. Key among them was that breaking into an established market is hard.
Until recently, performance of browser-based games for mobile devices has lagged significantly behind desktop performance. If you wanted to create a Canvas-based mobile game, performance was terrible and you needed to build your game around the limitations of the platform. Developing a usable game meant using tricks like scaling up from very low resolutions or doing partial screen updates instead of full refreshes, meaning your game design was limited by the platform’s weaknesses rather than your creativity.

Mobile Game Primer - Build New Games

http://buildnewgames.com/mobile-game-primer
http://www.html5gamedevelopment.com/html5-game-tutorials/2012-03-2d-game-art-for-programmers

2D Game art for HTML5 Game Programmers

Posted 16:16PM on March 17 2012 by Pascal Rettig Chris Hildenbrand has a great blog called 2D Game Art for Programmers targeted at programmers designing art for 2D games, focusing on using open-source tools such as Inkscape . Also check out Chris' introductory post on GamaSutra which covers a lot of the basics and is a huge boom to indie-developers without design skills.