jawerty
jawerty

Reputation: 155

Making an HTML5 game framework for RPG games

I really would like to know where to start when developing an HTML framework in general. I've made HTML5+javascript games with lime.js, but I'm confused on the actual makeup of HTML5 frameworks(i.e. lime.js, impact.js, etc.). My main question is "How could someone begin developing a HTML5+javascript game engine?".

Upvotes: 0

Views: 5061

Answers (1)

Chaitanya
Chaitanya

Reputation: 5293

Have you looked at the Kinect.js framework? http://www.kineticjs.com/

There seems to be quite a few 2D games created with it. There is also three.js for 3D canvas stuff. http://www.html5canvastutorials.com/webgl/part-3-html5-canvas-webgl-with-three-js/

You can base your framework on these libraries or use them as a reference.

Upvotes: 2

Related Questions