XNA Creators Club Online
Page 1 of 1 (3 items)
Sort Posts: Previous Next

Problems from Adding Networking after Game is Done?

Last post 03-14-2008 8:21 PM by Spodi. 2 replies.
  • 03-14-2008 12:08 PM

    Problems from Adding Networking after Game is Done?

    I'm going to start working on a game that will probably have local multiplayer built in.  I'm considering putting Live! networking in, but I don't know if I'll be able to get around to it.  How difficult would it be or what problems would come out of putting Live! networking in at the end, rather than building it like that from the start?  Is there anything I should do now to make it easier later on?  Since I'm not absolutely sure I'm even going to put in Internet Networking, I don't want to put a lot of time into it, only to find out it won't be included in the final game.
  • 03-14-2008 1:16 PM In reply to

    Re: Problems from Adding Networking after Game is Done?

    The code itself shouldn't be hard to be implemented later. But I think if you structure your code properly, from early on with networking in mind, you'll make things easier.
  • 03-14-2008 8:21 PM In reply to

    Re: Problems from Adding Networking after Game is Done?

    I would have to agree with it not being too hard. It will take a bit of time (depends on the amount of code, complexity, required latency compensation, networking background, design, etc) but it shouldn't be too bad. For the most part you will just be copying logic over to the server and stripping some out from the client (depends on what it is and how you want it to work) for the basic structure.
Page 1 of 1 (3 items) Previous Next