Home

Latest Info News Flash

Upcoming Games and DLC

Upcoming Games and DLC

It's been while since we've made any posts, but thats only because we've been hard at work behind the scenes trying to update our site and get some new projects started. Read more...

Latest Tech News Flash

Slider in Cocos2d-iphone

Well someone over at the cocos2d-iphone forum expressed interest in creating a slider in their game and since I was already thinking about posting about this; I figured I'd do a quick post about my implementation and just for the heck of it, provide the src as well. So basically I created a Slider class to start out with; Read more...

Supporting Frameworks

cocos2d logo cocos2d for iPhone is a framework for building 2D games, demos, and other graphical/interactive applications. It is based on the cocos2d design: it uses the same concepts, but instead of using python it uses objective-c.

click here to go to the cocos2d project page

chipmunk physics logo Chipmunk is a fast and lightweight 2D rigid body physics library that includes an Objective-C wrapper for the Chipmunk Physics Library as well as some sample code from shipping iPhone Apps

click here to go to the chipmunk physics project page