- A
player
is a person who follows this rule. - A player may only join before the game begins or at the beginning of a round.
- All players must always abide by all the rules that are in effect, in the order in which they were put in effect.
- The rules in the Initial Set are in effect whenever the game begins.
- The
Initial Set
consists of Rules 101-115.
- The game starts at the beginning of the first round.
- During a
round
, players take turns in alphabetical order. - When all players have taken a turn, the round ends.
- A
turn
is made up of multiple phases. Phases occur in order. - The initial phases are the movement phase and the rule-change phase, in that order.
- During a player's turn, they are the 'current' player.
- The
World
holds all state. - The initial state is the list of players and a world map of spaces.
- The world map is made up of spaces, located at integral (x, y) coordinates.
- The space (0, 0) is the origin.
- Each player starts out 'located at' the origin.
- The distance between two spaces is the sum of the difference of the x coordinates and the difference of the y coordinates.
- Two spaces are 'adjacent' if the total distance between them is 1.
- There are four resources: Wood, Metal, Water, and Food.
- Each space, with the exception of the origin, 'provides a resource'.
- At the beginning of the game, each space gives an unknown resource.
- When a player lands on space with an unknown resource, it becomes known, having an equal chance of being any of Wood, Metal, Water, and Food
- A 'movement' is a change of player location from her current space to a destination space.
- While in movement, the player is not located at any space.
- When the player ends movement, the player lands on the destination space, and becomes located at the destination space.
- A 'path' is an ordered list of spaces such that the next space is adjacent to the previous such that the total distance between the initial space and the final space is also the length of the path.
- A d6 is rolled. The roll is known as the 'movement distance'
- The current player chooses a space a that is the movement distance away from her current space.
- The current player chooses a path from her current space to the destination space.
- The current player moves from her current space to the destination space 'passing through' each space in the path.
- A
rule-change
is following: the enactment, repeal, or amendment of a rule.
- An adopted rule-change takes full effect at the beginning of the next turn from the moment of adoption.
- The current player proposes one rule-change and has it voted on in her/his turn.
- Each new rule proposed shall be given a number. The numbers shall begin with 201, incrementing by one.
- A rule-change is
adopted
if and only if the vote is unanimous among the players. - Each player always has exactly one vote.
- If two or more rules conflict with one another, then the rule with the lowest ordinal number takes precedence.
- If players disagree about the legality of a move or the interpretation or application of a rule,
- then the player preceding the one moving is to be the
Judge
and decide the question. - Disagreement for the purposes of this rule may be created by the insistence of any player.
- This process is called invoking
Judgment
. - A judgement is added to the rules, immediately adopted, and immediately placed into effect.
- Positive Y is
North
- Negative Y is
South
- Positive X is
East
- Negative X is
West
- A space is also both a
location
and anode
.
player
is a person who follows this rule." sounds like an intensional definition, but the following sentence suggests an explicit process for becoming a player.