This puzzle consists of 8 numbered balls which can roll around a 3x3 square. There is a restriction that differentiates it from a simple 3x3 version of the fifteen puzzle. There are walls on the left and right side of the centre position, so that a ball can enter or leave the centre in a vertical direction only. In the solved state the centre spot is empty, and balls are in clockwise numerical order starting from 1 at the top left corner.
This puzzle was invented by Joshua Frankel, and manufactured by Binary Arts, now called ThinkFun.
If your browser supports JavaScript, then you can play Diamond Eightball by clicking the link below:
I performed a computer search for this puzzle. The following table shows how many positions there are (with the centre empty) for each number of moves from the solved position. A move consists of moving the space around the left or right side in either direction, shifting five pieces in the process. The first column shows the number of positions at each distance from only one of the two solutions, the second if either solution is allowed.
Moves | One solution | Two solutions |
---|---|---|
0 | 1 | 2 |
1 | 4 | 8 |
2 | 12 | 24 |
3 | 32 | 64 |
4 | 82 | 156 |
5 | 204 | 360 |
6 | 496 | 792 |
7 | 1,153 | 1640 |
8 | 2,431 | 3202 |
9 | 4,325 | 5132 |
10 | 5,829 | 5556 |
11 | 4,408 | 2916 |
12 | 1,133 | 306 |
13 | 50 | 2 |
Total | 20,160 | 20,160 |
Avg Depth | 9.5196 | 9.0299 |
There are 2 loops in the puzzle; the left half and the right half. Denote these by L and R. A clockwise shift of all the five balls in a loop is indicated by the relevant letter (L or R), and an anti-clockwise shift by the letter followed by an apostrophe (i.e. by L' or R').
Phase 1: Solve balls 3,4,5, and 6.
Phase 2: Solve the rest.
LRLRLRL: Constructs the second solution, with the 1 at the bottom right corner.