create cup on cocos2d
I am creating one game in iphone in that I want to through any object in one box . link paper toss game. in this application user thorough pap开发者_Go百科er in a glass. same think i want to do .
Can any one know how to create this game . any sample code to do this.
Thanks in advance
To answer your question, you'll likely want to use a game framework such as Cocos2d or Sparrow, in combination with a physics engine such as Box2D or Chipmunk.
I'm not at my development computer at the moment, but I'll post some helpful links when I get there in a few hours.
I agree with Jordaan that a game library might help. My choice of tool will be cocos2D. You can follow the discussion "Best method for paper toss game" on Cocos2D forum
精彩评论