18 lines
292 B
Plaintext
18 lines
292 B
Plaintext
# this creates a board with with to test the
|
|
# "Unless There's No Other Option" exception
|
|
# to the "No Breaking Up Mills" capture rule.
|
|
# Player 1 is in a position to capture F2 or
|
|
# F4, and should not be able to capture any
|
|
# checkers from the B2-B4-B6 mill
|
|
a1
|
|
b2
|
|
a4
|
|
b4
|
|
d7
|
|
b6
|
|
d7
|
|
f2
|
|
d6
|
|
f4
|
|
a7
|