Thread: MUDs

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    73

    MUDs

    I am seeking to create a client that can connect to a MUD game. Yes, I know Windows comes with such a utility, but I wish to make my own, for fun. Can someone please give me a link to a site describing how MUDs work internally? Thanks!! ^_^

  2. #2
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    What do you mean 'Windows comes with one'? If you're talking about telnet, what you type in is what is sent to the MUD. No conversion takes place.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  3. #3
    Registered User
    Join Date
    Mar 2002
    Posts
    249

    Wink

    Why is everyone so intrested in wet dirt these days?

  4. #4
    Registered User
    Join Date
    Feb 2002
    Posts
    73
    Actually, what I am intrested in is the data that the game sends to the players computer. I wish to know how to interpet that data. Is the data simply text? I thought perhaps that was not the case because some MUDs have colored text. Thanks!!! ^_^

  5. #5
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    I saw something about how the colored text was done once, but I don't remember where I saw it. Anyway, I'm pretty sure that it is really simple, so if you start making a Telnet client and you just grab the data the MUD is sending your computer and display it as text, it shouldn't be hard for you to figure out how it works and implement the changes in your program. The rest of what you have ahead of you is far harder than those changes.
    Away.

  6. #6
    Registered User
    Join Date
    Feb 2002
    Posts
    73

    !

    I apperciate all the help you guys (and girls of course) have given me! I hope I get the chance to repay all the kindness I have recieved here!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. MUDs!!!!
    By Sentral in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 06-25-2008, 10:32 AM
  2. What makes WoW so damn addictive?
    By cboard_member in forum A Brief History of Cprogramming.com
    Replies: 91
    Last Post: 06-28-2006, 11:38 PM
  3. Muds
    By Unregistered in forum Game Programming
    Replies: 5
    Last Post: 10-25-2001, 12:18 PM
  4. Muds
    By Adyton in forum Game Programming
    Replies: 1
    Last Post: 09-04-2001, 10:50 PM