problem stringlengths 875 949 | solution stringlengths 1 7 | is_unique_solution bool 2
classes | verdict stringclasses 3
values | next_player stringclasses 2
values | currect_board_visualization stringlengths 146 146 | board_visualization stringclasses 1
value | problem_number int64 0 89 |
|---|---|---|---|---|---|---|---|
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | G | true | blocked | Bob | ...*------*------B
../|...../|...../|
./.|..../.|..../.|
B------*------*..|
|..*---|--*...|..W
|./....|./....|./
|/.....|/.....|/
*------W------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 0 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B | true | blocked | Bob | ...*------W------*
../|...../|...../|
./.|..../.|..../.|
*------*------*..|
|..B---|--W...|..B
|./....|./....|./
|/.....|/.....|/
*------W------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 1 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | D | true | blocked | Bob | ...*------W------*
../|...../|...../|
./.|..../.|..../.|
W------W------*..|
|..B---|--*...|..*
|./....|./....|./
|/.....|/.....|/
B------*------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 2 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B | true | blocked | Bob | ...B------B------*
../|...../|...../|
./.|..../.|..../.|
*------*------W..|
|..*---|--W...|..W
|./....|./....|./
|/.....|/.....|/
*------*------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 3 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B | true | blocked | Bob | ...B------W------*
../|...../|...../|
./.|..../.|..../.|
*------*------B..|
|..W---|--*...|..*
|./....|./....|./
|/.....|/.....|/
W------*------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 4 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | G | true | blocked | Bob | ...*------W------*
../|...../|...../|
./.|..../.|..../.|
W------B------*..|
|..*---|--*...|..B
|./....|./....|./
|/.....|/.....|/
W------*------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 5 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | C | true | blocked | Bob | ...W------*------*
../|...../|...../|
./.|..../.|..../.|
W------W------*..|
|..*---|--*...|..*
|./....|./....|./
|/.....|/.....|/
B------B------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 6 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | H | true | blocked | Bob | ...*------*------B
../|...../|...../|
./.|..../.|..../.|
*------B------*..|
|..*---|--W...|..*
|./....|./....|./
|/.....|/.....|/
W------W------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 7 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | A | true | blocked | Bob | ...W------W------*
../|...../|...../|
./.|..../.|..../.|
*------W------*..|
|..*---|--*...|..B
|./....|./....|./
|/.....|/.....|/
*------*------B
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 8 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B | true | blocked | Bob | ...*------*------*
../|...../|...../|
./.|..../.|..../.|
W------*------*..|
|..*---|--B...|..*
|./....|./....|./
|/.....|/.....|/
W------W------B
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 9 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B | true | blocked | Alice | ...*------*------B
../|...../|...../|
./.|..../.|..../.|
*------*------*..|
|..W---|--W...|..B
|./....|./....|./
|/.....|/.....|/
*------B------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 10 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | I | true | blocked | Alice | ...W------B------B
../|...../|...../|
./.|..../.|..../.|
W------B------*..|
|..*---|--*...|..*
|./....|./....|./
|/.....|/.....|/
*------*------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 11 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | L | true | blocked | Alice | ...*------B------B
../|...../|...../|
./.|..../.|..../.|
W------*------*..|
|..*---|--B...|..*
|./....|./....|./
|/.....|/.....|/
*------W------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 12 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | A | true | blocked | Alice | ...W------W------W
../|...../|...../|
./.|..../.|..../.|
*------B------*..|
|..*---|--*...|..*
|./....|./....|./
|/.....|/.....|/
B------B------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 13 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | G | true | blocked | Alice | ...*------B------W
../|...../|...../|
./.|..../.|..../.|
*------B------W..|
|..W---|--*...|..*
|./....|./....|./
|/.....|/.....|/
*------B------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 14 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B | true | blocked | Alice | ...*------*------*
../|...../|...../|
./.|..../.|..../.|
*------*------B..|
|..W---|--B...|..B
|./....|./....|./
|/.....|/.....|/
*------W------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 15 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | F | true | blocked | Alice | ...W------B------B
../|...../|...../|
./.|..../.|..../.|
*------*------*..|
|..W---|--W...|..*
|./....|./....|./
|/.....|/.....|/
*------*------B
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 16 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B | true | blocked | Alice | ...B------B------*
../|...../|...../|
./.|..../.|..../.|
B------*------*..|
|..W---|--*...|..*
|./....|./....|./
|/.....|/.....|/
W------*------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 17 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | C | true | blocked | Alice | ...B------*------W
../|...../|...../|
./.|..../.|..../.|
W------*------W..|
|..*---|--*...|..*
|./....|./....|./
|/.....|/.....|/
B------B------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 18 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | F | true | blocked | Alice | ...*------W------*
../|...../|...../|
./.|..../.|..../.|
W------*------*..|
|..B---|--B...|..*
|./....|./....|./
|/.....|/.....|/
B------*------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 19 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | G | true | win | Alice | ...*------W------*
../|...../|...../|
./.|..../.|..../.|
W------B------B..|
|..*---|--*...|..*
|./....|./....|./
|/.....|/.....|/
W------*------B
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 20 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | L | true | win | Alice | ...B------W------*
../|...../|...../|
./.|..../.|..../.|
*------W------B..|
|..B---|--*...|..*
|./....|./....|./
|/.....|/.....|/
*------*------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 21 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B | true | win | Alice | ...W------B------*
../|...../|...../|
./.|..../.|..../.|
*------*------*..|
|..W---|--*...|..*
|./....|./....|./
|/.....|/.....|/
B------W------B
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 22 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | L | true | win | Alice | ...*------B------W
../|...../|...../|
./.|..../.|..../.|
*------W------*..|
|..*---|--B...|..*
|./....|./....|./
|/.....|/.....|/
B------W------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 23 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | C | true | win | Alice | ...*------*------B
../|...../|...../|
./.|..../.|..../.|
*------*------W..|
|..*---|--W...|..B
|./....|./....|./
|/.....|/.....|/
B------*------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 24 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | C | true | win | Alice | ...*------*------W
../|...../|...../|
./.|..../.|..../.|
B------*------*..|
|..B---|--*...|..B
|./....|./....|./
|/.....|/.....|/
*------W------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 25 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | A | true | win | Alice | ...W------*------*
../|...../|...../|
./.|..../.|..../.|
*------B------B..|
|..W---|--*...|..*
|./....|./....|./
|/.....|/.....|/
W------*------B
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 26 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | H | true | win | Alice | ...B------B------*
../|...../|...../|
./.|..../.|..../.|
*------*------*..|
|..*---|--W...|..*
|./....|./....|./
|/.....|/.....|/
W------W------B
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 27 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B | true | win | Alice | ...B------*------*
../|...../|...../|
./.|..../.|..../.|
B------*------W..|
|..B---|--*...|..*
|./....|./....|./
|/.....|/.....|/
*------W------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 28 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | D | true | win | Alice | ...*------B------B
../|...../|...../|
./.|..../.|..../.|
W------*------B..|
|..W---|--*...|..*
|./....|./....|./
|/.....|/.....|/
W------*------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 29 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | F | true | fork | Alice | ...B------*------W
../|...../|...../|
./.|..../.|..../.|
B------*------*..|
|..*---|--W...|..B
|./....|./....|./
|/.....|/.....|/
W------*------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 30 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B | true | fork | Alice | ...W------*------W
../|...../|...../|
./.|..../.|..../.|
B------*------*..|
|..*---|--B...|..*
|./....|./....|./
|/.....|/.....|/
*------W------B
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 31 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B | true | fork | Alice | ...W------W------W
../|...../|...../|
./.|..../.|..../.|
*------*------*..|
|..B---|--*...|..B
|./....|./....|./
|/.....|/.....|/
B------*------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 32 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | F | true | fork | Alice | ...*------*------W
../|...../|...../|
./.|..../.|..../.|
B------*------*..|
|..*---|--W...|..B
|./....|./....|./
|/.....|/.....|/
W------*------B
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 33 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B | true | fork | Alice | ...B------W------*
../|...../|...../|
./.|..../.|..../.|
*------*------B..|
|..W---|--W...|..*
|./....|./....|./
|/.....|/.....|/
B------*------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 34 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | C | true | fork | Alice | ...B------*------*
../|...../|...../|
./.|..../.|..../.|
*------*------W..|
|..*---|--W...|..B
|./....|./....|./
|/.....|/.....|/
W------B------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 35 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B | true | fork | Alice | ...B------*------*
../|...../|...../|
./.|..../.|..../.|
*------*------*..|
|..W---|--B...|..B
|./....|./....|./
|/.....|/.....|/
W------W------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 36 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | G | true | fork | Alice | ...*------*------*
../|...../|...../|
./.|..../.|..../.|
B------B------B..|
|..W---|--*...|..*
|./....|./....|./
|/.....|/.....|/
*------W------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 37 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B | true | fork | Alice | ...*------*------B
../|...../|...../|
./.|..../.|..../.|
*------*------W..|
|..B---|--B...|..W
|./....|./....|./
|/.....|/.....|/
*------*------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 38 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B | true | fork | Alice | ...W------W------B
../|...../|...../|
./.|..../.|..../.|
*------*------*..|
|..B---|--*...|..*
|./....|./....|./
|/.....|/.....|/
*------B------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 39 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B | true | blocked | Bob | ...W------*------B
../|...../|...../|
./.|..../.|..../.|
*------*------W..|
|..*---|--*...|..B
|./....|./....|./
|/.....|/.....|/
B------W------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 40 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | D | true | blocked | Bob | ...*------W------*
../|...../|...../|
./.|..../.|..../.|
W------W------B..|
|..*---|--B...|..W
|./....|./....|./
|/.....|/.....|/
*------*------B
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 41 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | F | true | blocked | Bob | ...*------W------W
../|...../|...../|
./.|..../.|..../.|
*------B------*..|
|..W---|--B...|..*
|./....|./....|./
|/.....|/.....|/
B------*------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 42 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | G | true | blocked | Bob | ...*------W------*
../|...../|...../|
./.|..../.|..../.|
B------*------W..|
|..*---|--*...|..B
|./....|./....|./
|/.....|/.....|/
W------B------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 43 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B | true | blocked | Bob | ...B------W------W
../|...../|...../|
./.|..../.|..../.|
*------*------W..|
|..B---|--*...|..*
|./....|./....|./
|/.....|/.....|/
W------*------B
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 44 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | G | true | blocked | Bob | ...*------W------W
../|...../|...../|
./.|..../.|..../.|
B------*------*..|
|..B---|--*...|..W
|./....|./....|./
|/.....|/.....|/
W------B------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 45 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | E | true | blocked | Bob | ...B------*------*
../|...../|...../|
./.|..../.|..../.|
*------B------*..|
|..W---|--W...|..W
|./....|./....|./
|/.....|/.....|/
*------W------B
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 46 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B | true | blocked | Bob | ...*------W------W
../|...../|...../|
./.|..../.|..../.|
B------*------*..|
|..W---|--*...|..B
|./....|./....|./
|/.....|/.....|/
W------B------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 47 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | E | true | blocked | Bob | ...*------*------*
../|...../|...../|
./.|..../.|..../.|
*------B------B..|
|..W---|--W...|..B
|./....|./....|./
|/.....|/.....|/
*------W------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 48 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | C | true | blocked | Bob | ...W------*------*
../|...../|...../|
./.|..../.|..../.|
B------B------*..|
|..*---|--*...|..W
|./....|./....|./
|/.....|/.....|/
W------W------B
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 49 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B | true | win | Bob | ...W------*------*
../|...../|...../|
./.|..../.|..../.|
W------*------B..|
|..*---|--W...|..W
|./....|./....|./
|/.....|/.....|/
*------B------B
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 50 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B | true | win | Bob | ...W------W------*
../|...../|...../|
./.|..../.|..../.|
W------*------B..|
|..W---|--*...|..*
|./....|./....|./
|/.....|/.....|/
*------B------B
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 51 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | E | true | win | Bob | ...B------W------*
../|...../|...../|
./.|..../.|..../.|
B------*------W..|
|..B---|--W...|..*
|./....|./....|./
|/.....|/.....|/
*------W------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 52 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | G | true | win | Bob | ...*------B------*
../|...../|...../|
./.|..../.|..../.|
B------*------W..|
|..W---|--*...|..W
|./....|./....|./
|/.....|/.....|/
B------*------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 53 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | L | true | win | Bob | ...*------*------W
../|...../|...../|
./.|..../.|..../.|
*------B------B..|
|..W---|--B...|..*
|./....|./....|./
|/.....|/.....|/
W------*------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 54 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | I | true | win | Bob | ...W------B------*
../|...../|...../|
./.|..../.|..../.|
*------*------*..|
|..W---|--B...|..*
|./....|./....|./
|/.....|/.....|/
W------W------B
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 55 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B | true | win | Bob | ...*------W------B
../|...../|...../|
./.|..../.|..../.|
W------*------W..|
|..*---|--*...|..B
|./....|./....|./
|/.....|/.....|/
W------B------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 56 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | E | true | win | Bob | ...B------*------*
../|...../|...../|
./.|..../.|..../.|
B------*------W..|
|..B---|--W...|..W
|./....|./....|./
|/.....|/.....|/
*------*------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 57 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | F | true | win | Bob | ...*------W------W
../|...../|...../|
./.|..../.|..../.|
*------B------B..|
|..W---|--W...|..*
|./....|./....|./
|/.....|/.....|/
*------*------B
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 58 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | K | true | win | Bob | ...W------B------W
../|...../|...../|
./.|..../.|..../.|
W------*------B..|
|..*---|--B...|..W
|./....|./....|./
|/.....|/.....|/
*------*------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 59 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | D | true | fork | Bob | ...*------B------W
../|...../|...../|
./.|..../.|..../.|
B------W------*..|
|..*---|--W...|..*
|./....|./....|./
|/.....|/.....|/
B------*------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 60 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B | true | fork | Bob | ...W------B------*
../|...../|...../|
./.|..../.|..../.|
*------*------W..|
|..*---|--W...|..*
|./....|./....|./
|/.....|/.....|/
B------B------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 61 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | K | true | fork | Bob | ...W------*------W
../|...../|...../|
./.|..../.|..../.|
*------B------*..|
|..*---|--W...|..B
|./....|./....|./
|/.....|/.....|/
W------B------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 62 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | F | true | fork | Bob | ...*------W------*
../|...../|...../|
./.|..../.|..../.|
B------*------W..|
|..W---|--B...|..*
|./....|./....|./
|/.....|/.....|/
B------*------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 63 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | G | true | fork | Bob | ...W------*------W
../|...../|...../|
./.|..../.|..../.|
W------*------W..|
|..*---|--*...|..B
|./....|./....|./
|/.....|/.....|/
B------B------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 64 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B | true | fork | Bob | ...W------*------W
../|...../|...../|
./.|..../.|..../.|
*------*------W..|
|..B---|--B...|..*
|./....|./....|./
|/.....|/.....|/
W------B------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 65 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B | true | fork | Bob | ...W------*------W
../|...../|...../|
./.|..../.|..../.|
B------*------B..|
|..W---|--*...|..W
|./....|./....|./
|/.....|/.....|/
*------B------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 66 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | C | true | fork | Bob | ...B------*------*
../|...../|...../|
./.|..../.|..../.|
W------*------W..|
|..W---|--B...|..W
|./....|./....|./
|/.....|/.....|/
*------B------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 67 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | J | true | fork | Bob | ...W------B------*
../|...../|...../|
./.|..../.|..../.|
*------W------*..|
|..*---|--B...|..*
|./....|./....|./
|/.....|/.....|/
W------B------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 68 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | A | true | fork | Bob | ...*------W------W
../|...../|...../|
./.|..../.|..../.|
*------B------*..|
|..W---|--B...|..*
|./....|./....|./
|/.....|/.....|/
*------B------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 69 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | A, D, F | false | fork | Alice | ...*------W------*
../|...../|...../|
./.|..../.|..../.|
*------W------B..|
|..B---|--B...|..*
|./....|./....|./
|/.....|/.....|/
W------*------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 70 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B, C, J | false | fork | Alice | ...*------*------*
../|...../|...../|
./.|..../.|..../.|
*------*------B..|
|..B---|--W...|..W
|./....|./....|./
|/.....|/.....|/
*------W------B
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 71 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B, C, I | false | fork | Alice | ...*------*------B
../|...../|...../|
./.|..../.|..../.|
*------*------*..|
|..*---|--W...|..W
|./....|./....|./
|/.....|/.....|/
B------B------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 72 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | A, F, H | false | fork | Alice | ...W------B------*
../|...../|...../|
./.|..../.|..../.|
*------*------B..|
|..*---|--W...|..B
|./....|./....|./
|/.....|/.....|/
W------*------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 73 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | C, D, G | false | fork | Alice | ...*------*------*
../|...../|...../|
./.|..../.|..../.|
W------W------*..|
|..B---|--*...|..*
|./....|./....|./
|/.....|/.....|/
B------W------B
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 74 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B, D, E | false | fork | Alice | ...*------W------*
../|...../|...../|
./.|..../.|..../.|
B------*------*..|
|..W---|--B...|..*
|./....|./....|./
|/.....|/.....|/
*------W------B
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 75 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | C, I, L | false | fork | Alice | ...B------*------W
../|...../|...../|
./.|..../.|..../.|
B------W------*..|
|..*---|--W...|..*
|./....|./....|./
|/.....|/.....|/
*------B------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 76 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | C, I, L | false | fork | Alice | ...*------*------W
../|...../|...../|
./.|..../.|..../.|
B------W------*..|
|..B---|--*...|..*
|./....|./....|./
|/.....|/.....|/
*------B------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 77 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B, C, H | false | fork | Alice | ...W------*------*
../|...../|...../|
./.|..../.|..../.|
B------*------B..|
|..*---|--W...|..*
|./....|./....|./
|/.....|/.....|/
B------W------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 78 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B, E, G | false | fork | Alice | ...B------W------B
../|...../|...../|
./.|..../.|..../.|
W------*------*..|
|..W---|--*...|..*
|./....|./....|./
|/.....|/.....|/
*------*------B
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 79 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | C, D, G | false | fork | Bob | ...*------*------W
../|...../|...../|
./.|..../.|..../.|
B------W------*..|
|..W---|--*...|..*
|./....|./....|./
|/.....|/.....|/
B------B------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 80 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | G, J, L | false | fork | Bob | ...*------W------*
../|...../|...../|
./.|..../.|..../.|
*------B------B..|
|..W---|--*...|..*
|./....|./....|./
|/.....|/.....|/
W------B------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 81 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B, G, L | false | fork | Bob | ...*------B------W
../|...../|...../|
./.|..../.|..../.|
W------*------W..|
|..W---|--*...|..*
|./....|./....|./
|/.....|/.....|/
*------B------B
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 82 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | A, B, C | false | fork | Bob | ...W------*------*
../|...../|...../|
./.|..../.|..../.|
*------*------*..|
|..B---|--B...|..W
|./....|./....|./
|/.....|/.....|/
B------W------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 83 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B, E, G | false | fork | Bob | ...W------B------*
../|...../|...../|
./.|..../.|..../.|
B------*------W..|
|..W---|--*...|..*
|./....|./....|./
|/.....|/.....|/
*------B------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 84 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | C, I, L | false | fork | Bob | ...*------*------W
../|...../|...../|
./.|..../.|..../.|
W------B------*..|
|..W---|--B...|..*
|./....|./....|./
|/.....|/.....|/
*------W------B
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 85 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | A, C, F | false | fork | Bob | ...B------*------*
../|...../|...../|
./.|..../.|..../.|
*------B------W..|
|..W---|--B...|..*
|./....|./....|./
|/.....|/.....|/
W------*------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 86 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | B, J, K | false | fork | Bob | ...W------B------*
../|...../|...../|
./.|..../.|..../.|
*------*------W..|
|..*---|--W...|..B
|./....|./....|./
|/.....|/.....|/
W------B------*
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 87 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | C, F, L | false | fork | Bob | ...*------*------B
../|...../|...../|
./.|..../.|..../.|
W------B------W..|
|..*---|--B...|..*
|./....|./....|./
|/.....|/.....|/
W------*------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 88 |
Alice and Bob are playing a game on two adjacent cubes. ABCD forms the top rectangle in the first cube and BIJC forms the top rectangle in the second cube. EFGH forms the bottom rectangle in the first cube and FKLG forms the bottom rectangle in the second cube. AE is an edge, BF is an edge, CG is an edge, DH is an edge... | A, C, F | false | fork | Bob | ...W------*------W
../|...../|...../|
./.|..../.|..../.|
*------B------*..|
|..W---|--B...|..*
|./....|./....|./
|/.....|/.....|/
B------*------W
| ...D------C------J
../|...../|...../|
./.|..../.|..../.|
A------B------I..|
|..H---|--G...|..L
|./....|./....|./
|/.....|/.....|/
E------F------K
| 89 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.