5

With friends we want to develop a html5 canvas videos games in 3D isometric games or 2D.

After some research I found this: http://canvasengine.net.

It's seems clear, easy , documented ...

What do you think about this lib? You have another lib to recommend?

tshepang
  • 12,111
  • 21
  • 91
  • 136
psylo66
  • 608
  • 11
  • 26
  • Welcome to stackoverflow :) You question probably is a better fit for stackoverflows sister site: http://programmers.stackexchange.com/. Stackoverflow is more technical question & answer. The programmers site dives into "what's the best ...". Even so, here is a site with a good variety of game engines you can check into: http://www.designyourway.net/blog/resources/javascript-html5-game-engines-libraries-51-examples/ – markE Apr 22 '13 at 15:50
  • Don't worry, we will use canvaengine :p – Clément Andraud Apr 24 '13 at 15:30

1 Answers1

4

Canvasengine seems a decent project to me.

Some other relevant links here on SO:
HTML5 Tile Engine
2D Engines for Javascript

There is also gameJS that has support for 'tiled' to!

I kind of liked gameQuery to.

Community
  • 1
  • 1
GitaarLAB
  • 14,536
  • 11
  • 60
  • 80