13 lines
175 B
TOML
13 lines
175 B
TOML
[[piece]]
|
|
[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 ]
|
|
|