0
votes
0answers
12 views
Where can I find good tutorials for writing iPhone games?
I would like to know if there are any good tutorials on the web showing how to write games for the iPhone. I am a beginner on the platform
1
vote
1answer
11 views
how to get accurate location from core location in iphone sdk?
What is the best way to get accurate location from location manager? if someone needs source for my implementation i'll post it
2
votes
6answers
398 views
Anyone using c++ stl for their games?
I miss vectors, queues, and maps etc. I'm vaguely aware of similar data structures available in Objective-C but I want to use the c++ stl data structures. Anyone have experience …
3
votes
1answer
247 views
cocos2d sprite animation
Hi all,
How can I change an image position like background-position in css? By position I don't mean the position of background like ccp(200,150), I mean for example, I have an ima …
1
vote
7answers
421 views
Is iPhoneGameDev really necessary?
Alright, I'll bite the negative bullet: What's the point of iPhoneGameDev when there's a perfectly good and well-frequented StackOverflow? If you're only interested in iPhone dev, …
2
votes
1answer
254 views
Compare OpenGL ES and CoreGraphics… which is better? when?
When is CoreGraphics appropriate for an iPhone game? I'd imagine it would be good for a slow moving game that's probably not 3D. What would make you switch from CoreGraphics to O …
2
votes
4answers
252 views
What are the benefits and drawbacks of starting an LLC?
I've decided to pursue iPhone game development as a full-time business. At what point should I "make" an LLC (limited liability company)? What are the advantages and drawbacks?
…
2
votes
2answers
266 views
Please suggest resources for learning iPhone game development :-)
I'm learning iPhone game development and I don't have much experience w/ games in general. What are some good resources for beginners?
1
vote
2answers
197 views
Replacing image in sprite - cocos2d game development of iphone
I want to change the sprite image.
Say for example.
mainSprite=[Sprite spriteWithFile:@"redFile.png"];
[self addChild:mainSprite];
Here, Sprite is already added to a layer.
I h …
2
votes
2answers
22 views
What skill sets required by an indie developer for game development?
Well these days i am working from my house basement and looking to make games for iphone, i dont have budget to pay anything to anyone for anything so i have to do everything by my …
3
votes
2answers
81 views
most commanly used classes in cocos 2d animation.
I would like to know the most commonly used classes & their use.
For example.
Class Name
Sprite class = used for image (or may be anything else / I am a new one to cocos 2d …
3
votes
2answers
170 views
Are there any podcasts specifically for iPhone game development?
I've listened to the podcast on iPhoneGamesNetwork a number of times. It's interesting but doesn't contain enough info specifically related to game development.
Are there any pod …
1
vote
1answer
89 views
COCOS Sample Code / Tutorials links
I have tried to find out COCOS sample code & tutorials link through google.
But I couldn't find what I wanted.
If someone know, Please Share with iPhoneGame Dev.
Thanks in A …
2
votes
3answers
92 views
What is the keyboard shortcut in XCode for “Find in Project”?
I don't understand the keyboard shortcut for "Find in Project" in XCode. It looks like "Up command F" but that key combination just does "Single File Find". Any ideas?
2
votes
3answers
64 views
OpenGL - to use or not to use ? why - iPhone application dev
I have to develop an application "Behavior like an Tetris game".
I have never used "OpenGL" for the iPhone application developement.
Application is something like this
* Red / g …