Thread: game engines

  1. #1
    Unregistered
    Guest

    Question game engines

    what are game engines ?


    what are they used for

  2. #2
    Registered User
    Join Date
    Oct 2001
    Posts
    19
    a 'game engine' is basically the foundation code of a game, which TYPICALLY serves several purposes:

    1) Creates a higher-level graphical interface
    2) Incorporates graphical and system routines (i.e. interfacing, filtering, etc.)
    3) AI services

    It all depends on the developer, the API(s) used, and the game, but they are generally made fairly abstract (i.e. game rules are usually NOT implemented in the engine) so that they may license the game to other companies, and/or use it in a later project.

  3. #3
    Yea. It's like the 'engine' of a car. It is the core of a game. Engines may take years to make if it's professional like Quake. And they can be sold for hundreds of thousands of dollars. Someone bought the licence to Q3 Arena's engine for $300,000! But don't expect that you can do it yet. I mean they probably spent close to 5 million dollars developing it!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need book to program game into multiplayer...
    By edomingox in forum Game Programming
    Replies: 3
    Last Post: 10-02-2008, 09:26 AM
  2. C Programming 2d Array Question
    By jeev2005 in forum C Programming
    Replies: 3
    Last Post: 04-26-2006, 03:18 PM
  3. craps game & dice game..
    By cgurl05 in forum C Programming
    Replies: 3
    Last Post: 03-25-2006, 07:58 PM
  4. beach bar (sims type game)
    By DrKillPatient in forum Game Programming
    Replies: 1
    Last Post: 03-06-2006, 01:32 PM
  5. Someone help me with this game??
    By stehigs321 in forum Game Programming
    Replies: 15
    Last Post: 10-30-2003, 09:42 PM