Is it best to build the game and its features then add the network code later? Or is it best to program the network parts while you are building the game?
[161 byte] By [Chris1234554a] at [2007-11-27 6:04:46]
> Is it best to build the game and its features then> add the network code later? Or is it best to program> the network parts while you are building the game?It depends.What do you plan to do over the network? Update high scores? Or play interactively?
Sorry I was away for so long. I intend to make it networked play. For example a person moves left then on the other computer you can see that character move left.
> Sorry I was away for so long. I intend to make it> networked play. For example a person moves left then> on the other computer you can see that character move> left.Then yes, you should build it in from the start.