xcode 基本游戏模板

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4342565/
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-09-14 19:58:05  来源:igfitidea点击:

xcode basic game template

iphonexcodetemplatesxcode-template

提问by Chris Young

I am wondering if anyone knows of a open source or paid Xcode template.
It would be for a basic game, ( NOT COCOS2d ).
It would include simple items like profile management, load/save, Menu, Settings, ( perhaps include Openfeint/Game Center )

我想知道是否有人知道开源或付费的 Xcode 模板。
这将是一个基本的游戏,(不是 COCOS2d)
它将包括简单的项目,如配置文件管理、加载/保存、菜单、设置,(可能包括 Openfeint/Game Center)

Something to use as a base for creating new games, things that get used over and over.
I am thinking about creating either a simple match three game, or maybe a card game.

用作创建新游戏的基础的东西,可以反复使用的东西。
我正在考虑创建一个简单的三消游戏,或者一个纸牌游戏。

Before I sat down and created one myself, I thought I would check to see if something was available. ( No need to recreate the wheel right? )

在我坐下来自己创建一个之前,我想我会检查一下是否有可用的东西。(不需要重新造轮子吧?)

Thanks everyone!

谢谢大家!

回答by Craig

This isn't quite the solution you're looking for as it's not a game template, but it's worth checking out Sparrow- it's an open-source Objective C library so you don't need to learn anything new (unlike COCOS2D) and there's a nice Beginners Action Game tutorialyou can follow.

这不是您正在寻找的解决方案,因为它不是游戏模板,但值得一试Sparrow- 它是一个开源的 Objective C 库,因此您无需学习任何新东西(与 COCOS2D 不同),并且有您可以遵循一个不错的初学者动作游戏教程

Cheers..

干杯..

回答by Kay

If you don't want to use Cocos2D I guess you are thinking of 3D i.e. OpenGL ES games. If so, have a look at former question Alternative of Unity & SIO2. Maybe this is what you are looking for, but you should take SIO2 and Unity3D themselves into consideration. Especially Unity3D (I am just evaluating it the last 2 weeks) will save you a lot of work. SIO2 is a library using Blender for design and ships with customized exporter. It was open source since V1.4 but then they "convert" it into commercial software. What a pitty that the 1.4 source code is still not available at the according SF project.

如果您不想使用 Cocos2D,我猜您正在考虑 3D,即 OpenGL ES 游戏。如果是这样,请查看以前的问题Alternative of Unity & SIO2。也许这就是您要寻找的,但您应该考虑 SIO2 和 Unity3D 本身。尤其是 Unity3D(我只是在过去 2 周对其进行评估)将为您节省大量工作。SIO2 是一个使用 Blender 进行设计的库,并带有定制的导出器。它从 V1.4 开始是开源的,但后来他们将其“转换”为商业软件。遗憾的是,1.4 源代码仍然无法在相应的 SF项目中获得

There are two more engines: Unreal 3 Engineand Torque. I failed to find the pricing for Unreal now, but it might be something about 25% of your revenue or so. Torque stopped selling their 3D engine on iPhone and is now available in 2D only.

还有两个引擎:Unreal 3 EngineTorque。我现在没能找到 Unreal 的定价,但它可能是你收入的 25% 左右。Torque 停止在 iPhone 上销售他们的 3D 引擎,现在仅提供 2D 版本。

PS: Even for simple games I recommend using some kind of game engine, it will save you a lot of work compared to native XCode hacking.

PS:即使对于简单的游戏,我也推荐使用某种游戏引擎,与原生 XCode hacking 相比,它会为您节省大量工作。

回答by jithp2

You can use this template which is a well researched one available in the market.

您可以使用此模板,该模板是市场上经过充分研究的模板。

http://www.binpress.com/app/ios-boilerplate-and-template/1597

http://www.binpress.com/app/ios-boilerplate-and-template/1597