git.lain.church game of nomic
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

201_Turn-alternation.md 780B

3 年之前
1234567891011
  1. The game shall consist of a series of rounds. Each round begins immediately
  2. after the end of the turn of the last player in the previous round. A player is
  3. said to be *in* a round if the player has a player file in the `players/`
  4. directory when the round begins. The order of turns is determined by taking the
  5. numeric part of the name of each file in the `players/` directory and assigning
  6. it to the player corresponding to the file. The player with the lowest number
  7. goes first and play passes to each player in increasing numeric order of his or
  8. her assigned number.
  9. Turns may not be skipped or passed, and parts of turns may not be omitted. All
  10. players begin with zero points, which (if the game is being played on git.lain.church) should be reflected in their player files.