7

I am new to HTML5+js game development or I can I am new to this html5 canvas experiments. But now I want to develop a game(simple racing game) using it.

So please suggest a good tutorial and framework/engine?

Dan
  • 9,257
  • 5
  • 40
  • 72
Peeyush
  • 4,588
  • 15
  • 62
  • 92

7 Answers7

8

Easel JS - nice library. Tankster was created using this.

Melon JS - as Joel said.

GameQuery - a jQuery library.

Lime JS - another nice library.

Jaws JS

Neil Knight
  • 45,890
  • 23
  • 126
  • 186
6

MelonJS: http://www.melonjs.org/

Joel Martinez
  • 45,329
  • 25
  • 128
  • 183
4

IIO Engine can be a good choice to develop an HTML5 game. Check out the iio engine website. Also please, check out sample game from this post.

3

If you want to build a racing game you should really check out this tutorial, you'll write your own engine and learn all about how to go about a game like this:

http://codeincomplete.com/posts/2012/6/23/javascript_racer_v1_straight/

good luck !!

3

The Angry Birds game was created using ForPlay [ Now PlayN ] http://code.google.com/p/forplay/ . Its writing code in java cross compiled to js .

Anil Shanbhag
  • 912
  • 10
  • 30
2

I would recommend Enchant.js. It is very easy to learn and nice to play with.

Start with these resources

onmyway133
  • 42,755
  • 26
  • 247
  • 253
2

LibCanvas: http://libcanvas.github.com/

Shock
  • 491
  • 2
  • 8