What is some good tile engine for the HTML5 <canvas>
(for writing 2D games)?
views:
38answers:
1
+1
A:
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):
- http://github.com/kesiev/akihabara
- http://gamejs.org/
- http://code.google.com/p/cakejs/
- http://gamequery.onaluf.org/
Sites you might want to follow:
kanaka
2010-10-19 16:24:35
GameJS looks amazing, thanks!
TTT
2010-10-19 19:54:15