git.lain.church game of nomic
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
123456789101112
  1. One turn consists of two parts in this order:
  2. 1. proposing one rule-change and having it voted on, and
  3. 2. throwing one die once and adding the number of points on its face to one's
  4. score.
  5. In mail and computer games (and by extension, if playing on git.lain.church) instead of
  6. throwing a die, players subtract 291 from the ordinal number of their proposal
  7. and multiply the result by the fraction of favorable votes it received, rounded
  8. to the nearest integer. (This yields a number between 0 and 10 for the first
  9. player, with the upper limit increasing by one each turn; more points are
  10. awarded for more popular proposals.)