Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411522 Posts in 69377 Topics- by 58431 Members - Latest Member: Bohdan_Zoshchenko

April 28, 2024, 06:27:33 AM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsDeveloperTechnical (Moderator: ThemsAllTook)Choosing the correct game engine for me!
Pages: [1] 2
Print
Author Topic: Choosing the correct game engine for me!  (Read 3940 times)
Silhouette
Level 0
**


"Remember, no matter where you go, there you are."


View Profile
« on: December 21, 2009, 02:41:55 PM »

Hey everyone.  I'm new to the TIGForums, and I'm looking for some advice.  As noted in my "obligatory" introduction reply, I've always wanted to make some sort of game, but have never been dedicated or interested for a long enough time.  I'm turning over a new leaf, and I want to give it a shot.  However, I'm not sure where to start.

I'm strongly considering making:
a.) a platforming game (for sure)
and furthermore
b.) a game similar to the likes of either Knytt (less fighting) ... or perhaps Castlevania (lots of fighting)

So yeah, basically something that seems relatively simple in it's early form, but has room for complexity.  What I'm not looking to make is a standard "jump on enemies, gather coins game"(mario clone).  Although that could be a good start while learning.

I need something that is relatively easy to begin with, but can be quite powerful and suit my needs in the long run.  I also need a fair learning curve, as to not blow my mind.  I have next to no prior game making experience or coding/scripting (whatever it's even called) experience.  The most I've ever done was mess around making a few maps for a Player Worlds game (lol), do some minor scripting in RPGMaker (lol), and attempt to learn object movement in C#(with XNA tools). However, all of these events ended rather quickly because I was:
a.) a lazy ass
b.) lacking a work ethic, or dedication

