14

Where can I find a tile engine for HTML5 <canvas>, for writing 2D games?

Alon Gubkin
  • 56,458
  • 54
  • 195
  • 288

3 Answers3

16

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:

kanaka
  • 70,845
  • 23
  • 144
  • 140
1

This site compares a few well.

http://city41.github.io/breakouts/

Loran
  • 398
  • 2
  • 8
0

This engine, called Tile, is a work in progress. If anything, it might give folks looking to write their own engines a few ideas about what to do (or what not to do, if you prefer).

Salmon
  • 1