在cocos2d上创建杯子
我正在 iPhone 中创建一款游戏,我想穿过一个盒子中的任何对象。链接抛纸游戏。在此应用程序中,用户将纸放入玻璃杯中。我也想这么做。
任何人都可以知道如何创建这个游戏。执行此操作的任何示例代码。
提前致谢
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 paper 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要回答您的问题,您可能需要使用 Cocos2d 或 Sparrow 等游戏框架,并结合 Box2D 或 Chipmunk 等物理引擎。
我目前不在我的开发计算机旁,但几个小时后我到达那里时我会发布一些有用的链接。
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.
我同意乔丹的观点,游戏库可能会有所帮助。我选择的工具是 cocos2D。
您可以关注Cocos2D论坛上的讨论“抛纸游戏的最佳方法”
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