Hopefully my rear is no longer lazy.  I feel that I could dedicate myself to a project now, and I'd like to give it my best shot.  So help me out, what engine should I use?
I've heard of, but know very little about:
GameMaker (I don't know anything about it, but I've always thought of it as bottom of the barrel; I'm most likely utterly wrong in that assumption)
MMF2 (seems like a great choice from what I've heard; wasn't Knytt or Knytt Stories made with fusion?)
Construct.. or Constructor.. or whatever-er (have no idea about this, hence me not knowing what it's called)

Obviously I don't know what I'm talking about, so give me some advice.  Which engine should I attempt to learn? o.O

-Sil
Logged

<sig>Insert Generic Signature Here</sig>
Triplefox
Level 9
****



View Profile WWW
« Reply #1 on: December 21, 2009, 03:35:47 PM »

Of MMF, GM, and Construct, all three are worthwhile and have examples to get you started with exactly what you're interested in. I used GM a lot and might do so again for prototyping. But I think Construct is the sexiest of them today.

But I would start by shifting mentality a little bit, it'll make things easier. That is, instead of "make x kind of game," shoot for "figure out how features x, y, and z are implemented." It's all about taking a bottom-up, researcher's/learner's perspective of "finding the unknowns" and making them known by executing. The bottom-up approach is way easier to think about, it lets you ignore worries about "potential future power/flexibility" or "the Right Way to do things" which are, for the most part, just a quagmire, and it gets you focused on the immediate benefit of having something done. So: First you would figure out "how do I get things moving on the screen?" Then: "How do I have the player control it?" And then: "How do I handle environment collisions?" Resolve those three and you have a basic platformer going.

And when you resolve each of those, you line something else up like shooting or enemy AI or pickups, or you go back and iterate over or cut a feature that isn't working the way you hoped. You don't have to get everything to 100% immediately - if you can get all the features to 60%, polishing to the remaining 40% is easier because you know where you're going now.

Once you've accumulated some features, you can change tack to "plan some art assets" or "tune mechanics" or other tasks. Plan, prototype, iterate. This approach can carry you through a whole project.
Logged

Silhouette
Level 0
**


"Remember, no matter where you go, there you are."


View Profile
« Reply #2 on: December 21, 2009, 04:20:16 PM »

Thanks for your input.  That sounds like a great approach, and it's what I plan to do.  Thing is, when I hear the word "game development," I have this image in my head of young men ripping our their hair, staring at a line of code that doesn't work for no apparent reason; the only thing they have to go on: red text stating they have "over nine thousand" compilation errors or whatnot.  I really hope it's not as frustrating as it seems.  From your input on things, it sounds like a fun and rewarding process.  I plan to start very basic, very small.  Choosing one feature or task to accomplish at a time, and testing it to its limits before moving on.  I assume all three are relatively "noob friendly." I'll do some research and get back to you.  I would like more info from some more people please. :D
Logged

<sig>Insert Generic Signature Here</sig>
powly
Level 4
****



View Profile WWW
« Reply #3 on: December 21, 2009, 04:38:16 PM »

Well, I've seen people from very different backgrounds to develop great games; it doesn't matter how you start out, you just must start out somewhere.

I'd go with GM or similar (using any provided scripting language as much as I could) or some BASIC variant, darkbasic, blitz basic etc.

This also heavily depends on what kind of a person you are; some of us are very nerdy and love solving complex problems (oh, the satisfaction...) and some just want to get the games done without looking under the hood more than necessary.
Logged
Silhouette
Level 0
**


"Remember, no matter where you go, there you are."


View Profile
« Reply #4 on: December 21, 2009, 05:52:09 PM »

Hmm.  I'm thinking about going with GM.  There seem to be quite a few people who use it, and there are many tutorials scattered across the web.  It also seems very simplistic, and is, for the most part, free.  Looks "noob friendly."  I guess I'll give it a shot sometime in the next few days.  Christmas break coming soon.  Good stuff.  Still looking for more input though.
Logged

<sig>Insert Generic Signature Here</sig>
___
Vice President of Marketing, Romeo Pie Software
Level 10
*


View Profile
« Reply #5 on: December 21, 2009, 06:27:04 PM »

I like Game Maker because of scripting.  Although it has some short comings, (performance, room editor, and some other minor annoyances) but it's only 25 bucks or something for a license for the pro version, and it can do some pretty fancy drawing with surfaces and what not.

If construct had scripting instead of the MMF style event sheets I'd be all over it, also if it were more stable.

MMF2 is priced crazy high and I wouldn't really recommend it when construct is free and open source and all that good stuff.
Logged
pgil
Guest
« Reply #6 on: December 21, 2009, 06:39:48 PM »

If construct had scripting instead of the MMF style event sheets I'd be all over it, also if it were more stable.
This. Construct seems much lighter and faster than Game Maker, but the fact that it relies on a weird maze of menus is a turnoff for me.
Logged
Silhouette
Level 0
**


"Remember, no matter where you go, there you are."


View Profile
« Reply #7 on: December 21, 2009, 07:26:20 PM »

At this point I'm strongly considering GM.
Logged

<sig>Insert Generic Signature Here</sig>
BlueSweatshirt
Level 10
*****

the void


View Profile WWW
« Reply #8 on: December 21, 2009, 07:39:02 PM »

I would go for it.

With the release of version 8, a buttload of awesome new features will be available. GM8 seems much more like a professional tool, than the kind of shortcoming of a toy it's seemed like in the past. I say this from doing a lot of beta testing. 8 should supposedly be out before the new year, but we'll see.

If you ever feel like 3D, Unity is an open door. Although GM's 3D is there, it's incredibly slow and weak. It doesn't even have built in support for per-pixel shading.  Tired
Logged

Silhouette
Level 0
**


"Remember, no matter where you go, there you are."


View Profile
« Reply #9 on: December 21, 2009, 09:24:51 PM »

Hmmm.  GM8 before the new year would indeed be nice.  I'll check out GM7 tomorrow or the next day... or the next day.  Also, while we're still on the topic of recommendations, what would be a great program to use for pixel art/spriting.  I've heard of a few, but the extent of my use has been MS Paint, a built in icon maker of BYOND's back in the day, and Photoshop at school (because I'm too poor).
Logged

<sig>Insert Generic Signature Here</sig>
Tanner
Level 10
*****


MMPHM *GULP*


View Profile WWW
« Reply #10 on: December 21, 2009, 09:33:11 PM »

darkbasic is free now, i dunno what kind of games it's suited for though.
Logged

Xion
Pixelhead
Level 10
******



View Profile WWW
« Reply #11 on: December 22, 2009, 01:37:21 AM »

I use Graphics Gale for spriting and I love it. Others use Pro Motion, which I've never touched but I'll take their word that it doesn't suck.
Logged

Tycho Brahe
Level 10
*****

λx.x


View Profile
« Reply #12 on: December 22, 2009, 01:54:20 AM »

Also take a look at flixel, it may be a bit more difficult to learn than gm but it's based on flash, so your games will be more cross platform. Plus, as you'll most likley find it more difficult (I did) it should be a good learning experience.
Logged
BlueSweatshirt
Level 10
*****

the void


View Profile WWW
« Reply #13 on: December 22, 2009, 11:19:16 AM »

Holy hell shits. GM8 has been released.
Logged

Silhouette
Level 0
**


"Remember, no matter where you go, there you are."


View Profile
« Reply #14 on: December 22, 2009, 03:07:42 PM »

Wow, I looked at Yo Yo Games last night, and saw GM7.  I look now, and it's GM8.  Haha, and there was much rejoicing.  Good stuff, Christmas came a few days early.

EDIT:  Also, the more I look for videos of various games made with GM, the more I find undesirable games that resemble rather shoddy work.  Pretty much every game I've watched has appeared sloppy and primitive.  Can anyone prove to me that GM can be useful and powerful in the right hands by linking me to a video or game made with it?  Would be much appreciated.
« Last Edit: December 22, 2009, 03:32:15 PM by Silhouette » Logged

<sig>Insert Generic Signature Here</sig>
Tycho Brahe
Level 10
*****

λx.x


View Profile
« Reply #15 on: December 22, 2009, 03:55:27 PM »

spelunky

(http://forums.tigsource.com/index.php?topic=4017.0 if you don't know where to find it)
Logged
Silhouette
Level 0
**


"Remember, no matter where you go, there you are."


View Profile
« Reply #16 on: December 22, 2009, 05:17:32 PM »

Ah, of course.  Good old Spelunky.  Thanks.

EDIT:  I've since downloaded GM8 and began learning the "basic-est basics you can learn, basically."  I must say, it is very simple and clean, and the way it presents itself to you is just fun.  I'm very intrigued at this point because:
a.) There is proof it works.
b.) There is proof it's powerful.
c.) It feels right to me, like a good place to start.

Sooo... all in all, I am quite please.  I'll be experimenting with GM8 until further notice(I'll prolly buy GM8-Pro for Christmas).  I'd like to thank those who shared their two cents. :D

