Skip to the content.

Observation Log

Algorithms

One Target Optimal Play

Point Sum Value

000 001 010 011 100 101 110 111
Sun Moon Fish Bird Horse Boat Seed Tree
  0 1 2
0 Sun Fish Horse
1 Tree Tree Boat
2 Bird Seed Horse

Parity of Point Sums

Each individidual board has either an even or odd number of “moved” point-sum values but not both. Take for example a board with an optimal point sum value of 3. In this scenario, all other possible ways to reach the success state all have an odd point sum value. The same case is true for even point sum values. No board combination will have both odd and even point sum values for a specific target in a specific position on the board.