Welcome Guest ( Log In | Register)



3 Pages V  < 1 2 3 >  
Reply to this topicStart new topic
> Game Creation
Absolute Zer0
post Mar 22 2008, 11:35 PM
Post #11


Member [Level 2]
*****

Group: [HOSTED]
Posts: 82
Joined: 21-March 08
Member No.: 59,631



Game Maker is excellent for beginners, and is free to make games with, and costs $20 to register for extra features. It's what I use and it works great! It has a Drag and Drop mode where you can make games with no programming knowledge, and a coding mode for more advanced users called GML. Worth taking a look at, as it's VERY easy to use, and there's a lot of support for it:

http://www.yoyogames.com/
Go to the top of the page
 
+Quote Post
fffanatics
post Mar 23 2008, 02:29 AM
Post #12


Privileged Member
*********

Group: [HOSTED]
Posts: 936
Joined: 14-April 05
From: West Chester, PA
Member No.: 5,636



You would use XNA if you want to develop a game for the XBox and be able to distribute it through the XBox live network. However, for standard pc game you would use the directx api for it. If you are a newbie or just dont feel like dealing with the window handling and creation, use the DXUT library included in the api because it does all the callbacks for you.
Go to the top of the page
 
+Quote Post
Absolute Zer0
post Mar 24 2008, 09:07 PM
Post #13


Member [Level 2]
*****

Group: [HOSTED]
Posts: 82
Joined: 21-March 08
Member No.: 59,631



I got XNA, but I couldn't figure it out, I've been too busy to learn C++ lately, so I use GML... Maybe C++ is something that would be good to learn over the summer. smile.gif
Go to the top of the page
 
+Quote Post
Alquallaf
post Mar 25 2008, 10:15 PM
Post #14


Newbie [Level 1]
*

Group: [HOSTED]
Posts: 20
Joined: 25-March 08
Member No.: 59,850



I never liked a game creator, most of the times you will have problems because you can do what you want. You can't make a Zelda-like game in RPG Maker... I recomend just learn how to do programing for games =]
Go to the top of the page
 
+Quote Post
Absolute Zer0
post Mar 28 2008, 07:45 PM
Post #15


Member [Level 2]
*****

Group: [HOSTED]
Posts: 82
Joined: 21-March 08
Member No.: 59,631



Game Maker works for all games, I've made shooters, platformers, RPGs, etc. It's commonly thought that Game Maker games are unprofessional, but if you can get really good at it you can make some really fancy stuff with it! http://www.reflectgames.com/ has some really polished and professional online Game Maker games, as a matter of fact, you wouldn't even notice they were made in it if no one told you! My favorite one there is Aces High Over Verlor Island. happy.gif

EDIT: Oh, thought I'd mention it's not MY site, I'm just giving an example, I realized I never said that in the post. laugh.gif

This post has been edited by Absolute Zer0: Mar 28 2008, 07:46 PM
Go to the top of the page
 
+Quote Post
oestergaard
post Apr 10 2008, 05:49 PM
Post #16


Newbie [Level 2]
**

Group: Members
Posts: 39
Joined: 10-April 08
Member No.: 60,626



QUOTE(alex7h3pr0gr4m3r @ Feb 25 2008, 07:31 PM) *
If you aren't skilled enough to program your own game then yes the "game creators" will cost money, but there are plenty of free compilers out there if you bothered to learn a real language. You could use a lot of the tools that DemonFire suggested to help you on your quest. Thanks for that list demon. The real price for making the game would come in paying for a team that would help you make it, if you use any classes or engines that require you to buy them (but there are plenty of game engines out there already if you want a pre-built one), and perhaps advertisement costs, and perhaps a server if you want to make a multiplayer game that isn't going to direct connect.


Game Maker is very good and easy to use.
Go to the top of the page
 
+Quote Post
Akito
post Apr 11 2008, 12:14 AM
Post #17


Newbie [Level 1]
*

Group: Members
Posts: 10
Joined: 10-April 08
From: California
Member No.: 60,644



QUOTE(oestergaard @ Apr 10 2008, 10:49 AM) *
Game Maker is very good and easy to use.


Yet, for professionals, its momentarily boring :\
Go to the top of the page
 
+Quote Post
Galahad
post Apr 15 2008, 08:21 AM
Post #18


Neurotical Squirrel
*********

Group: [HOSTED]
Posts: 590
Joined: 4-November 04
From: Novi Sad, Vojvodina
Member No.: 2,127



I never personally liked game makers... I've been programming my own games for 12 years now... Not that I made anything good, and earned money, but then again, I never intended to... I started with simple text-based adventures on Commodore 64, then moved in to sprite graphics, also on C64... Then moved to PC... The rest is history... Most of the good games I made are gone now, obsolete, or destroyed, and I don't intend to make them again... I saw I can, so there's no thrill in making it again...

As Alex said, best would be to learn programming, then learn how to use OpenGL, or DirectX API (I would recommend OpenGL), and off you go... Start with simple games, like mines, tetris, side-view shooters and alike, and then move on to a more complex games, like isometric-view space strategies, or FPS... It's not as hard as it looks smile.gif
Go to the top of the page
 
+Quote Post
dan10107
post Apr 17 2008, 03:48 PM
Post #19


Newbie
*

Group: Members
Posts: 1
Joined: 17-April 08
Member No.: 60,923



If your wanting to make a game but dont want to do too much programing theres always Reality Factory.

Heres the Link

Reality Factory

I really like this game creation swuit and its absolutly free. laugh.gif
Go to the top of the page