We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed last year.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
您可以使用很多游戏引擎。两个流行的引擎是:
AndEngine 更简单,可能更容易上手。 Libgdx 允许您制作可以在 Linux 和 Windows 下运行的跨平台游戏。
我实际上建议您获取这本书 Beginning Android Games 。它是由 Libgdx 的作者编写的,它引导您完成从头开始构建实现简单引擎的过程。
There are a lot of game engines you could use. Two popular engines are:
AndEngine is simpler and probably easier to get started on. Libgdx allows you to produce cross platform games that can be run under Linux and Windows.
I would actually suggest you get the book Beginning Android Games . It was written by the guy who made Libgdx and its walks you through the process of building an implementing a simple engine from scratch.