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,391
  • 5
  • 41
  • 73
Peeyush
  • 4,728
  • 16
  • 64
  • 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
  • 47,437
  • 25
  • 129
  • 188
6

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

Joel Martinez
  • 46,929
  • 26
  • 130
  • 185
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
  • 950
  • 1
  • 13
  • 31
2

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

Start with these resources

onmyway133
  • 45,645
  • 31
  • 257
  • 263
2

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

Shock
  • 501
  • 2
  • 9