views:

67

answers:

3

Hi, everyone,

I want to ask some question about the objective C. I want to read some simple game in the iPhone, but I don't have any experience on the game program. Can anyone suggest some website or tutorial for me to learn about it? Thank you very much.

+1  A: 

I suggest learning Cocos2d. There are a lot of great resources on it. Just one Google search gives me: a Youtube Tutorial, and everyone likes videos right (and there are some other stuff too if you like reading)? It consists of 3 parts so you have to navigate through them. Also, you can download from here. And to install (because I don't think it says it in video series) you need to find the install-templates.sh and run that script. It should generate a user template if you did it correctly.

thyrgle
A: 

Here's some reference material, straight from Apple:

That should keep you busy for a bit…

Dori
Isn't that more general purpose iPhone?
thyrgle
@Dori, thank you for your reply. I know the language of the objective C and C. But I used to write the application, not for fun. So, would you give some like writing game principle?
Questions
@thyrgle - @MarkSiu started off with, "I want to ask some question about the objective C" *(sic)*, which implied to me that, well, he had questions about the Objective-C language. It's not like there's one Objective-C for games and another Objective-C for every other type of app, after all.
Dori
+1  A: 

You can also check this out. http://icodeblog.com/2009/01/15/iphone-game-programming-tutorial-part-1/comment-page-3/ Its a step by step tutorial.

alecnash
@alecnash, thank you very much.
Questions