035d9f0dc8a38a1cc316fed15234a08d70ae7cf1
[tennix.git] / README.Multiplayer
blob035d9f0dc8a38a1cc316fed15234a08d70ae7cf1
2 This is done using two computers, the first is the faster one
3 and the second one is the slower one. If both computers are
4 equally powerful, just chose the faster one randomly.
6 On the faster computer, use:
7   ./tennix -n REMOTEHOST LOCALPORT REMOTEPORT -m
9 On the slower computer, use:
10   ./tennix -n REMOTEHOST LOCALPORT REMOTEPORT
12 So, if your faster computer is called "fast.lan" and the slower
13 computer is called "slow.lan", you could use the following setup:
15   user@fast:~$ ./tennix -n slow.lan 1234 4321 -m
16   user@slow:~$ ./tennix -n fast.lan 4321 1234
18  -- thp, Wed, 05 Aug 2009 01:26:42 +0200