Be a Supporter!

How do you make a doom 1 like game?

  • 630 Views
  • 8 Replies
New Topic Respond to this Topic
raz183
raz183
  • Member since: Feb. 2, 2005
  • Offline.
Forum Stats
Member
Level 09
Blank Slate
How do you make a doom 1 like game? 2005-10-02 07:37:51 Reply

I need help. I want to make a game like doom (1,2)(not 3).
I have not alot of prgramming knowledge and I'm broke. I really want to make it. It needs to be free and easy. Please Help.


Marvel vs Capcom x Konami - Super Flash Rotoscope Remix :: Coming Soon

BBS Signature
Drake-SI
Drake-SI
  • Member since: Mar. 7, 2005
  • Offline.
Forum Stats
Member
Level 21
Programmer
Response to How do you make a doom 1 like game? 2005-10-02 07:48:52 Reply

...? What language?

Jessii
Jessii
  • Member since: Feb. 10, 2005
  • Offline.
Forum Stats
Member
Level 36
Movie Buff
Response to How do you make a doom 1 like game? 2005-10-02 10:11:12 Reply

At 10/2/05 07:37 AM, raz183 wrote: I need help. I want to make a game like doom (1,2)(not 3).
I have not alot of prgramming knowledge and I'm broke. I really want to make it. It needs to be free and easy. Please Help.

If you have no clue, then start reading tutorials and learn a language, otherwise you're not going to get very far.

Mo4545
Mo4545
  • Member since: Jan. 6, 2005
  • Offline.
Forum Stats
Member
Level 10
Blank Slate
Response to How do you make a doom 1 like game? 2005-10-02 10:31:17 Reply

Garanteed way of making that game:

First Step: Learn C++, Cprogramming.com. Ofcourse those tut there wont be enough, but since your broke.. More C++ Tuts

Then read all of these to master OpenGLor DirectX, I think you should go with DirectX for this game, I dont know why, I just have a feeling OpenGL will kick you in the ass, and you'll give up and come back to these forums for help.

Game Programming tuts:

site1
site2
site3, <-- That ones nice; OpenGL, DirectX, and a lot of language help, and a cool site.

Ok now go through all those tuts, and as for a modeler, MS paint would suffice in this case Doom 1 right?

Now this post took 5 minutes to write so you better read all of those, and learn C++. I am positive those tuts will give more than enough knowledge to make this game. Which would make no possible reason for you to not finish this game, unless you give up, which will be your fault and nobody is going to do this game for you.

thoughtpolice
thoughtpolice
  • Member since: Mar. 24, 2003
  • Offline.
Forum Stats
Member
Level 10
Blank Slate
Response to How do you make a doom 1 like game? 2005-10-02 12:23:47 Reply

You're hoping too much by saying "free and easy," game programming these days is so infinately complex that you can't do it by yourself and expect to get done very soon.

An example is frustum and backface culling. These two things involve the art of making your computer not render what you can't see to help preserve the computers status and have it run smoothly, with them the computer doesn't render things outside of your viewing frustum and it doesn't render a shape if another shape is in front of it. It might sound easy but it's one of the most dreadfully complex tasks you can hit when trying to program a game.

If you want to program games, you have to be able to program, and you just have to teach yourself. If you want a good langauge to learn then I suggest you learn C, it's not object oriented and it's not dynamically typed (contra C++ in which you can't even print shit to the screen without using an object-oriented concept, and php/perl which are heavily dynamic even though you can treat them static,) it will seem hard at first, but it will inevitably get easier.


omg.
Playstation Network tag: muffin-noodle
the empty set

Ravens-Grin
Ravens-Grin
  • Member since: Jun. 3, 2003
  • Offline.
Forum Stats
Member
Level 05
Blank Slate
Response to How do you make a doom 1 like game? 2005-10-02 12:33:24 Reply

Here ye' go

Jessii
Jessii
  • Member since: Feb. 10, 2005
  • Offline.
Forum Stats
Member
Level 36
Movie Buff
Response to How do you make a doom 1 like game? 2005-10-02 13:25:44 Reply

Ya also need someone to do the graphics for you too, unless you're just really good at art but it might take months because you have to develop a storyboard, develop a plan of attack and go for it. Then you have to do extensive testing and work out all of the bugs which could take even more time and yeah. Free and easy just doesn't cut it as everyone else said.

sidetalker
sidetalker
  • Member since: Sep. 29, 2005
  • Offline.
Forum Stats
Member
Level 04
Blank Slate
Response to How do you make a doom 1 like game? 2005-10-02 14:34:34 Reply

If you want to program games, you have to be able to program, and you just have to teach yourself.

you dont necesarily have to teach yourself, if your dedicated you may be able to work under a sort of apprentice type situation where you do work for your teacher and he/she in return teaches you the language, you would be very lucky to come across a situation like this, but is possible

thoughtpolice
thoughtpolice
  • Member since: Mar. 24, 2003
  • Offline.
Forum Stats
Member
Level 10
Blank Slate
Response to How do you make a doom 1 like game? 2005-10-02 14:41:33 Reply

At 10/2/05 02:34 PM, sidetalker wrote: you dont necesarily have to teach yourself, if your dedicated you may be able to work under a sort of apprentice type situation where you do work for your teacher and he/she in return teaches you the language, you would be very lucky to come across a situation like this, but is possible

I'm pretty sure that, no matter what teacher you get, they will probably not teach you the true value of programming, for they will leave you to discover it. They will teach you the syntax and they will give you goals, how you accomplish these goals is what you must teach yourself.

You have to develop your own skills, a teacher shows you syntax, and lets you develop your own algorithms to do stuff. That is the most important part of programming, that is what you must teach yourself.


omg.
Playstation Network tag: muffin-noodle
the empty set