开发者

what are the basic steps to start any game applications in iphone?

开发者 https://www.devze.com 2023-02-23 10:19 出处:网络
I am not familiar with gaming application, So Now I want to start a simple kids game application which displays 开发者_运维百科the score with limited time.

I am not familiar with gaming application, So Now I want to start a simple kids game application which displays 开发者_运维百科the score with limited time.

What are step to proceed. Do I need to register with game center, I don't know about this. Please give me any suggestions that would help to start game application.

Thnak you, Madan Mohan.


First of all, you will need to register an iPhone developer program, you won't be able to test your code on a device without it. Alternatively, you could purchase a copy of Xcode and develop on a simulator until you are ready for actual device. In any case, you will need the $99 program for publishing.

Now, you will need to learn Objective C. Grab yourself a book and understand how views work before designing your game.


If you want your app to run on a device (or to publish to the app store), you will need an iOS developer account for $99. However, if you want to just test you device in the built in simulator on your computer, you can do it for free.

Next, figure out what kind of game you want to make. Plan what is going to happen, what views are necessary, design an interface, write some code. Thats the basic process.

You DO NOT need to regester with Game Center. Game Center provides some easy to use feature for your app, such as simple to implement online leaderboard. If you want to use them (you will need the $99 account, not the free account), set up Game Center. I don't want to write a tutorial here since thats off topic.

Game creation is just like any other app creation. I hope this helps. You said above in a comment you are familar with Objective-C so start programming the game as you would any other app.

0

精彩评论

暂无评论...
验证码 换一张
取 消