Case Closed.
« Last Edit: December 22, 2009, 10:45:25 PM by Silhouette » Logged

<sig>Insert Generic Signature Here</sig>
nikki
Level 10
*****


View Profile
« Reply #17 on: December 25, 2009, 06:20:50 AM »

On a side note:

I recently discovered Opencourse ware at stanford,
I was pissed i didn't know this while i was teaching myself coding, the poor way.

Since your just beginning, there is no harm in a super-teacher.

Programming Methodology course 1


there are hours and hours worth of video, the accompaniyng documentation, software and tests..  all Stanford quality !
Logged
Akari
Level 2
**



View Profile
« Reply #18 on: December 25, 2009, 10:39:50 AM »

In case you still didn't buy GM8, I would very much recommend Construct. The event sheet editor of Construct these days doesn't really remind that much about MMF2's event editor - in fact, it is much, much better. It still has some usability quirks but in general it's pretty damn fast to work with and with the options listed out it's easy to discover all the magic you can do with it (later on when you know what you can do with lerp() and clamp() and whatnot you can of course write them in without having to specifically look for them).

The main reason is that Construct's runtime is by far more powerful than pretty much MMF2 and GM combined. It also teaches some good game-making behavior that both MMF2 and GM ignore: making framerate-independent games. Both GM and MMF2 are pretty much build around fixed-framerate mindset, while Construct advices users to make their game run in the same timeframe no matter what the FPS is, and it also makes this very easy on the enduser with the TimeDelta functionality it has.

Also, since the Construct event system isn't just total writing, it should be easier to grasp how it works for a beginner than GM's total scripting approach. Mind you, I haven't tested or used Game Maker that much, but from what I've heard anything you can do without scripting is pretty much worthless. On the other hand Construct's built-in behaviors and such actually work and are quite feature-rich and easy to expand on.

For help, there's some tutorials on the site and the folks at the Scirra forum are very friendly and helpful. There's also a Platform school tutorial, but it's kinda broken now since it was made in an older version of Construct and haven't been updated in a while.

That's obviously another con of Construct: it's still beta software. It might not be perfectly stable at times and it can get new features (which can break old things) quite often. Though right now the stable version is at 0.99.62, and from my own experience I can say that it already offers a very good working environment.

So the bottom line is: You should definitely give Construct a try.

PS: Game Maker is also in general going into not-so-nice direction to the developers since YoYo Games doesn't seem to care about actual devs anymore, so jumping on to GM now to me would be like jumping on a ship that is sinking fast. Not to disrespect any developers using GM or anything, but that's what the situation honestly seems to be right now (and many GM users seem to agree).
Logged
Tycho Brahe
Level 10
*****

λx.x


View Profile
« Reply #19 on: December 25, 2009, 04:06:55 PM »

Actually, if you want to learn "real" coding quickly, and with visible results quickly, take a look at processing, you can get visual stuff going in under 9 lines of code Smiley

(www.processing.org)
Logged
Pages: [1] 2
Print
Jump to:  

Theme orange-lt created by panic