basic networked game

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]
# 1
> 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?
cotton.ma at 2007-7-12 16:49:26 > top of Java-index,Other Topics,Java Game Development...
# 2
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.
Chris1234554a at 2007-7-12 16:49:26 > top of Java-index,Other Topics,Java Game Development...
# 3
> 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.
cotton.ma at 2007-7-12 16:49:26 > top of Java-index,Other Topics,Java Game Development...
# 4
Also see http://forum.java.sun.com/thread.jspa?threadID=5176763&start=6
cotton.ma at 2007-7-12 16:49:26 > top of Java-index,Other Topics,Java Game Development...
# 5
Ok thanks.
Chris1234554a at 2007-7-12 16:49:26 > top of Java-index,Other Topics,Java Game Development...