Thread: Confused on how the game process works

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    60% Braindead
    Join Date
    Dec 2005
    Posts
    379
    Actualy, there are some games that single people have programmed, its not impossible, just prehaps lower quality. Heres an example - This guy knows his networking :P -
    www.xenimus.com

    Developers really dont have any set rules about the creating process. Usualy the storyboard goes up first. (If there happens to be one) Then you can do a few things. Usualy the engine will go up next, though, most game companys never touch an engine, its usualy purchased then modified. Or else the company will modify an old engine. Sence the engine usual has a model loading process, the company will probably start making models & skinning the models. At the same time, a map editor of sorts will be made if one was not supplied. From there, a scripting engine comes in if it was not supplied. Dummy models sometimes are sometimes used at this point. (Basicaly models with no animation, just to test the systems) The map is made -> stuff is placed -> things are scripted, this is the longest process if the engine was purchased. Once everything works, the games released. It gets alot more complicated if you dont buy the engine. Then again, things could be done completely backwards, though I imagine that would cause a great headache for most people :P.

    Languages vary. C/C++ are the most common. From C/C++ it usualy boils down to DirectX or OpenGL. DirectX is more windows friendly, but its drawback is it... only works on windows. OpenGL requires a bit of extra code to get things working, but it works cross platform if you do it right. They're some other libraries such as alegro, though I've never seen a commercial game made in them.

    I dont know about books, and I dont have any 3D programming links on me, but they're out there. Good luck .
    Code:
    Error W8057 C:\\Life.cpp: Invalid number of arguments in function run(Brain *)

  2. #2
    C / C++
    Join Date
    Jan 2006
    Location
    The Netherlands
    Posts
    312
    nehe.gamedev.net has nice openGL tutorials.
    Operating Systems:
    - Ubuntu 9.04
    - XP

    Compiler: gcc

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. beach bar (sims type game)
    By DrKillPatient in forum Game Programming
    Replies: 1
    Last Post: 03-06-2006, 01:32 PM
  2. PC Game project requires c++ programmers
    By drallstars in forum Projects and Job Recruitment
    Replies: 2
    Last Post: 02-22-2006, 12:23 AM
  3. Engine <=> DX/OGL | c++ ?
    By darkcloud in forum Game Programming
    Replies: 6
    Last Post: 05-13-2005, 12:19 AM
  4. Someone help me with this game??
    By stehigs321 in forum Game Programming
    Replies: 15
    Last Post: 10-30-2003, 09:42 PM
  5. u got me wrong fellas
    By clover in forum Game Programming
    Replies: 4
    Last Post: 10-18-2003, 04:23 PM