Thread: post games you've made here!

  1. #1
    Unregistered Leeman_s's Avatar
    Join Date
    Oct 2001
    Posts
    753

    post games you've made here!

    i've noticed many people asking what game would be good to make, if this is possible, etc. everyone post your past games that you've made so everyone can see them!

  2. #2
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    Download my RPG here.

  3. #3
    Unregistered Leeman_s's Avatar
    Join Date
    Oct 2001
    Posts
    753
    download my not-completed rpg (only exe, source is not ready).i assure you there are no viruses or stupid stuff.

  4. #4
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039
    Here's My games:
    Doom 2d - http://www.angelfire.com/linux/xterria/doom2d.html
    Ed's Dreamland - http://www.angelfire.com/linux/xterria/EDDream.html

    Or you can just look in my signature
    I really overdue this, don't I?

  5. #5
    Unregistered
    Guest
    Well, I actually run doom2d, the monsters indeed move, but I couldn't see much more, my computer don't have opengl and so they moved very slowly. The monsters are nice, but is it so difficult to have at least some kind of background (some cave or such)? If you provided the source code then I could also find out why this game works slower on some computers and faster on the others as you said. I never used opengl, so overall it must have been quite a lot of work to do something in opengl.

  6. #6
    Registered User
    Join Date
    Aug 2001
    Posts
    106

    my two action/rpg games

    My two text-based action/rpg games can be found on this page:
    http://www.geocities.com/beornsos/twcdownload.html

    the first one, if you scroll down, can be found under "The Warrior Chronicles". get the final version. then scroll back up and you can get the final version of TWCII. Should be easy to figure out.

  7. #7
    Pygmy Monkey ErionD's Avatar
    Join Date
    Feb 2002
    Posts
    408
    Well check my sig for FightGame 2.0 tho somethings wrong with the save func i think......

  8. #8
    Unregistered
    Guest
    The warrior chronicles 2 is actually quite good. I compiled it in dev-c++, I had to change a lot, but it works fine. I would also recommend to use these readconsoleoutputcharacter and flushconsoleinput.

  9. #9
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039
    my doom2d game runs slow on computers because you have slow processors. I said each time the scene was drawn the monsters would move 0.05 units in whatever direction. Some processors call the DrawGLScene function slower, so the monsters move slower. I'm really a newbie at programming so i wouldn't know how to fix it...

  10. #10
    Unregistered
    Guest
    Do you use timer or sleep?

  11. #11
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145
    Check my signature...
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

  12. #12
    Registered User
    Join Date
    Aug 2001
    Posts
    106
    thanks, unregistered. if you d/led both games, youll see i learned quite a bit in between.
    later

  13. #13
    Unregistered
    Guest
    Ha, if you mention me in credits as code optimizer, then I can make your code several times shorter and better also.

  14. #14
    Registered User
    Join Date
    Aug 2001
    Posts
    106
    you should have seen what it was like BEFORE i optimized...take a look at the source for the map initialization for the first TWC...its horrid. then compare it to the code for map init in TWCII.

  15. #15
    Unregistered
    Guest
    Yep, it's quite big, takes time to change. It's very good rpg game, but as a programmer I just cannot say the same about the code...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. New compiler - Weird errors -,-.
    By Blackroot in forum C++ Programming
    Replies: 8
    Last Post: 08-27-2006, 07:23 AM
  2. POST: cgi string
    By computation in forum Tech Board
    Replies: 1
    Last Post: 05-29-2006, 03:31 AM
  3. What's the best program you have ever made?
    By Kevin.j in forum A Brief History of Cprogramming.com
    Replies: 31
    Last Post: 10-02-2002, 11:29 AM