Thread: Dungeon of Moria SOURCE CODE!!!

  1. #1
    Registered User red_baron's Avatar
    Join Date
    May 2002
    Posts
    274

    Dungeon of Moria SOURCE CODE!!!

    heh peeps, i put up the code on my website (see my signature) or just click here:

    http://lorem1.tripod.com/moria_source.zip

    the code isn't the best its a little messy and uses very basic concepts very creatively so i'm pretty sure i'm gonna hear a lot of you telling me that i could have reduced my code or done something more easily... ah well its pretty good for a game i made right after hangman and simon.

    later days
    ¿Red Baron?

    "Imagination is more important than knowledge"
    -Albert Einstein (1879-1955)

    Check out my games!

    [code] /* dont forget code tags! */ [/code]

  2. #2
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    Nice....but may we work on it....or is it sole property of you?

  3. #3
    Registered User red_baron's Avatar
    Join Date
    May 2002
    Posts
    274
    go ahead change it as you will, but plz leave a documented part at the top saying that the program was originally made by:

    Mori Golsafidi (aka Red_Baron)

    thats all and change as much as you want
    ¿Red Baron?

    "Imagination is more important than knowledge"
    -Albert Einstein (1879-1955)

    Check out my games!

    [code] /* dont forget code tags! */ [/code]

  4. #4
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    Ok. And nice job on the RPG! It's really kool.

  5. #5
    Used Registerer jdinger's Avatar
    Join Date
    Feb 2002
    Posts
    1,065
    I haven't looked at the code yet, but man, that's an awesome game!

    I keep getting killed by the snake in the forest.

    Impressive to say the least. I love the menu system. And the ASCII graphics rule! I love retro stuff. Good job!

    **edit**

    I played as a Mage this time and I got pretty far ( won 5 battles, lost the last one ). How do you get more manna?
    Last edited by jdinger; 06-07-2002 at 08:52 PM.

  6. #6
    Registered User JoshG's Avatar
    Join Date
    Mar 2002
    Posts
    326
    You edit the source, hehe.

  7. #7
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    lol....that's one way...if only he had a save option

  8. #8
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    Hey, I have one question on the source, how did u find out on the blocks and stuff?

  9. #9
    Used Registerer jdinger's Avatar
    Join Date
    Feb 2002
    Posts
    1,065
    Originally posted by JoshG
    You edit the source, hehe.
    I was looking for a more ethical way...

  10. #10
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    wait until there's a save file option and edit your save file

  11. #11
    I am the worst best coder Quantrizi's Avatar
    Join Date
    Mar 2002
    Posts
    644
    I really curious to how you got the smilie set up....I got the source, but can't find it.

  12. #12
    Unregistered
    Guest
    Code:
    for (count=0;count<=256;count++)
    {
      putchar(count);
    }
    heh my comp just burned up so i wasn't able to get online (using school computers right now) basically these are all the characters put like a pause statement in between like every 20 print statemetns:

    if(count%20==0)
    system("PAUSE");

  13. #13
    Unregistered
    Guest
    heh that was me above (Red_Baron)
    to get mana up use spells, thats the only way, also i think warrior is best start and the best thing to start off with is buy

    leater cap
    leater chest
    leater legs
    dagger
    and 1 or 2 spells,
    dont forget to WEAR the items by pressing tab 3 times and using the up and down arrow keys to select an item and press enter to wear (think i should improve that a little),

    later guys

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

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How do you call another source code file?
    By nifear4 in forum C Programming
    Replies: 2
    Last Post: 10-28-2008, 12:16 PM
  2. 'Type' Error on Build of Officially Released Source Code
    By Jedi_Mediator in forum C++ Programming
    Replies: 5
    Last Post: 07-07-2008, 05:28 PM
  3. DxEngine source code
    By Sang-drax in forum Game Programming
    Replies: 5
    Last Post: 06-26-2003, 05:50 PM
  4. Lines from Unix's source code have been copied into the heart of Linux????
    By zahid in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 05-19-2003, 03:50 PM
  5. Source Code Beautifier
    By Hammer in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 05-05-2002, 09:21 PM