有没有可以使用的Android游戏框架

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2306793/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 05:20:19  来源:igfitidea点击:

Is there any Android game framework ready to use

androidframeworks

提问by michael

Do you know any tile based game framework for android like HGEfor PC or at least some good examples of tile based engine for Android

您是否知道任何基于 tile 的 android 游戏框架,如适用于 PC 的HGE或至少一些基于 tile 的 Android 引擎的好例子

回答by dowan

Hereyou can find a list of a few engines, including above, I prefer libgdx

在这里你可以找到一些引擎的列表,包括上面的,我更喜欢 libgdx

回答by argenkiwi

I found this one: Andengine. I believe it's under the LGPL license, which is great, but I cannot tell how good it is yet. The code seems to be pretty clean and clear, though.

我找到了这个:Andengine。我相信它是在 LGPL 许可下的,这很好,但我不知道它有多好。不过,代码似乎非常干净和清晰。