what can I use to create a game for iphone like DOODLE LAUNCH? -
hey, downloaded game doodle launch today , think pretty cool, make similar game using sort of engine? has physics , uses iphone tilt controls... suggestions??
this link in case want check out...:
http://itunes.apple.com/us/app/doodle-launch/id393793976?mt=8
cocos2d popular, easy-to-use game engine:
http://www.cocos2d-iphone.org/
it doesn't have physics default, many people add box2d physics engine:
here's clear tutorial on using 2 on ios:
http://www.raywenderlich.com/457/intro-to-box2d-with-cocos2d-tutorial-bouncing-balls
Comments
Post a Comment