Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting started with game development using js/html5 [closed]

Anyone have experience with game development using javascript and the html5 canvas element?

So far I have found two libraries, are either of these worth using?

http://tommysmind.com/ (XNA Port)

http://gamequery.onaluf.org/ (jquery plugin)

Does anyone have any other resources?

like image 942
joe Avatar asked May 10 '10 18:05

joe


People also ask

Is HTML5 good for game development?

For lots of reasons, HTML5 is now the favourite development technology for web developers and game developers. It can offer both 3D and 2D graphics, coma offline assets storage, audio APIs, and full support for nearly every web browser imaginable.

Can you make a game using HTML5?

Since most game developers want to focus on their actual game and not in creating this whole abstraction layer, it is recommended you use a HTML5 game frameworks. HTML5 game frameworks and libraries that contain building components you can use to create your own games.

Can JavaScript be used for game development?

Yes! JavaScript is a great language for game development, depending on the type of game you want to create. JavaScript is best for web-based and mobile games. It's also a great language for kids to learn because it's generally easy to understand and has plenty of resources for coders readily available online.

How much does it cost to develop a HTML5 game?

HTML5 game development can cost around $25,000 to $30,000 for a single platform with basic functionality. If you wish to develop a HTML5 Game with all the advanced features and functionalities, with support for multiple platforms, it may cost up to $250,000.


2 Answers

You can also use Lime JS - very promising HTML5 game developement framework. http://www.limejs.com

like image 194
Digital Fruit Avatar answered Oct 26 '22 12:10

Digital Fruit


A bit late to this ;-) but here are some current or emerging frameworks

Aves http://www.dextrose.com/en/projects/aves-engine Akihabara http://www.kesiev.com/akihabara/ Rokcet Pack http://rocketpack.fi/ Effect Games http://www.effectgames.com/effect/

these are probably overkill for the kind of games you're mostly referring to.

Also, take a look at Sencha Touch

http://www.sencha.com/

There's a very slick solataire example here

http://touchsolitaire.mobi/app/

HTH

like image 35
John Allsopp Avatar answered Oct 26 '22 11:10

John Allsopp