Game Maker's Garage Forum

Game Creation => Other Languages & Tools => Topic started by: EqwanoX on January 03, 2012, 03:28:20 PM

Title: cocos2d?
Post by: EqwanoX on January 03, 2012, 03:28:20 PM
anyone familiar with this? it allows you to make iphone games easily, which leads to makeing money

http://www.iphonegamekit.com/
Title: Re: cocos2d?
Post by: GMG Kurt on January 03, 2012, 04:45:56 PM
A lot of games have been made with it, it's quality stuff. Personally I didn't even want to use .nib files or the cocoa framework, because I thought they were crutches (I was wrong, except sorta for the .nib files, but they save time, so they're chill) So I didn't ever think of using something like this.

Oh yeah one of it's strong points is multiplayer, and GameCenter support.
Title: Re: cocos2d?
Post by: Gan on January 03, 2012, 09:09:41 PM
I've used it. It makes game making real easy for the iPhone. You don't get your hands dirty in OpenGL, it does it for you. It also has nice sound frameworks and works very similar to game makers.

I don't like it though, requires a little learning curve and I prefer the feel of understanding the base level rather than a cushy framework that does all the hard work for ya.
Title: Re: cocos2d?
Post by: Connors on January 03, 2012, 09:35:03 PM
Then wouldn't it make sense to learn the base level programming and then try something like this? That way you have a good tool but you understand better what it's doing too.
Title: Re: cocos2d?
Post by: Gan on January 03, 2012, 11:58:40 PM
Exactly.
Title: Re: cocos2d?
Post by: Gnome on January 04, 2012, 04:41:41 PM
I approve of this.

Maybe, just maybe, you'll see another game out of me yet!
Title: Re: cocos2d?
Post by: GMG Kurt on January 05, 2012, 02:38:06 PM
Then wouldn't it make sense to learn the base level programming and then try something like this? That way you have a good tool but you understand better what it's doing too.
Honestly I would make my own framework, instead of using this, but thats just me.
Title: Re: cocos2d?
Post by: Gan on January 05, 2012, 03:31:54 PM
Making a framework as advanced as Cocos2D would be very time consuming.
The point is, after knowing all the basics a handy framework could save lots of time.
Title: Re: cocos2d?
Post by: EqwanoX on January 06, 2012, 11:33:00 AM
if i could just team up with a decent programer and make a megaman clone or something i think we could make some money, the cell phone game market is huge

like this game zero tek, i think i can do better graphics than that and give it a more interesting megaman x look
http://www.youtube.com/watch?v=yQUu8asqknw

Title: Re: cocos2d?
Post by: GMG Tim on January 06, 2012, 12:14:11 PM
Fair warning: the link above requires you to pay for cocos2d. Cocos2d is free and open-source and can be downloaded at their official website- http://www.cocos2d-iphone.org/ .
Title: Re: cocos2d?
Post by: Silverwind on January 07, 2012, 07:36:45 AM
if i could just team up with a decent programer and make a megaman clone or something i think we could make some money, the cell phone game market is huge

like this game zero tek, i think i can do better graphics than that and give it a more interesting megaman x look
http://www.youtube.com/watch?v=yQUu8asqknw
Your artwork is considerably higher standard than that Eq.
Title: Re: cocos2d?
Post by: EqwanoX on January 07, 2012, 09:19:56 AM
thanks bro, i wish i could make money doing this but i think you have to know the right people when getting into this bussiness, im gonna keep trying though.
Title: Re: cocos2d?
Post by: Charlo on January 07, 2012, 07:31:58 PM
thanks bro, i wish i could make money doing this but i think you have to know the right people when getting into this bussiness, im gonna keep trying though.
Positivity!!!!!  Some good iPhone games would look great on your resume, desktop game development has kinda taken a back seat to mobile development.

Title: Re: cocos2d?
Post by: GabrielCA on January 10, 2012, 12:46:07 PM
Didn't bother reading the whole thread, but IIRC at one point a professional game developer recommended Cocos2D (and several others) as a good game-making system for beginners.