Page 1 of 1 [ 7 posts ] 

Boxman108
Veteran
Veteran

User avatar

Joined: 2 Jan 2012
Age: 33
Gender: Male
Posts: 1,832
Location: NH

07 Jan 2012, 4:08 am

I wasn't sure whether this should go here or not, but since it has to do with a computer programming.

So who all enjoys making games? There's this one program I've been using off and on for years now simply called Game Maker, made by Mark Overmars(if memory serves, it was originally intended to only make animated gifs) and since taken over by YoYo Games. Incredibly easy to use, but there is a lot that can be learned and then used to create a game almost only restricted by your own creativity.

That said, I've only ever finished one project, and that's only really because I used someone else's freely distributed engine and thus only had to make sprites and design levels and enemies. I have experimented since then, though, with trying to make games similar to Zelda or Metroid or Sonic, the last of which proves to be quite a pain. :P Also tried more original things, as well as a basic RPG. Now that I've got it registered and can do 3D, I'm wondering if I should try to make some sort of FPS.

Then again, I'm also thinking I'd like to expand and learn some other, maybe more complicated things. Not sure if I'd be ready yet, but I guess you really can't be and you just have to learn.

So does anyone make computer games of any kind? Made in GM or otherwise?


_________________
About suffering they were never wrong,
The Old Masters: how well they understood
Its human position; how it takes place
While someone else is eating or opening a window or
just walking dully along...


theaspiemusician
Deinonychus
Deinonychus

User avatar

Joined: 14 Dec 2011
Age: 27
Gender: Female
Posts: 384
Location: The Cosmos

07 Jan 2012, 2:45 pm

I remember making things on Game Maker back in the 6th grade. My Science teacher told us about it and how to use it. I haven't played it in almost 4 years so I have no idea how it is NOW, it was probably updated alot. You can make 3d games?????? Omg that's badarse!! ! I always wanted to make a 3D MMORPG!! !! !! Idk if that can be done on Game Maker though.


_________________
Empathy Quotient Test Score: 63
Hmmm...interesting. Shows what you know about Aspies, doesn't it rofl?

"One pill makes you larger and one pill makes you small but the pills that mother gives you don't do anything at all"


Boxman108
Veteran
Veteran

User avatar

Joined: 2 Jan 2012
Age: 33
Gender: Male
Posts: 1,832
Location: NH

07 Jan 2012, 9:09 pm

I still don't have a lot of skill with it myself, but I suppose it might be possible. Others have really only attempted 2D MMO type games, with their own servers that they have to run. I'm not sure if any dll has to be added(not even sure what that is except it means it has to be added in to Game Maker). As for the 3D, the way I've been doing it is almost in a sort of old Doom style, with simple 2D sprites in a psuedo 3D plane. As I understand it, though, 3D models can be imported, as well as animations made with them, etc. It's also easy to make simple 3D objects/shapes with 2D sprites. A lot harder for me than with simple 2D games, but I have lots of time to figure it out eventually.


_________________
About suffering they were never wrong,
The Old Masters: how well they understood
Its human position; how it takes place
While someone else is eating or opening a window or
just walking dully along...


Oodain
Veteran
Veteran

User avatar

Joined: 30 Jan 2011
Age: 34
Gender: Male
Posts: 5,022
Location: in my own little tamarillo jungle,

07 Jan 2012, 9:49 pm

theaspiemusician wrote:
I remember making things on Game Maker back in the 6th grade. My Science teacher told us about it and how to use it. I haven't played it in almost 4 years so I have no idea how it is NOW, it was probably updated alot. You can make 3d games?????? Omg that's badarse!! ! I always wanted to make a 3D MMORPG!! !! !! Idk if that can be done on Game Maker though.


have a search for free game engines they are about a dime a dozen now,
many support fairly powerfull graphics as well.


_________________
//through chaos comes complexity//

the scent of the tamarillo is pungent and powerfull,
woe be to the nose who nears it.


bryce13950
Hummingbird
Hummingbird

User avatar

Joined: 4 Jan 2012
Gender: Male
Posts: 20

08 Jan 2012, 10:04 am

I make android games, and I write all the code in JAVA. If you want to get into serious game making I recommend checking out how to program. It is a very good skill to have its a lot more complicated, but way more rewarding.



Burzum
Veteran
Veteran

User avatar

Joined: 26 Apr 2011
Age: 33
Gender: Male
Posts: 1,205

08 Jan 2012, 10:20 am

I make games using C++, among others.



Onias
Emu Egg
Emu Egg

User avatar

Joined: 6 Jan 2012
Gender: Male
Posts: 6

08 Jan 2012, 4:15 pm

I love making games with C++. There's a great open-source library called Allegro you can download.