Hi guys,
I am trying to create a two player jave game which is to run on two
networked computers.
The game is Tron, which is very similiar to a 2player version of
Snake.
Is there anyone who could point me in the right direction with regards
to the networking side of things. Using a Client/Server architecture
prehaps.
Thanks in advance,
Nick
Oliver Wong - 27 Feb 2007 21:34 GMT
> Hi guys,
>
[quoted text clipped - 7 lines]
> to the networking side of things. Using a Client/Server architecture
> prehaps.
See http://java.sun.com/docs/books/tutorial/networking/index.html
- Oliver