Thread: Games with free source code?

  1. #1
    Registered User
    Join Date
    Apr 2004
    Posts
    72

    Games with free source code?

    Hello,

    Besides ID Software, is there any free source code that game companies have given out? I'm interested in viewing them. The only ones I could find are written in 1992-1997 mostly in the DOS era. It would be fun learning from them.

  2. #2
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    There are quite a few open source games.

    List of open source video games - Wikipedia, the free encyclopedia

    I haven't come across any as complex/sophisticated as modern commercial games, though.

  3. #3
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Professional game source code won't be released until far into the future well after the lifespan and support lifetime of the game. If the company is in any way still using that code line then you won't see source for it. Some code will never see the light of day. You can learn enough from books to create your own game and game engine. It may not be as fast as some of the pro's but that comes down to algorithms and clever use of the same API's everyone is using.

    The biggest difference between home grown games and retail games are the amount of assets in them. Professional games have teams of artists and modellers as well as programmers in various departments working on specific areas of the game. Indie game companies probably have much less at their disposal and home-grown games usually have very little in the way of human resources.

    However I'm quite convinced that with the right team an indie game or even a hobbyist game could have the same quality as a retail game. It's certainly not impossible although highly unlikely to ever happen.

  4. #4
    Registered User
    Join Date
    Dec 2006
    Location
    Scranton, Pa
    Posts
    252
    You can request the source code for Carnivores (Action Forms), though I think there's some restrictions as to what you're able to do with it. I think they made it available to fans of the game who want to mod or improve it.

  5. #5
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    Well let's hope the Doom 3 engine comes out soon :-)

  6. #6
    Hail to the king, baby. Akkernight's Avatar
    Join Date
    Oct 2008
    Location
    Faroe Islands
    Posts
    717
    The Source Engine gives a SDK at least
    Well, it isn't fully free, since you first need to have bought a Source Engine game...
    Currently research OpenGL

  7. #7
    Complete Beginner
    Join Date
    Feb 2009
    Posts
    312
    All things begin as source code.
    Source code begins with an empty file.
    -- Tao Te Chip

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need software to help to understand C source code
    By Kincider in forum C++ Programming
    Replies: 1
    Last Post: 09-28-2006, 09:44 PM
  2. a free MMORPG written in c++ with source code
    By MystWind in forum C++ Programming
    Replies: 3
    Last Post: 03-11-2005, 11:19 AM
  3. Source code....
    By Darkcoder in forum Game Programming
    Replies: 8
    Last Post: 03-07-2005, 08:58 PM
  4. True ASM vs. Fake ASM ????
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 04-02-2003, 04:28 AM
  5. to which extent - Free source code
    By Unregistered in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 05-09-2002, 12:47 PM