New iPhone Game Programming Forum

If you’re in to making games for the iPhone you may want to check out a new forum over on iDevGames.com dedicated to discussing iPhone & iPod Game Development.

While you’re there you may want to check out the other forums and resources on the site. There’s a ton of information on game programming for the Mac too.


Posted

in

, ,

by

Tags:

Comments

7 responses to “New iPhone Game Programming Forum”

  1. Jeff Klamer Avatar

    Hi-I have created “FotoCube” which may be viewed and played at:
    http://www.thefotocube.com (if the 15 minute play trial expires simply close and restart your browser to play again).

    I hired a Java SE programmer to write the code for the web application. I am interested in making “FotoCube” playable on both the iphone and itouch if possible, with fewer attributes if necessary.

    Can Java ME or another Java program be used to accomplish the above? I have received several replies to posts I have made which have referred me to Java ME to do this.

    My Java programmer has told me this might be accomplished using the Macintosh computer and programming using certain softwares.

    Do you think “FotoCube” can be made for the iphone and itouch units?
    Please make any references to me that might be valid. I am also possibly looking for a programmer to work with on this project.

    Thank you,
    Jeff

  2. Jesse Avatar

    Hi just want to share, You can download the entire iPhone Development Lecture from Stanford University in PDF format here:

    Download PDF

  3. Jon Trainer Avatar

    Jeff: Writing software for the iPhone requires the use of the language Objective-C along with the Cocoa Touch framework. You will also need to use Apple’s Xcode development tools.

    You should visit http://developer.apple.com for more info.

  4. Arvind Avatar
    Arvind

    Hi,

    I am developing a game, which will be having the labyrinth as one of it’s key components. It’s a maze game. Can anyone suggest me the best possible approach for the hit test on anything like walls ??????

    my mail id is – arvind.ksharma@gmail.com

  5. Bocephus Avatar
    Bocephus

    NSTimer HELP. When I Build & Go app loads ok but flipToSecond method doesn’t seem to be called. I placed an NSLog in flipToSecond method to check if it is being called NO LUCK.

    -(void) applicationDidFinishLaunching : (UIApplication *) application {

    timer = [NSTimer scheduledTimerWithTimeInterval: 1.0 target:self selector:@selector(flipToSecond:) userInfo:nil repeats: NO]; // change YES to NO

    }

    //define the targetmethod

    – (void) flipToSecond: (NSTimer *) timer {

    NSLog(@”flipToSecond was successful!”);

    }

    Last line in console is:

    Pending breakpoint 1 – “objc_exception_throw” resolved
    (gdb)

    Can’t seem to figure it out. Help Please.

  6. Bocephus Avatar
    Bocephus

    Received HELP from other forums.

    -(void)viewDidLoad {

    [self performSelector: @selector(flipToSecond:) withObject: nil afterDelay: 3.0];

    [super viewDidLoad];
    }

    Used performSelector instead of NSTimer and placed it in viewDidLoad instead of applicationDidFinishLaunching.

    Hope this helps other people.

  7. ali mousavi Avatar
    ali mousavi

    i want to now how place game in i phon 1.3.3