Initial commit

This commit is contained in:
Robert Miles 2022-02-24 16:43:39 +00:00
commit 2313d55a8c
2 changed files with 54 additions and 0 deletions

21
index.gmi Normal file
View File

@ -0,0 +1,21 @@
# Cosmonomic
WIP. A game of Nomic primarily hosted on Gemini (to the extent it can be).
=> rules.gmi Current rules
## How to play (basic synopsis)
Anyone can hop right in and join the fun by posting a pull request on tildegit.org that modifies "_rules.yml". The legal moves are:
* Adding a new mutable rule
* Amending a mutable rule
* Repealing a mutable rule
* Changing a rule from mutable to immutable
* Changing a rule from immutable to mutable
Currently, a successful move (that is, a proposal adopted by the community) is rewarded by 1d6 points, with the first player to achieve 100 points winning the game. However, all rules can be changed in Nomic, so it's entirely possible that we may move away from that rule before anyone can win with it.
Rule changes are accepted via pull request to tildegit.org. If you can't create a tildegit.org account yourself, let me know and I'll get you set up.
=> https://tildegit.org/khuxkm/cosmonomic/ The tildegit.org repo (HTTP)

33
rules.gmi Normal file
View File

@ -0,0 +1,33 @@
# 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.