So what are your opinions about Game Maker?

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
FranklinBluth
Posts: 13
Joined: January 13th, 2013, 7:52 pm

So what are your opinions about Game Maker?

Post by FranklinBluth » February 9th, 2013, 3:32 am

Subject title pretty much says it all. Personally I think it's pretty nifty although the downside I could see to it would be less-involved programming (so you don't learn as much using it).

What do you guys think?

User avatar
LuX
Posts: 1492
Joined: April 22nd, 2012, 12:33 pm
Location: Finland

Re: So what are your opinions about Game Maker?

Post by LuX » February 11th, 2013, 3:36 pm

If you just want to make games it's pretty cool I guess, but if you want to learn to program you can do all the same stuff yourself. I've never used it myself however.
ʕ •ᴥ•ʔ

User avatar
thetoddfather
Posts: 338
Joined: October 1st, 2012, 9:53 pm
Location: Canada

Re: So what are your opinions about Game Maker?

Post by thetoddfather » February 11th, 2013, 11:50 pm

GameMaker, in my experience, can best be described as a gateway drug into game making. You will never actually be able to make the games you want to make, but it may frustrate you enough in doing so to make you say, as I did, "fuck it, I'm learning C"

Musi
Posts: 106
Joined: November 25th, 2012, 1:06 am

Re: So what are your opinions about Game Maker?

Post by Musi » February 12th, 2013, 5:31 pm

I had that exact experience, but with rpg maker. I was frustrated by its limitations so i decided to start programming myself.
Musi

There are 10 types of people that understand binary.
Those that do, and those that don't.

FranklinBluth
Posts: 13
Joined: January 13th, 2013, 7:52 pm

Re: So what are your opinions about Game Maker?

Post by FranklinBluth » February 13th, 2013, 7:18 am

Yeah, I can definitely understand the limiting aspects of the program. I'm currently just using it for a simple little pnc adventure (mainly focusing on improving/developing art techniques and overall asset creation) while I'm using the programming side of chili's tuts to *attempt to* write a basic biological micro-evolution simulation program in the hopes of getting some college credit for individual research.

User avatar
thetoddfather
Posts: 338
Joined: October 1st, 2012, 9:53 pm
Location: Canada

Re: So what are your opinions about Game Maker?

Post by thetoddfather » February 13th, 2013, 5:29 pm

Hope you share your results with us! I'd love to see that.

FranklinBluth
Posts: 13
Joined: January 13th, 2013, 7:52 pm

Re: So what are your opinions about Game Maker?

Post by FranklinBluth » February 15th, 2013, 3:46 pm

Of course! I definitely plan to, but it may be a little while as I'm just in the initial design phase. I'm trying to take more time to organize my program structure rather than using the cram-everything-in-one-object design style (or lack thereof) that was evident in the space thingy I did. My biggest emphasis in this project will be designing a highly modular architecture that'll let me expand upon the model once I've gotten this semester's work done. Besides basic OOP guidelines, are there any other skills or techniques I could be learning that would help in programming modular program architectures?

Any help or advice is much appreciated! :)

User avatar
thetoddfather
Posts: 338
Joined: October 1st, 2012, 9:53 pm
Location: Canada

Re: So what are your opinions about Game Maker?

Post by thetoddfather » February 15th, 2013, 6:23 pm

None that I could offer. Perhaps adding scripting languages would come in handy for certain applications. At my current skill level it's just been oop and a whole lot of trial and error so I wouldn't be much help.

Clodi
Posts: 175
Joined: November 18th, 2012, 7:47 pm

Re: So what are your opinions about Game Maker?

Post by Clodi » February 15th, 2013, 6:43 pm

thetoddfather wrote:GameMaker, in my experience, can best be described as a gateway drug into game making....fuck it, I'm learning C"
ahah :lol: nice one mate. agreed.

User avatar
thetoddfather
Posts: 338
Joined: October 1st, 2012, 9:53 pm
Location: Canada

Re: So what are your opinions about Game Maker?

Post by thetoddfather » February 15th, 2013, 7:21 pm

;)

Post Reply