Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何在 Android 上制作这种类型的游戏。您需要使用精灵创建地图、对象(精灵)和动画序列。
不可能创建基于 XML 元素的游戏,如 imageview 等。为此推荐什么工具、库、框架?如果可能免费,(不是unity3d),cocos2d,andengine,opengl..?
什么是最好的游戏引擎?
谷歌“平铺地图编辑器”
http://www.mapeditor.org/
这将解决很多与关卡构建相关的问题,并减少很多地方对 xml 的需求,
您可以将它与许多游戏引擎一起使用,包括 AndEngine。