Harvest
Harvest
Each turn consists of two steps. On a given step a player may either
remove a piece or move a piece.
To remove a piece it must be completely surrounded on that step
(no adjacent empty spaces).
The piece marked with blue may move to the empty spaces
marked with blue.
Notice that the spaces marked with yellow each fail to
satisfy one of the three conditions.
There can only be one "group" (pieces connected by adjacencies)
on the board after a step.
If there is more than one group on the board after moving a piece
(which could be referred to as "splitting") then all but the biggest group
are removed to complete the step.
If the biggest groups are of equal size then the player may chose which
one to leave on the board.
At least one piece must be removed from the board on every turn (either
directly or by splitting).