home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Games / Xconq 7.1.0 / src / xconq-7.1.0 / kernel / cmdline.6in < prev    next >
Encoding:
Text File  |  1996-07-07  |  3.5 KB  |  132 lines  |  [TEXT/R*ch]

  1. .LP
  2. Each argument will be taken to be a specification of a player
  3. who will participate in the game.  The format of a player spec is
  4. .IP
  5. .B [name[,\fIai\fP][/\fIconfig\fP]@]host[+\fIadv\fP]
  6. .LP
  7. where \fIhost\fP is the name of a host.
  8. If \fIadv\fP is given, it is the desired "advantage" for the player
  9. (higher gives the player more to start with).
  10. .TP 5
  11. .B \-e[,\fIai\fP][+\fIadv\fP] \fInumber\fP
  12. sets the number of machine players not attached to displays.
  13. If \fIai\fP and/or \fIadv\fP are supplied, each of the machine
  14. players will get that AI type and advantage.
  15. .TP 5
  16. .B -h \fInumber\fP
  17. creates \fInumber\fP players that may have displays and waits
  18. for them to join the game (via \fB-join\fP, see below).
  19. .LP
  20. General options:
  21. .TP 5
  22. .B \-c \fInumber\fP
  23. sets checkpointing to occur every \fInumber\fP turns.
  24. .TP 5
  25. .B \-f \fIname\fP
  26. reads the file named \fIname\fP, interpreting as a game.
  27. .TP 5
  28. .B \-g \fIname\fP
  29. reads the game named \fIname\fP.
  30. .TP 5
  31. .B \-help, \--help
  32. displays help information and exits.
  33. .TP 5
  34. .B \-join \fIgame\fP
  35. connects to a game named \fIgame\fP.
  36. [not yet implemented]
  37. .TP 5
  38. .B \-L \fIpathname\fP
  39. sets the location to search for game files to \fIpathname\fP.
  40. .TP 5
  41. .B \-mail
  42. arranges to run the game as play-by-email.
  43. [not yet implemented]
  44. .TP 5
  45. .B \-r
  46. suppresses the creation of the default player
  47. .TP 5
  48. .B \--version
  49. displays version information and exits.
  50. .TP 5
  51. .B \-w
  52. suppresses warnings.
  53. .TP 5
  54. .B \-x
  55. brings up dialogs to set up a game interactively.
  56. (Currently only available for X11.)
  57. .LP
  58. Variant options:
  59. .TP 5
  60. .B \-M \fIwidth\fP[x\fIheight\fP]
  61. generates a random map of the given size.  The size must be at least 5x5,
  62. although some periods will impose additional constraints on the lower bound.
  63. In theory, there is no upper bound (but 200x200 would be huge).
  64. .TP 5
  65. .B \-sm
  66. allows all the players to move simultaneously.
  67. .TP 5
  68. .B \-sq
  69. makes all the players move one at a time.
  70. .TP 5
  71. .B \-t \fInumber\fP
  72. limits the total time of play for each side to \fInumber\fP minutes per side.
  73. Time is only counted while actually waiting for input.
  74. .TP 5
  75. .B \-v
  76. makes the entire world seen by all players at the outset.
  77. This is useful if exploration is deemed to be time-consuming,
  78. or if the world is already known to everybody.
  79. Some games have this enabled by default.
  80. .TP 5
  81. .B \-V
  82. makes everything seen all the time.
  83. Some games have this enabled by default.
  84. .TP 5
  85. .B \-v\fIvariant-name[=variant-value]\fP
  86. sets variants that are defined by the chosen game.
  87. The options "-g game -vhelp" will list the available variants.
  88. .LP
  89. Designing and debugging options:
  90. .TP 5
  91. .B \-design
  92. enables designer mode, if available.
  93. .TP 5
  94. .B \-D[-GM]
  95. enables debugging output, if available.
  96. .TP 5
  97. .B \-R \fInumber\fP
  98. sets the random seed to \fInumber\fP, if available.
  99. .SH EXAMPLES
  100. .TP 8
  101. .B
  102. [xc]conq
  103. Standard game, one human on local display, one AI, 60x30 random world
  104. .TP 8
  105. .B
  106. [xc]conq -g crater-lake
  107. One human vs one machine, playing the "crater lake" game
  108. .TP 8
  109. .B
  110. [xc]conq -e 2 -M 40x20
  111. One human, two machines, 40x20 random world
  112. .TP 8
  113. .B
  114. [xc]conq -e 6 -g earth-1deg -V
  115. Seven players (6 machine, 1 human), all playing
  116. on a 360x122 map of the earth with present-day cities,
  117. with everything always visible.  Major!
  118. .TP 8
  119. .B
  120. [xc]conq ,ai+4
  121. Standard game, one human and one AI, AI has advantage of 4.
  122. .TP 8
  123. .B
  124. [xc]conq joe@taurus:0.0 cirdan:0.0
  125. Three players in standard game.
  126. .TP 8
  127. .B
  128. [xc]conq -r -e,ai+3 2 stan@andros:0.0 dhw@skaro:0.0
  129. Standard game, two AIs each at advantage 3, two humans,
  130. using displays on andros and skaro.
  131.  
  132.