Turn: 1

player1's turn

Rules

#1: Cells can move once per turn.

#2: Cells can move in one of two ways.

  1. Any cell can move diagonally into an adjacent unoccupied space.
  2. Cells can move orthogonally if they are next to a friendly cell in that direction, this will push all cells in that row one space.

#3: Any unoccupied space with at least three orthogonally adjacent friendly cells will generate a 'seed' that will grow into a new cell after three turns.

#4: Moving one of your cells into a space occupied by an enemey cell will destroy both cells.

#5: The game never ends, but one may consider eleminating all enemey cells as achieving 'victory'.