Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xcode basic game template

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 )

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!

like image 256
Chris Young Avatar asked Dec 03 '10 04:12

Chris Young


1 Answers

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 tutorial you can follow.

Cheers..

like image 75
Craig Avatar answered Oct 08 '22 14:10

Craig