Ranjeet Sajwan
Ranjeet Sajwan

Reputation: 1921

Making games in iPhone

Can anyone tell me what should i use to make games for iPhone...

Actually i am a simple application programmer ...but never made complicated high graphics games... i have made some games but only simple one... Which tool is good for me to start.... i am aware of OPenGL...is it good to start with this ??

Upvotes: 0

Views: 330

Answers (5)

robc
robc

Reputation: 181

I'd say if you're reasonably competent with iOS & Objective-C, then it might be worth taking a peek at the likes of Cocos2D. There's also the iOS port of Flixel (which you can grab with the source to Canabalt which is sitting on Github), but compared to Cocos2D - it's a little less polished due to it only being recently out there.

Unity's great if you're familiar with C# or JavaScript and interested in wanting to do 3D games - and if you're not as interested in going the full-hog with learning OpenGL ES.

Upvotes: 4

Hack Saw
Hack Saw

Reputation: 2781

I'd suggest a trip to the bookstore, to find a book which speaks to you, regarding iPhone Game Dev. A quick look at Amazon reveals quite a number.

There's a lot to consider when making games, it's a huge topic.

Upvotes: 2

user177800
user177800

Reputation:

Corona is the best thing for you start looking into.

Upvotes: 2

hhafez
hhafez

Reputation: 39750

For someone new to iPhone development and game dev in general, I'd say start with Cocoa Touch as it is simpler than OpenGL and you can create simple games (for example words games) with it. And even if you decide to develop an OpenGL app for the iOs you still need to work with Cocoa so there is no escape from learning it.

Once you get your head around objective-c/cocoa/xcode and iphone development in general, then start looking at OpenGL.

Upvotes: 1

WrightsCS
WrightsCS

Reputation: 50697

You should check out Unity 3D.

Upvotes: 1

Related Questions