How many hours to learn iPhone game programming?

Discussion in 'Public Game Developers Forum' started by learjetzoom, Mar 15, 2009.

  1. learjetzoom

    learjetzoom Well-Known Member

    Feb 27, 2009
    466
    0
    0
    I am a college educated individual with basic computer hardware knowledge. I did some Pascal programming in high school and that is the extent of my programming knowledge. I did take logic in college though, I would imagine that helps.

    I currently have quite a bit of free time on my hands and I was wondering how long it would take to learn the programming knowledge to make iPhone games. What is your story?

    Thanks!
     
  2. jasonf

    jasonf Well-Known Member

    Dec 8, 2008
    226
    0
    0
    To frame this post: I have roughly ten years industry experience w/ C in embedded applications, router programming and kernel driver writing. Plus about 4 years of PHP experience for websites and a few years of hobby Java.

    It took me about 3 weeks of really struggling with the Apple training videos and sample projects before I started to understand core Objective-C paradigms (like memory management, syntax, delegates, etc).

    It took me three false starts and another month with random test programs before I pumped out Cryptograms.

    It took me another three weeks to put out Theseus 1.0 with lame graphics and no animation.

    I then got hired doing iPhone programming for a startup and spent a great deal of time studying message board threads and reading random sample code. During this time I developed a firm grasp of the core animation paradigms.

    I spent the entire Christmas break (morning to night) redesigning Theseus with the engine it has today using my deeper understanding of the Cocoa Touch gfx SDK.

    I then spent another month off and on refining Theseus 2.0 -> 2.1.3

    I then spent about four weeks of post-work hours developing the engine for Light Jockey (learning how to use OpenGL on the iphone, perfecting the engine, etc).

    Hope that gives you a frame of reference for how long it may take to learn and develop a Cocoa Touch app.. good luck! :eek:
     
  3. yayaba

    yayaba New Member

    Mar 15, 2009
    4
    0
    0
    I'm following a similar pattern. I've been programming professionally for about 5 years now and it really took me awhile to even begin learning how to approach Objective C.

    I will say that I struggled off and on by myself for easily a month googling around for tutorials and watching videos, more often than not getting frustrated and giving up for days. The one thing that saved me was the CS193P online lecture notes from Stanford. It was a structured approach to learning how to code for the iPhone and after I went through all the lecture notes (took me about another month as I had a lot of things going on at the same time), I dived into my first utility.

    It definitely took me awhile to wrap my head around memory management, delegates, and interface builder and while it's funny to look back now and wonder why I had such a hard time with it, I still feel the learning curve was definitely steep. But best of luck to you!
     
  4. InsertWittyName

    InsertWittyName Well-Known Member

    Nov 26, 2008
    202
    1
    0
  5. It took me a four-day weekend with nothing much else to do to dive into the SDK and learn enough OpenGL ES to get started. I wrote Petri in about a month. That was coming from a Computer Science degree and a year as a web developer (two years ago). But I hadn't really programmed for a while before tackling the iPhone.

    Even so, there are still tons of things I keep learning as I go along. So I would say that you can get started easily enough, but in-depth understanding will take a while.
     
  6. lazypeon

    lazypeon Well-Known Member
    Patreon Bronze

    This is kind of how I feel too. Coming from a programming background with experience in various languages, I didn't have too much trouble getting started. However, I still have to Google references a ton, as well as things I can do easily in other languages. I wouldn't say I'm 'comfortable' in Obj-C yet, but I've used it about 1.5 months and know enough to work on a game.

    I recommend an engine such as Cocos2D iPhone to help give you a head start. It will do some of the 'heavy lifting' for you.
     
  7. Diablohead

    Diablohead Well-Known Member

    Jan 19, 2009
    1,553
    1
    0
    Freelancer, PC game developer
    Buy or use an premade iphone engine will easily cut your dev time in half as long as you can work with one you like, it's the route i'm going to take by using Unity.
     
  8. mek

    mek Well-Known Member

    it took me three months of struggling...then i got to busy with my masters and had to drop it, so i have a 75% done project that has been gathering dust since october...but considering no one has released its type of application yet, i may pick it up again in the summer and finish it off
     

Share This Page