Proposal: Tic Tac Travel
Cannot be enacted with 7 Against votes to 1. Josh
Adminned at 12 Feb 2022 21:45:27 UTC
If Proposal: Grid Locked is not enacted this proposal has no further effect.
Append to the rule ‘Grid Locked’:
Reduce the first coordinate of each Position by one if the leftmost column is removed, and reduce the second coordinate of each Position by one if the bottom row is removed.
Any Cell may be referred to as the coordinate pair (x,y), where x is the number of Cells to the left of the named Cell and y is the number of Cells below the named Cell. The Distance between two Cells is the sum of the absolute value of the difference between their first coordinates and the sum of the absolute value of the difference between their second coordinates.
Add a new dynastic rule entitled ‘Cell Walking’, containing the following:
Every Player has a Position, which is a publicly tracked Cell that defaults to (0,0). As a Daily Action a Player may change their Position to any Cell within one Distance of their current Position.
If the Position of a player no longer refers to an existing Cell, any player may change the Position of that player to an existing Cell with the least Distance from the player’s current Position.
The intent here is Manhattan Distance. The second section of the rule is meant to deal with shrinking boards.
Edited to fit with how Decrements should interact with Positions.
Lulu: she/her
not sure this meshes well with how the decrement action works