cosmonomic/rules.gmi

37 lines
2.4 KiB
Plaintext

# Rules of Cosmonomic
## Rule 1 (immutable)
Cosmonomic is a game of Nomic, wherein Persons, in accordance with these rules, communicate proposals in order to play the game.
## Rule 2 (immutable)
The valid types of proposals are as follows:
* enacting a new rule at the mutable stage,
* amending a rule at the mutable stage,
* repealing a rule at the mutable stage,
* transferring a rule from the mutable stage to the immutable stage,
* or transferring a rule from the immutable stage to the mutable stage.
No other proposals may be considered.
## Rule 3 (immutable)
In order to make a proposal, a Person must open a pull request to the Cosmonomic git repository (located at https://tildegit.org/khuxkm/cosmonomic) modifying rules.gmi (the canonical form of the rules) to reflect the change their proposal will enact upon Cosmonomic's rules. In the body of the comment, they must explain in plain English what change their rule will have on the game of Cosmonomic.
## Rule 4 (immutable)
A proposal will be considered for 14 days following its posting. In order to vote, a Person must comment on a proposal containing either the token "{yes}" or "{no}" (the {} included, to prevent false positives), with a "{yes}" being a vote in favor of the proposal, and a "{no}" being a vote against the proposal.
## Rule 5 (immutable)
A Person, having submitted a proposal, may not vote in favor of or against said proposal.
## Rule 6 (immutable)
After the consideration period has passed, if the votes in favor of a proposal outnumber the votes against said proposal, then the proposal is adopted, and its change is applied. If the votes against a proposal outnumber the votes in favor of said proposal, or if there is an even split, the proposal is defeated, and shall not take effect.
## Rule 7 (immutable)
A Person, having submitted a proposal that has been adopted, is entitled to a number of points no less than 1 and no more than 6, with the exact number being decided by a random number generator.
## Rule 8 (immutable)
A Person, having achieved 100 points, has won Cosmonomic.
## Rule 9 (mutable)
A Person having submitted a proposal which within its 14 day period of consideration may not submit any other proposals. When the initial proposal has been considered and adopted or rejected the person who submitted that proposal is once again eligible to submit additional proposals. Any proposal submitted contrary to this rule will be automatically defeated and shall not take effect.