Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I know nothing about Game development. I mean.. nothing.

But I have developed couple of good ruby web applications. I have also developed a simple iPhone app and its in the app store.

I'm interested in iPhone (specifically in that screen size) game development. How do I get started? What are the books I should read? Please guide me.

share|improve this question

4 Answers

up vote 3 down vote accepted

you have several options, but this are my personal recommendations:

First a very good book about iPhone programming, from the code master Aaron Hillegas:

ios_programming_the_big_nerd_ranch_guide

then you can advance in more advanced stuff like learn the awesome Cocos 2D framework with this book:

Learn-iPhone-iPad-cocos2d-Development

This asumming that you have already a good base in C and Objective-C programming languages, if not i will recommend you this book:

The C Programming Language

The Objective-C Programming Language

With this books you will have a good amount of fun, cheers.

share|improve this answer

While I'd agree that the book is the best way to go, if you want a starting point, this tutorial will walk you through starting your first game.

share|improve this answer

The key skill that will make a difference is not more Obj C or iOS coding knowledge, but learning game design, what makes a fun or compelling game experience. Books on the art and psychology of game design might be a good starting place.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.