flipNgive - Chipmunk based puzzler for iPhone

Share your projects and Chipmunk enhancements.
Post Reply
yarri
Posts: 2
Joined: Mon Jan 26, 2009 4:29 pm
Contact:

flipNgive - Chipmunk based puzzler for iPhone

Post by yarri »

Hi, our Othello based game "flipNgive" was released by Apple this week. We used Chipmunk in a series of mini-games, where users take their points and try to multiply them before posting their high scores -- it's a bit like gambling with physics! :-)

We used UIKit exclusively, and Chipmunk is used to manipulate UIImage elements directly with 20 ~ 30fps. Typical collision sim contains 20 or so cpBody (circles) and several cpSlideJoints to form a chain link. Worst performance is 10fps when a simple particle system is used to collide "bubbles and balls," the performance hit seems to be in the nature of the dynamic allocation/destruction of particles. Pre-allocation of the particle system would help, of course.

Link to the App Store is here: http://www.playngive.com/get/flipngive
Screenshots here: http://www.playngive.com

--yarri
User avatar
slembcke
Site Admin
Posts: 4166
Joined: Tue Aug 14, 2007 7:13 pm
Contact:

Re: flipNgive - Chipmunk based puzzler for iPhone

Post by slembcke »

The social aspect of this game seems pretty interesting. It's getting to the point where you really have to have some sort of social interaction built into your app to get it noticed on the iPhone anymore. You'll have to let us know how that works out for you.
Can't sleep... Chipmunks will eat me...
Check out our latest projects! -> http://howlingmoonsoftware.com/wordpress/
Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests