home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume4 / bridge / part02 / invitebridge.README < prev    next >
Text File  |  1988-05-31  |  2KB  |  37 lines

  1. "invitebridge" is the brain of the whole system.  The system looks like this:
  2.  
  3.                              ----------
  4.                              |player1@|
  5.                              |machine1|
  6.                              ----------
  7.                                  | bridge@
  8.                                  | machine1
  9.                                  |
  10.          ----------------------------------------
  11.          |                       |              |
  12.          |   ----------          |              |   bridge@  ----------
  13.          |   |player4@|     invitebridge@       |   machine2 |player2@|
  14.          |   |machine4|----    machine4  -------|------------|machine2|
  15.          |   ----------          |              |            ---------
  16.          ----------------------------------------
  17.                                  | bridge@
  18.                                  | machine3
  19.                                  |               
  20.                              ----------
  21.                              |player3@|
  22.                              |machine3|
  23.                              ----------
  24.  
  25. To play the bridge game via compute communication, the central site needs
  26. the "invitebridge" program and the remote sites need "bridge" program.
  27. The game is started by issuing the following command:
  28.    invitebridge player1@machine1 player2@machine2 player@machine3
  29.  
  30. In the given example, the player1 will be the North, the player2 will be
  31. the East, and the player3 will be the South.  You, player4, are always 
  32. the West.
  33.  
  34. The game record will be stored in "bridge.log" in your working directory.
  35. The guide of bidding, playing,.. can be found in "bridge.README" which
  36. is part of this package.
  37.