11 lines
175 B
TOML
11 lines
175 B
TOML
[piece.turtle]
|
|
change = [[1, 2], [2, 1]]
|
|
|
|
# INFO: when one: number of must-moves
|
|
# if 0 infinite
|
|
# INFO: when two: [0] = min, [1] = max
|
|
iterable = [1, 2]
|
|
|
|
[engine]
|
|
depth = 23
|