Proposal: This is not a solitaire.
s/ked.—Yoda
Adminned at 18 May 2011 21:00:28 UTC
Add a new dynastic rule, “Neighbours”:
Each Farmer is the Next Door Neighbour of the Farmer listed directly before him in the Garden Patch wiki page. Each Farmer is the “Previous Door Neighbour” of the Farmer listed directly after him in that page. For the purpose of this rule, the last Farmer listed is considered as directly before the first one, and the first one as directly after him. Every Farmer shall thus have exactly two Neighbours, and be Neighbour of exactly those two.
Change Rule “Farmland” to:
Each Farmer has a Plot that is tracked on the Garden Patch wiki page, in a particular order wich is part of the Gamestate as well. Each Plot starts as a 6 by 6 grid of Squares. Each Square start out empty.
The top row in a Plot is known as the first and the bottom row is known as the last row. Similarly, the most left column is known as the first column while the most right is known as the last column. A square may be referenced at (C|R) while C and R are the columns and rows, respectively, starting to count from the first to the last, starting with 0.
Two Squares are adjacent if share exactly a side. In addition, each square in the first column of every Farmer’s Plot is considered adjacent to the square in the same row and in the last column of the Plot of that Farmer’s Previous Door Neighbour, and vice versa.
The Shade of a Square is a number that refers to the distance from that Square to the top row of the Farmer’s Plot to which it belongs.
Order alphabetically the Farmers’ Plots in the Garden Patch wiki page.
Ely:
Oh, I implemented Keba’s indexing idea. I hope you’re not offended, but I thought I might need it to define adjacent.