Yomo710
Yomo710

Reputation: 125

Simple Cocos2d Iphone Game. Just some basic questions

I'm making an app, where the sprite has to run across the screen pressing buttons and jumping and ducking. Kind of like line runner. Anyways, I'm using cocos2d. Is this what i should be using. If it is, how would i make it. Im not asking for all the code, just the basic objectives and what i should do! thanks so much!

Upvotes: 1

Views: 223

Answers (2)

giorashc
giorashc

Reputation: 13713

I would definitely advise you to use Cocos2d for this purpose and also Box2d if you need real physics simulation in your game.

Regarding of writing your game have a look here : It contains very useful cocos2d tutorials and even have a tutorial of how to write a full functioning game (Look for the monkey game)

Note : It seems that the link does not work right now but I am sure it will be fixed soon..

Upvotes: 1

Bipul Chandra Dev Nath
Bipul Chandra Dev Nath

Reputation: 431

Cocos2d is one of the best platform to make game i think what you want to do can be done by cocos2d and you need to know how to move object(sprite) across the scene and how to detect the collation.

there is lots of way to move the sprite across the screen you can also move then by the cocos2d built in methods.

search for move method which will help you.

Upvotes: 1

Related Questions