Thread: What Major Games Have Any of You Created

  1. #1
    Rambling Man
    Join Date
    Jan 2002
    Posts
    1,050

    What Major Games Have Any of You Created

    I know when I finally get the knowledge to program a major game I would like it to be a Civilization-like game. Which brought me to think what big time games have all of you created or try to re-do? I'm not talking about any tic-tac-toe or pong games, either, not to take credit away from you because I can't even do that. Also, what did you do after you created your big game? Did you allow for it to be downloaded off the net, show your source code for free, try to sell it...?

  2. #2
    Registered User
    Join Date
    Oct 2001
    Posts
    375
    I made an RPG/Adventure with fifteen quintillion rooms (generated, but not randomly). It started text but grew to be graphical. I also made some strange games based off some dreams my wife had... she has cool movie quality dreams.. I rarely dream at all, and when I do they are entirely too boring. *sigh*

    Frontier space game clone.. simple.. The Settlers clones.. just stuff for me to play with, or because I have an idea for a technique. I program apps professionally so I don't usually have time to do what I would really like to do with any of them. And eventually they just get deleted by accident or on purpose.

    Like everyone, I have ideas for some original stuff, and like many of us, I just dabble at it a bit at a time, adding and cutting features, spending waaaay too much time on squeezing already good FPS and technology techniques instead of actually doing anything.. but it is a lot of fun.

    Well, here is where I promote the new Allegro 4.0 library. Everything you need to make fast, easy, cross-platform games. Read more about it here. Then get my graphical installer for MSVC, Borland, or Dev-C++ (mingw) here.

    -Justin
    Allegro precompiled Installer for Dev-C++, MSVC, and Borland: http://galileo.spaceports.com/~springs/

  3. #3
    the Corvetter
    Join Date
    Sep 2001
    Posts
    1,584
    >> I made an RPG/Adventure with fifteen quintillion rooms (generated, but not randomly). <<

    I'm curious, Justin. Can you post a zip? It won't eat up memory, will it (fifteen quintillion rooms is a heck of a lot)?
    1978 Silver Anniversary Corvette

  4. #4
    Registered User
    Join Date
    Oct 2001
    Posts
    375
    It won't eat up memory, will it (fifteen quintillion rooms is a heck of a lot)?
    Nope, it took up very little memory because it was based on coordinates without making the array. I'll have to look for it, its been a while and it would be on a hard drive that isn't hooked up right now.

    I will tell you how it worked though.

    [BIG EDIT] I just read my three page essay... don't really want to spam the boards... again.. Let me know if you really care and I'll e-mail the howto to ya. [/BIG EDIT]

    -Justin
    Last edited by Justin W; 01-05-2002 at 05:18 PM.
    Allegro precompiled Installer for Dev-C++, MSVC, and Borland: http://galileo.spaceports.com/~springs/

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 10
    Last Post: 04-28-2009, 04:18 AM
  2. Replies: 3
    Last Post: 02-20-2009, 12:46 AM
  3. Replies: 5
    Last Post: 10-22-2005, 05:38 AM
  4. Dynamically adding method to created controls
    By earth_angel in forum Windows Programming
    Replies: 4
    Last Post: 06-26-2005, 07:11 PM
  5. Question about atheists
    By gcn_zelda in forum A Brief History of Cprogramming.com
    Replies: 160
    Last Post: 08-11-2003, 11:50 AM