SQLite, High Scores, Time Selecter

Discussion in 'Public Game Developers Forum' started by MLCinemaApps, Jul 2, 2009.

  1. MLCinemaApps

    MLCinemaApps Member

    Jul 2, 2009
    6
    0
    0
    Hi everyone,

    I’m a first-time iPhone/iPod Touch developer, and my company, Missing Link Cinema, currently has a game in development. We have four apps in the iTunes store. They are geared towards people who are looking to relieve stress, especially after a long day of work or playing iPhone games. You can find them in App Store here:

    http://itunes.apple.com/WebObjects/M...t?id=318536453

    As far as our game goes, we are having some issues with adding high scores and configuring the button selector so that the players can choose a time duration. We figured that using SQLite3 would be our best bet, but we’re limited on how to incorporate it into our app. Does anyone have any suggestions or tutorials on how to do this? Any help would be greatly appreciated thanks.

    Thank you,
    MissingLinkCinema.com
     
  2. Schenk Studios

    Schenk Studios Well-Known Member

  3. slipster216@gmail.com

    [email protected] Active Member

    Mar 11, 2009
    39
    1
    0
    Game Developer
    Boston, mass
    Cocos has a high score server you can use with or without cocos2d. If your just doing things locally, skip using SQL and look into NSCoding to save data - much easier..
     

Share This Page