Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionI am new to HTML5+js game development or 开发者_Python百科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?
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
MelonJS: http://www.melonjs.org/
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.
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 .
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 !!
LibCanvas: http://libcanvas.github.com/
I would recommend Enchant.js. It is very easy to learn and nice to play with.
Start with these resources
- How to Make A Simple HTML5 Game With Enchant.js
- HTML5 Game Programming with enchant.js
- code.9leap.net
精彩评论