Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 794 Bytes

rule309.md

File metadata and controls

31 lines (21 loc) · 794 Bytes
RULE Author Status Type Tags
309
Peter Suber <[email protected]>
Accepted
Immutable
player, vote

Rule

Every player is an eligible voter.

Eligible voters may choose to participate in votes on rule-changes or abstain. If no action is taken, a voter is considered to have abstained and is neither for or against the proposal.

Quorum is half of all active registered players. Votes on rule-changes take effect if and only if quorum is reached.

let n = number of active players
let v = number of votes
let q = Floor(n / 2) + 1

if v >= q, quorum is reached.

References

Copyright

Copyright © 1990, Peter Suber