Thread: What do I need for this project?

  1. #1
    Registered User
    Join Date
    Apr 2011
    Posts
    4

    What do I need for this project?

    I'm new to programming, and one of my goals is to create from scratch my very own MUD code base. So my question is this: What all needs to be programmed for that? What are the different elements of a text-based game that allows for multiple connection through the internet?

    I'm not asking for people to do this work for me, quite the opposite actually. I just need to know what elements need to be included in such an endeavor. Any help would be greatly appreciated.

  2. #2
    Registered User
    Join Date
    May 2011
    Location
    Around 8.3 light-minutes from the Sun
    Posts
    1,949
    Step 1: Learn the language. Here is a list of suggested books.
    Code:
    If(step1 == complete)
         goto Step_1; //Another acceptable use of goto
    Step 2: Learn how networking works. Here is a good starting place.
    Step 3: Learn how to make a game. Here is a good starting place.
    Quote Originally Posted by anduril462 View Post
    Now, please, for the love of all things good and holy, think about what you're doing! Don't just run around willy-nilly, coding like a drunk two-year-old....
    Quote Originally Posted by quzah View Post
    ..... Just don't be surprised when I say you aren't using standard C anymore, and as such,are off in your own little universe that I will completely disregard.
    Warning: Some or all of my posted code may be non-standard and as such should not be used and in no case looked at.

  3. #3
    Registered User
    Join Date
    Apr 2011
    Posts
    4
    Hmm... While that isn't quite what I had in mind when I posted my question, it does answer it both concisely and thoroughly. Much appreciated!

    If my rudimentary language skills serve me, your code indicates that I'll never truly finish Step 1?

    If I have more code specific questions, I will bring them back here.

  4. #4
    Registered User
    Join Date
    Dec 2007
    Posts
    2,675
    If my rudimentary language skills serve me, your code indicates that I'll never truly finish Step 1?
    They serve you quite well. You will never stop learning in programming.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Classes Project (Not class project)
    By adam.morin in forum C++ Programming
    Replies: 3
    Last Post: 02-28-2011, 01:48 AM
  2. Paid project - The Free Marketing Project
    By sharefree in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 10-27-2010, 02:15 PM
  3. C Project
    By runnings in forum C Programming
    Replies: 6
    Last Post: 03-24-2008, 11:09 AM
  4. Project
    By KRAZY380 in forum C++ Programming
    Replies: 3
    Last Post: 05-19-2002, 11:37 PM
  5. your 11th & 12th grade c++ project or similar project
    By sleepyheadtony in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 01-13-2002, 05:14 PM