本文介绍了HTML5 平铺引擎的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在哪里可以找到用于编写 2D 游戏的 HTML5 tile 引擎?
Where can I find a tile engine for HTML5 <canvas>
, for writing 2D games?
推荐答案
可能:http://www.effectgames.com/effect/,尤其是 http://www.effectgames.com/effect/#Article/docs/Sprites_and_Tiles_Guide但是请注意,Effect 可以免费使用,但属于专有而非开源.
Possibly: http://www.effectgames.com/effect/ and in particular http://www.effectgames.com/effect/#Article/docs/Sprites_and_Tiles_GuideHowever note that effect is free to use but proprietary and not open source.
其他可以简化操作的 Javascript/Canvas 游戏引擎库(但可能没有特定的磁贴支持/文档):
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:
这篇关于HTML5 平铺引擎的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!