saltfish/config.toml
fabolous005 32a3c9fb12
All checks were successful
CI / Saltfish (push) Successful in -3m1s
CI / Saltfish [custom_pieces] (push) Successful in -3m1s
late night grind: implementing cmdargs feature, fixing Args and Config, adding jobs field and more...
2024-04-04 06:01:52 +02:00

44 lines
351 B
TOML

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