PDA

View Full Version : what is a good 2d game engine for the sdk


nephilim apps
05-31-2009, 12:41 PM
so i just started using my mac and the sdk and was wondering what the best 2d game engine for the sdk is? and also how much it costs or if its free or whatever, i already make games in windows but want to know the best software for macs is

ty

Sparks
05-31-2009, 12:50 PM
How about straight out code.

Much easier in my opinion.

slipster216@gmail.com
05-31-2009, 02:48 PM
Check out Cocos2d-iPhone. I've used it for several games, submitted some code back to the trunk, and overall it's well thought out and a clean design. It's also open source and free..

codepunk
05-31-2009, 02:55 PM
cocos2d hands down

WellSpentYouth
05-31-2009, 03:51 PM
How about straight out code.

Much easier in my opinion.
Agreed. I didn't really get any of the engines, easier for me to write my own code.

nephilim apps
05-31-2009, 09:08 PM
thanks ill try cocos2d and if that dosnt do it for me ill just do coding myself

also i was wondering if unity was worth it, i dont really plan on making 3d games but i was wondering if it was a nesessity if i ever did try 3d

deadweight
06-01-2009, 07:48 AM
We looked really closely at Unity and Torque and decided to use cocos as the basis for our engine. It's still more a structure than anything else, you'll need to do a lot of coding over top of it to get the results you want... but it's a great way to get going without having to re-invent the wheel. And their support boards are pretty good too.

PixelthisMike
06-01-2009, 06:01 PM
We looked really closely at Unity and Torque and decided to use cocos as the basis for our engine. It's still more a structure than anything else, you'll need to do a lot of coding over top of it to get the results you want... but it's a great way to get going without having to re-invent the wheel. And their support boards are pretty good too.

Plus if you need to make some improvements/alterations to the wheel cocos is open source :)

Unity is expensive and a bit of overkill for a 2d game. Looks magic for 3d though if you can afford it!