Today I’ve been working on the editor and it is more or less functional. It is still a prototype, but it should work for very basic games.
Here is a video that shows some of it’s features.
Professional tools for iOS game developers
Today I’ve been working on the editor and it is more or less functional. It is still a prototype, but it should work for very basic games.
Here is a video that shows some of it’s features.
Coding real games is the best way to evaluate how useful a game library is (like cocos2d).
I’m really happy with cocos2d, and the way it has evolved, but I think cocos2d needs to have better integration with a physics engine (box2d, chipmunk, or any other physics engine).
And by integration I mean:
Ideally all these steps should be integrated using just 1 editor.
But before coding 1 editor that integrates physics + visual worlds, I’m exploring the existent alternatives.
For example, the tiled editor is a really good tile map editor (supported since cocos2d v0.8.1), and inkscape can be used to draw physics edges. But is it easy to mix those editors ? What are the alternatives ?
Well, that’s what I’m doing now… I’m building a platform game with the idea to evaluate how easy is to code it using cocos2d.
The 1st step I took was to learn box2d. If you want to test the latest box2d version (from svn) inside the iPhone without cocos2d, use this patch. And if you want to use the latest box2d version with cocos2d, then you should use the latest cocos2d svn revision.
Did you code a platform game using cocos2d ? Would you mind sharing your experience ?
Recent Comments