Thread: Need book to program game into multiplayer...

  1. #1
    Registered User
    Join Date
    Sep 2008
    Posts
    42

    Need book to program game into multiplayer...

    Programming in C using either Dev-cpp or Microsoft Visual C++ 6.0 compilers.

    I'm looking for a book that will help me create my text based game into a potential multiplayer game. I am an advanced programmer although I only know C and some C++. I haven't jumped into DirectX or OpenGL yet. Currently, my game consists of a text based adventure role playing game with real time combat. It's very user friendly (help and tutorials available) and easy to play. In the game you can hire NPC's (up to 10) to go adventuring with to get through the tough parts. And then I thought, this would be great if you can get real players to join. Just like those MUD games from the 90's.

    So far I found on Amazon.com two books:

    MUD game programming by Penton
    Multiplayer game programming by Lamothe

    but I am unsure of which one would benefit me most. What I want to learn first is to a create a program that does this:

    1. Player one opens the game and selects multiplayer with player 1 being the host.
    2. Player two opens the game and connects to player 1.
    3. Each player can type something on the console and they see the responses.
    4. More players can enter the "chat" until Player 1 decides to launch the game.

    Now that's the basics of what I want to do. As far as getting the game to sync up and all that, I'll figure that out later. Right now I just want to learn how to get two computers to talk to each other like a simulated chat room.

    If either of the two books would help me there, that would be great. Or if anyone has another book they can recommend.

  2. #2
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    I cannot recommend books because I am not sure what book to recommend, but I can suggest you read up on network programming a bit. I am more of an online tutorial kind of person....

  3. #3
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    I dont know that specific title, but LaMothe has a good reputation and a lot of experience in game programming. I own 3 or 4 of his books.

  4. #4
    Registered User
    Join Date
    Sep 2008
    Posts
    42
    Does anyone think the book "Code Complete" 2nd edition would help.

    The problem I have is that I don't know for sure what book will help me because I'm not at that stage to understand the code within the book. That is why I want to get the book then learn it. It would be a great disappointment to get the book and read half way through to find out it's no help at all.

    My game is text based and I eventually want to make it multiplayer and also include voice so that players may talk to each other in the game.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. 2D Game project requires extra C++ programmers, new or experienced
    By drallstars in forum Projects and Job Recruitment
    Replies: 2
    Last Post: 05-16-2007, 10:46 AM
  2. program from book wont work
    By cemock in forum C Programming
    Replies: 2
    Last Post: 03-06-2003, 09:58 AM
  3. Address Book program
    By sundeeptuteja in forum C++ Programming
    Replies: 0
    Last Post: 07-28-2002, 02:08 AM
  4. I'm looking for a good book on 3D game programming
    By Music_Man in forum Game Programming
    Replies: 2
    Last Post: 09-09-2001, 09:29 PM
  5. Looking for a good book on 3D game programming
    By Music_Man in forum C++ Programming
    Replies: 2
    Last Post: 09-09-2001, 09:28 PM