Proposal: Social Distancing
Self Killed—Clucky
Adminned at 24 Oct 2020 21:27:08 UTC
Remove the paragraph starting with “Two Tiles are Adjacent” from the rule “The Mosaic”
add a subrule to “The Mosaic” called “Terminology” and give it the following text
The Taxicab Distance, or just Distance, between two Tiles is equal to the sum of absolute value of the difference between the tiles rows, and the absolute value of the difference between the tiles columns.
The Chessboard Distance between two Tiles is equal to larger of the absolute value of the difference between the tiles rows and the absolute value of the difference between the tiles columns
Two Tiles are Orthogonally Adjacent, or just Adjacent, if their Taxicab Distance is 1
Two Tiles are Diagonally Adjacent if their Chessboard Distance is 1 and their Taxicab Distance is 2
The Neighborhood of a Tile consists of that tile and all tiles which are Orthogonally or Diagonally Adjacent to it
Replace “tiles diagonally adjacent to it” with “all tiles within its neighborhood” wherever it appears in the rules
Hopefully this clears up the concerns people had about adjacency, while also giving us terms that we can use to talk about distance.
Bais:
A little bit uncertain about introducing two types of distance and adjacency, but also claiming that one specific variant is the “default” distance; isn’t explicit better than implicit?