使用 cocos2d-android 的游戏

发布于 2024-11-28 10:44:25 字数 189 浏览 1 评论 0原文

我正在考虑使用Java中的cocos2d-android在android中开发游戏。但我想开发跨平台的游戏,这意味着它们也适用于 iPhone 操作系统等。 我读到 cocos2d-android api 是从 cocos2d-iPhone api 派生的。

我也熟悉C++。

有人可以推荐一些工具吗? 任何建议都是非常受欢迎的。

I am thinking of developing games in android using cocos2d-android in Java. But i want to develop games which will be cross-platform means they will also work for iPhone OS,etc.
I read that cocos2d-android api's have been derived from cocos2d-iPhone api.

I am familiar with C++ too.

Can anyone suggest some tools?
Any Suggestions are most welcome.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

望她远 2024-12-05 10:44:25

cocos2d-x 正是您想要用来开发游戏的工具。

cocos2d-x 是一个开源的、基于 C++ 的移动 2D 游戏引擎,根据 MIT 许可证发布。它的目标是多平台、轻量级和开发人员友好,并且是著名的“cocos2d-iphone”项目的子项目,并尽力保持主要功能与其同步。

它适用于 Android NDK、iOS、Win32、airplaysdk(marmalade) 等。

cocos2d-x is exactly what you want to use for developing games.

cocos2d-x is an open-source, C++ based, mobile 2D game engine, released under the MIT License . It aims to be multi-platform, lightweight, and developer-friendly, and is a child of the famous "cocos2d-iphone" project, doing its best to keep the primary features sync with it.

It works with Android NDK, iOS, Win32, airplaysdk(marmalade) and etc.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文