32x32 2D tiles for html5/canvas project

32x32 2D tiles for html5/canvas project

Hi everyone,

I'm working on a tile based engine utilising canvas & javascript.
It currently only runs in Chrome (best speed) and Firefox, you can try it out here:

http://kipdola.be/subdomain/kiflea-working/

I love the "whispers of avalon" tileset, but I'm missing town elements like the exterior of houses and shops and, of course, interior elements like furniture.

I'm creating the engine as game-agnostic as I can. I've seen a few HTML5 games, but they mostly have their gameplay firmly embedded in the code. I hope to build an engine that'll let people freely build an RPG without having to rewrite most of the code.

In the end I wish to add an on-line element through websockets, with a server probably written in Python.