An excellent article discusses about using HTML5 canvas for building browser based games using only HTML and Javascript. The <canvas> element is used to draw graphics, on the fly, on a web page.

The power of HTML5 Canvas is that you can draw any 2D or 3D content within the canvas region using powerful HTML5 Javascript API’s.

Recommend reading article which would give you good understanding on HTML5 Canvas.

http://blogs.msdn.com/b/eternalcoding/archive/2012/03/22/unleash-the-power-of-html-5-canvas-for-gaming-part-1.aspx

Some other resources for learning

http://www.w3schools.com/html5/html5_canvas.asp

http://www.html5canvastutorials.com/

 


Discover more from Cloud Distilled ~ Nithin Mohan

Subscribe to get the latest posts sent to your email.

By Nithin Mohan TK

Technology Enthusiast | .NET Specialist | Blogger | Gadget & Hardware Geek

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.