HTML5 Tile Engine

前端 未结 3 1937
臣服心动
臣服心动 2021-02-02 16:35

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

相关标签:
3条回答
  • 2021-02-02 16:56

    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:

    • Mozilla Labs Gaming
    • Badass Javascript
    0 讨论(0)
  • 2021-02-02 17:03

    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).

    0 讨论(0)
  • 2021-02-02 17:06

    This site compares a few well.

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

    0 讨论(0)
提交回复
热议问题