The main game template xcode

I am wondering if anyone knows about the open source version or the paid Xcode template.
This would be for the base game (NOT COCOS2d) .
It will include simple elements such as profile management, loading / saving, menus, settings, (possibly includes Openfeint / Game Center)

Use something as a basis for creating new games, things that are used again and again.
I am thinking of creating either a simple three-game game, or perhaps a card game.

Before I sat down and created it myself, I decided to check if it was available. (No need to recreate the wheel to the right?)

Thanks everyone!

+8
iphone xcode templates xcode-template
source share
3 answers

This is not exactly the solution you are looking for, since it is not a game template, but it is worth checking out Sparrow - it is an open-source Objective-C, so you do not need to learn anything new (unlike COCOS2D), and there is a nice tutorial there a game for beginner players , which you can use.

Greetings ..

+5
source share

If you do not want to use Cocos2D, I think you are thinking about 3D, that is, in OpenGL ES games. If so, take a look at the old question Alternative Unity and SIO2 . This may be what you are looking for, but you should consider SIO2 and Unity3D. Especially Unity3D (I just evaluate it for the last 2 weeks) will save you a lot of work. SIO2 is a library that uses Blender for design and comes with the customer. It was open source with V1.4, but then they β€œconverted” it into commercial software. What a pitti that the source code 1.4 is still not available according to the SF project .

There are two more engines: Unreal 3 Engine and Torque . Today I could not find prices for Unreal, but it can be about 25% of your income or so. Torque has stopped selling its 3D engine on the iPhone and is now only available in 2D.

PS: Even for simple games, I recommend using some kind of game engine, this will save you a lot of work compared to the usual Xcode hack.

+1
source share

You can use this template, which is well studied, available in the market.

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

0
source share

Source: https://habr.com/ru/post/649781/


All Articles