What is some good tile engine for the HTML5 <canvas> (for writing 2D games)?

link|improve this question

feedback

1 Answer

up vote 12 down vote accepted

Possibly: http://www.effectgames.com/effect/ and in particular http://www.effectgames.com/effect/#Article/docs/Sprites_and_Tiles_Guide However note that effect is free to use but proprietary and not open source.

Other Javascript/Canvas game engine libraries that would make it easy (but may not have specific tile support/documentation):

Sites you might want to follow:

link|improve this answer
GameJS looks amazing, thanks! – Alon Gubkin Oct 19 '10 at 19:54
Did you find one you liked? I'm anxiously awaiting the Isogenic engine: isogenicengine.com – JayCrossler Feb 20 '11 at 0:21
Seems EffectGames is open-source now and on github: github.com/jhuckaby/Effect-Games – Kolky Dec 1 '11 at 18:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.