diff --git a/Common/res/lud/board/war/replacement/eliminate/all/Catapult.lud b/Common/res/lud/board/war/replacement/eliminate/all/Catapult.lud new file mode 100644 index 0000000000..8b6f197669 --- /dev/null +++ b/Common/res/lud/board/war/replacement/eliminate/all/Catapult.lud @@ -0,0 +1,132 @@ +(define "NoncapturingMove" + (move + (from) + (to + (sites Direction + from:(from) + Forwards + stop:(not (is Empty (to))) + distance:(^ 2 + (- 3 + (count Sites + in:(sites Direction + from:(from) + Forwards + stop:(is Mover (who at:(to))) + distance:1 + ) + ) + ) + ) + ) + ) + ) +) + +(define "CapturingMove" + (move + (from) + (to + (sites Direction + from:(from) + stop:(is Mover (who at:(to))) + distance:(^ 2 + (- 3 + (count Sites + in:(sites Direction + from:(from) + Forwards + stop:(is Mover (who at:(to))) + distance:1 + ) + ) + ) + ) + ) + if:(< 0 + (count Sites + in:(intersection + (sites Occupied by:Next) + (sites Between + (directions Cell from:(from) to:(to)) + from:(from) + to:(to) + toIncluded:True + ) + ) + ) + ) + (apply + (remove + (sites Between + (directions Cell from:(from) to:(to)) + from:(from) + to:(to) + toIncluded:True + ) + ) + ) + ) + ) +) + +//----------------------------------------------------------------------------- + +(game "Catapult" + (players {(player N) (player S)}) + (equipment + { + (board (rotate 45 (square ))) + (piece "Disc" Each + (or + ("NoncapturingMove") + ("CapturingMove") + ) + ) + } + ) + (rules + (start { + (place "Disc1" + (difference + (expand (sites Bottom) steps:(- 3) Orthogonal) + (sites Phase (% 2)) + ) + ) + (place "Disc2" + (difference + (expand (sites Top) steps:(- 3) Orthogonal) + (sites Phase (% 2)) + ) + ) + }) + (play + (forEach Piece) + ) + (end + (if + (no Pieces Next) + (result Next Loss) + ) + ) + ) +) + +(option "Board Size" args:{ } + { + (item "8x8" <8> "A size 8 board is currently selected")* + (item "9x9" <9> "A size 9 board is currently selected") + } +) + +//----------------------------------------------------------------------------- + +(metadata + (info { + }) + (graphics { + (player Colour P1 (colour White)) + (player Colour P2 (colour Black)) + (board Style Chess) + }) +) diff --git a/Player/res/random_trials/board/war/replacement/eliminate/all/Catapult/RandomTrial_0.txt b/Player/res/random_trials/board/war/replacement/eliminate/all/Catapult/RandomTrial_0.txt new file mode 100644 index 0000000000..14e28f8f28 --- /dev/null +++ b/Player/res/random_trials/board/war/replacement/eliminate/all/Catapult/RandomTrial_0.txt @@ -0,0 +1,238 @@ +game=../Common/res/lud/board/war/replacement/eliminate/all/Catapult.lud +START GAME OPTIONS +END GAME OPTIONS +RNG internal state=-76,-83,20,-10,-114,-105,6,-22 +Move=[Move:mover=0,from=1,to=1,actions=[Add:type=Cell,to=1,what=1]] +Move=[Move:mover=0,from=3,to=3,actions=[Add:type=Cell,to=3,what=1]] +Move=[Move:mover=0,from=5,to=5,actions=[Add:type=Cell,to=5,what=1]] +Move=[Move:mover=0,from=8,to=8,actions=[Add:type=Cell,to=8,what=1]] +Move=[Move:mover=0,from=10,to=10,actions=[Add:type=Cell,to=10,what=1]] +Move=[Move:mover=0,from=12,to=12,actions=[Add:type=Cell,to=12,what=1]] +Move=[Move:mover=0,from=17,to=17,actions=[Add:type=Cell,to=17,what=1]] +Move=[Move:mover=0,from=19,to=19,actions=[Add:type=Cell,to=19,what=1]] +Move=[Move:mover=0,from=24,to=24,actions=[Add:type=Cell,to=24,what=1]] +Move=[Move:mover=0,from=26,to=26,actions=[Add:type=Cell,to=26,what=1]] +Move=[Move:mover=0,from=33,to=33,actions=[Add:type=Cell,to=33,what=1]] +Move=[Move:mover=0,from=40,to=40,actions=[Add:type=Cell,to=40,what=1]] +Move=[Move:mover=0,from=23,to=23,actions=[Add:type=Cell,to=23,what=2]] +Move=[Move:mover=0,from=30,to=30,actions=[Add:type=Cell,to=30,what=2]] +Move=[Move:mover=0,from=37,to=37,actions=[Add:type=Cell,to=37,what=2]] +Move=[Move:mover=0,from=39,to=39,actions=[Add:type=Cell,to=39,what=2]] +Move=[Move:mover=0,from=44,to=44,actions=[Add:type=Cell,to=44,what=2]] +Move=[Move:mover=0,from=46,to=46,actions=[Add:type=Cell,to=46,what=2]] +Move=[Move:mover=0,from=51,to=51,actions=[Add:type=Cell,to=51,what=2]] +Move=[Move:mover=0,from=53,to=53,actions=[Add:type=Cell,to=53,what=2]] +Move=[Move:mover=0,from=55,to=55,actions=[Add:type=Cell,to=55,what=2]] +Move=[Move:mover=0,from=58,to=58,actions=[Add:type=Cell,to=58,what=2]] +Move=[Move:mover=0,from=60,to=60,actions=[Add:type=Cell,to=60,what=2]] +Move=[Move:mover=0,from=62,to=62,actions=[Add:type=Cell,to=62,what=2]] +Move=[Move:mover=1,from=10,to=11,actions=[Move:typeFrom=Cell,from=10,typeTo=Cell,to=11,decision=true]] +Move=[Move:mover=2,from=23,to=15,actions=[Move:typeFrom=Cell,from=23,typeTo=Cell,to=15,decision=true]] +Move=[Move:mover=1,from=1,to=9,actions=[Move:typeFrom=Cell,from=1,typeTo=Cell,to=9,decision=true]] +Move=[Move:mover=2,from=60,to=52,actions=[Move:typeFrom=Cell,from=60,typeTo=Cell,to=52,decision=true]] +Move=[Move:mover=1,from=26,to=27,actions=[Move:typeFrom=Cell,from=26,typeTo=Cell,to=27,decision=true]] +Move=[Move:mover=2,from=15,to=14,actions=[Move:typeFrom=Cell,from=15,typeTo=Cell,to=14,decision=true]] +Move=[Move:mover=1,from=11,to=20,actions=[Move:typeFrom=Cell,from=11,typeTo=Cell,to=20,decision=true]] +Move=[Move:mover=2,from=58,to=50,actions=[Move:typeFrom=Cell,from=58,typeTo=Cell,to=50,decision=true]] +Move=[Move:mover=1,from=33,to=42,actions=[Move:typeFrom=Cell,from=33,typeTo=Cell,to=42,decision=true]] +Move=[Move:mover=2,from=30,to=21,actions=[Move:typeFrom=Cell,from=30,typeTo=Cell,to=21,decision=true]] +Move=[Move:mover=1,from=24,to=32,actions=[Move:typeFrom=Cell,from=24,typeTo=Cell,to=32,decision=true]] +Move=[Move:mover=2,from=14,to=6,actions=[Move:typeFrom=Cell,from=14,typeTo=Cell,to=6,decision=true]] +Move=[Move:mover=1,from=42,to=50,actions=[Remove:type=Cell,to=50],[Move:typeFrom=Cell,from=42,typeTo=Cell,to=50,decision=true]] +Move=[Move:mover=2,from=44,to=35,actions=[Move:typeFrom=Cell,from=44,typeTo=Cell,to=35,decision=true]] +Move=[Move:mover=1,from=40,to=49,actions=[Move:typeFrom=Cell,from=40,typeTo=Cell,to=49,decision=true]] +Move=[Move:mover=2,from=35,to=26,actions=[Move:typeFrom=Cell,from=35,typeTo=Cell,to=26,decision=true]] +Move=[Move:mover=1,from=20,to=29,actions=[Move:typeFrom=Cell,from=20,typeTo=Cell,to=29,decision=true]] +Move=[Move:mover=2,from=46,to=30,actions=[Move:typeFrom=Cell,from=46,typeTo=Cell,to=30,decision=true]] +Move=[Move:mover=1,from=49,to=57,actions=[Move:typeFrom=Cell,from=49,typeTo=Cell,to=57,decision=true]] +Move=[Move:mover=2,from=6,to=34,actions=[Remove:type=Cell,to=27],[Move:typeFrom=Cell,from=6,typeTo=Cell,to=34,decision=true]] +Move=[Move:mover=1,from=32,to=33,actions=[Move:typeFrom=Cell,from=32,typeTo=Cell,to=33,decision=true]] +Move=[Move:mover=2,from=55,to=47,actions=[Move:typeFrom=Cell,from=55,typeTo=Cell,to=47,decision=true]] +Move=[Move:mover=1,from=8,to=16,actions=[Move:typeFrom=Cell,from=8,typeTo=Cell,to=16,decision=true]] +Move=[Move:mover=2,from=21,to=20,actions=[Move:typeFrom=Cell,from=21,typeTo=Cell,to=20,decision=true]] +Move=[Move:mover=1,from=5,to=6,actions=[Move:typeFrom=Cell,from=5,typeTo=Cell,to=6,decision=true]] +Move=[Move:mover=2,from=30,to=21,actions=[Move:typeFrom=Cell,from=30,typeTo=Cell,to=21,decision=true]] +Move=[Move:mover=1,from=19,to=20,actions=[Remove:type=Cell,to=20],[Move:typeFrom=Cell,from=19,typeTo=Cell,to=20,decision=true]] +Move=[Move:mover=2,from=47,to=45,actions=[Move:typeFrom=Cell,from=47,typeTo=Cell,to=45,decision=true]] +Move=[Move:mover=1,from=9,to=27,actions=[Move:typeFrom=Cell,from=9,typeTo=Cell,to=27,decision=true]] +Move=[Move:mover=2,from=21,to=20,actions=[Remove:type=Cell,to=20],[Move:typeFrom=Cell,from=21,typeTo=Cell,to=20,decision=true]] +Move=[Move:mover=1,from=27,to=34,actions=[Remove:type=Cell,to=34],[Move:typeFrom=Cell,from=27,typeTo=Cell,to=34,decision=true]] +Move=[Move:mover=2,from=52,to=34,actions=[Remove:type=Cell,to=34],[Move:typeFrom=Cell,from=52,typeTo=Cell,to=34,decision=true]] +Move=[Move:mover=1,from=3,to=5,actions=[Move:typeFrom=Cell,from=3,typeTo=Cell,to=5,decision=true]] +Move=[Move:mover=2,from=53,to=44,actions=[Move:typeFrom=Cell,from=53,typeTo=Cell,to=44,decision=true]] +Move=[Move:mover=1,from=33,to=42,actions=[Move:typeFrom=Cell,from=33,typeTo=Cell,to=42,decision=true]] +Move=[Move:mover=2,from=20,to=12,actions=[Remove:type=Cell,to=12],[Move:typeFrom=Cell,from=20,typeTo=Cell,to=12,decision=true]] +Move=[Move:mover=1,from=17,to=26,actions=[Remove:type=Cell,to=26],[Move:typeFrom=Cell,from=17,typeTo=Cell,to=26,decision=true]] +Move=[Move:mover=2,from=45,to=36,actions=[Move:typeFrom=Cell,from=45,typeTo=Cell,to=36,decision=true]] +Move=[Move:mover=1,from=6,to=14,actions=[Move:typeFrom=Cell,from=6,typeTo=Cell,to=14,decision=true]] +Move=[Move:mover=2,from=51,to=43,actions=[Move:typeFrom=Cell,from=51,typeTo=Cell,to=43,decision=true]] +Move=[Move:mover=1,from=14,to=15,actions=[Move:typeFrom=Cell,from=14,typeTo=Cell,to=15,decision=true]] +Move=[Move:mover=2,from=43,to=42,actions=[Remove:type=Cell,to=42],[Move:typeFrom=Cell,from=43,typeTo=Cell,to=42,decision=true]] +Move=[Move:mover=1,from=26,to=35,actions=[Move:typeFrom=Cell,from=26,typeTo=Cell,to=35,decision=true]] +Move=[Move:mover=2,from=36,to=28,actions=[Move:typeFrom=Cell,from=36,typeTo=Cell,to=28,decision=true]] +Move=[Move:mover=1,from=15,to=12,actions=[Remove:type=Cell,to=12],[Move:typeFrom=Cell,from=15,typeTo=Cell,to=12,decision=true]] +Move=[Move:mover=2,from=34,to=33,actions=[Move:typeFrom=Cell,from=34,typeTo=Cell,to=33,decision=true]] +Move=[Move:mover=1,from=50,to=51,actions=[Move:typeFrom=Cell,from=50,typeTo=Cell,to=51,decision=true]] +Move=[Move:mover=2,from=33,to=32,actions=[Move:typeFrom=Cell,from=33,typeTo=Cell,to=32,decision=true]] +Move=[Move:mover=1,from=12,to=21,actions=[Move:typeFrom=Cell,from=12,typeTo=Cell,to=21,decision=true]] +Move=[Move:mover=2,from=39,to=31,actions=[Move:typeFrom=Cell,from=39,typeTo=Cell,to=31,decision=true]] +Move=[Move:mover=1,from=21,to=23,actions=[Move:typeFrom=Cell,from=21,typeTo=Cell,to=23,decision=true]] +Move=[Move:mover=2,from=44,to=35,actions=[Remove:type=Cell,to=35],[Move:typeFrom=Cell,from=44,typeTo=Cell,to=35,decision=true]] +Move=[Move:mover=1,from=23,to=37,actions=[Remove:type=Cell,to=37],[Move:typeFrom=Cell,from=23,typeTo=Cell,to=37,decision=true]] +Move=[Move:mover=2,from=31,to=30,actions=[Move:typeFrom=Cell,from=31,typeTo=Cell,to=30,decision=true]] +Move=[Move:mover=1,from=57,to=58,actions=[Move:typeFrom=Cell,from=57,typeTo=Cell,to=58,decision=true]] +Move=[Move:mover=2,from=28,to=37,actions=[Remove:type=Cell,to=37],[Move:typeFrom=Cell,from=28,typeTo=Cell,to=37,decision=true]] +Move=[Move:mover=1,from=16,to=17,actions=[Move:typeFrom=Cell,from=16,typeTo=Cell,to=17,decision=true]] +Move=[Move:mover=2,from=30,to=21,actions=[Move:typeFrom=Cell,from=30,typeTo=Cell,to=21,decision=true]] +Move=[Move:mover=1,from=58,to=42,actions=[Remove:type=Cell,to=42],[Move:typeFrom=Cell,from=58,typeTo=Cell,to=42,decision=true]] +Move=[Move:mover=2,from=32,to=0,actions=[Move:typeFrom=Cell,from=32,typeTo=Cell,to=0,decision=true]] +Move=[Move:mover=1,from=5,to=14,actions=[Move:typeFrom=Cell,from=5,typeTo=Cell,to=14,decision=true]] +Move=[Move:mover=2,from=21,to=20,actions=[Move:typeFrom=Cell,from=21,typeTo=Cell,to=20,decision=true]] +Move=[Move:mover=1,from=51,to=52,actions=[Move:typeFrom=Cell,from=51,typeTo=Cell,to=52,decision=true]] +Move=[Move:mover=2,from=62,to=54,actions=[Move:typeFrom=Cell,from=62,typeTo=Cell,to=54,decision=true]] +Move=[Move:mover=1,from=14,to=23,actions=[Move:typeFrom=Cell,from=14,typeTo=Cell,to=23,decision=true]] +Move=[Move:mover=2,from=35,to=26,actions=[Move:typeFrom=Cell,from=35,typeTo=Cell,to=26,decision=true]] +Move=[Move:mover=1,from=52,to=60,actions=[Move:typeFrom=Cell,from=52,typeTo=Cell,to=60,decision=true]] +Move=[Move:mover=2,from=54,to=46,actions=[Move:typeFrom=Cell,from=54,typeTo=Cell,to=46,decision=true]] +Move=[Move:mover=1,from=23,to=31,actions=[Move:typeFrom=Cell,from=23,typeTo=Cell,to=31,decision=true]] +Move=[Move:mover=2,from=20,to=29,actions=[Remove:type=Cell,to=29],[Move:typeFrom=Cell,from=20,typeTo=Cell,to=29,decision=true]] +Move=[Move:mover=1,from=42,to=43,actions=[Move:typeFrom=Cell,from=42,typeTo=Cell,to=43,decision=true]] +Move=[Move:mover=2,from=46,to=30,actions=[Move:typeFrom=Cell,from=46,typeTo=Cell,to=30,decision=true]] +Move=[Move:mover=1,from=60,to=62,actions=[Move:typeFrom=Cell,from=60,typeTo=Cell,to=62,decision=true]] +Move=[Move:mover=2,from=37,to=19,actions=[Move:typeFrom=Cell,from=37,typeTo=Cell,to=19,decision=true]] +Move=[Move:mover=1,from=31,to=30,actions=[Remove:type=Cell,to=30],[Move:typeFrom=Cell,from=31,typeTo=Cell,to=30,decision=true]] +Move=[Move:mover=2,from=29,to=20,actions=[Move:typeFrom=Cell,from=29,typeTo=Cell,to=20,decision=true]] +Move=[Move:mover=1,from=17,to=25,actions=[Move:typeFrom=Cell,from=17,typeTo=Cell,to=25,decision=true]] +Move=[Move:mover=2,from=19,to=10,actions=[Move:typeFrom=Cell,from=19,typeTo=Cell,to=10,decision=true]] +Move=[Move:mover=1,from=43,to=44,actions=[Move:typeFrom=Cell,from=43,typeTo=Cell,to=44,decision=true]] +Move=[Move:mover=2,from=20,to=19,actions=[Move:typeFrom=Cell,from=20,typeTo=Cell,to=19,decision=true]] +Move=[Move:mover=1,from=30,to=39,actions=[Move:typeFrom=Cell,from=30,typeTo=Cell,to=39,decision=true]] +Move=[Move:mover=2,from=26,to=25,actions=[Remove:type=Cell,to=25],[Move:typeFrom=Cell,from=26,typeTo=Cell,to=25,decision=true]] +Move=[Move:mover=1,from=39,to=63,actions=[Move:typeFrom=Cell,from=39,typeTo=Cell,to=63,decision=true]] +Move=[Move:mover=2,from=10,to=2,actions=[Move:typeFrom=Cell,from=10,typeTo=Cell,to=2,decision=true]] +Move=[Move:mover=1,from=44,to=45,actions=[Move:typeFrom=Cell,from=44,typeTo=Cell,to=45,decision=true]] +Move=[Move:mover=2,from=25,to=24,actions=[Move:typeFrom=Cell,from=25,typeTo=Cell,to=24,decision=true]] +Move=[Move:mover=1,from=45,to=53,actions=[Move:typeFrom=Cell,from=45,typeTo=Cell,to=53,decision=true]] +Move=[Move:mover=2,from=19,to=10,actions=[Move:typeFrom=Cell,from=19,typeTo=Cell,to=10,decision=true]] +Move=[Move:mover=1,from=53,to=55,actions=[Move:typeFrom=Cell,from=53,typeTo=Cell,to=55,decision=true]] +Move=[Move:mover=2,from=10,to=9,actions=[Move:typeFrom=Cell,from=10,typeTo=Cell,to=9,decision=true]] +Move=[Move:mover=1,from=63,to=9,actions=[Remove:type=Cell,to=9],[Move:typeFrom=Cell,from=63,typeTo=Cell,to=9,decision=true]] +Move=[Move:mover=2,from=0,to=54,actions=[Remove:type=Cell,to=9],[Move:typeFrom=Cell,from=0,typeTo=Cell,to=54,decision=true]] +Move=[Move:mover=1,from=55,to=51,actions=[Remove:type=Cell,to=54],[Move:typeFrom=Cell,from=55,typeTo=Cell,to=51,decision=true]] +Move=[Move:mover=2,from=2,to=1,actions=[Move:typeFrom=Cell,from=2,typeTo=Cell,to=1,decision=true]] +Move=[Move:mover=1,from=62,to=63,actions=[Move:typeFrom=Cell,from=62,typeTo=Cell,to=63,decision=true]] +Move=[Move:mover=2,from=24,to=0,actions=[Move:typeFrom=Cell,from=24,typeTo=Cell,to=0,decision=true]] +Move=[Move:mover=1,from=51,to=59,actions=[Move:typeFrom=Cell,from=51,typeTo=Cell,to=59,decision=true]] +Move=[Move:mover=2,from=0,to=63,actions=[Remove:type=Cell,to=63],[Move:typeFrom=Cell,from=0,typeTo=Cell,to=63,decision=true]] +Move=[Move:mover=1,from=59,to=61,actions=[Move:typeFrom=Cell,from=59,typeTo=Cell,to=61,decision=true]] +Move=[Move:mover=2,from=63,to=54,actions=[Move:typeFrom=Cell,from=63,typeTo=Cell,to=54,decision=true]] +Move=[Move:mover=1,from=61,to=62,actions=[Move:typeFrom=Cell,from=61,typeTo=Cell,to=62,decision=true]] +Move=[Move:mover=2,from=54,to=62,actions=[Remove:type=Cell,to=62],[Move:typeFrom=Cell,from=54,typeTo=Cell,to=62,decision=true]] +LEGAL MOVES LIST SIZE = 30 +LEGAL MOVES LIST SIZE = 30 +LEGAL MOVES LIST SIZE = 33 +LEGAL MOVES LIST SIZE = 31 +LEGAL MOVES LIST SIZE = 31 +LEGAL MOVES LIST SIZE = 33 +LEGAL MOVES LIST SIZE = 33 +LEGAL MOVES LIST SIZE = 33 +LEGAL MOVES LIST SIZE = 35 +LEGAL MOVES LIST SIZE = 34 +LEGAL MOVES LIST SIZE = 35 +LEGAL MOVES LIST SIZE = 35 +LEGAL MOVES LIST SIZE = 37 +LEGAL MOVES LIST SIZE = 35 +LEGAL MOVES LIST SIZE = 36 +LEGAL MOVES LIST SIZE = 37 +LEGAL MOVES LIST SIZE = 39 +LEGAL MOVES LIST SIZE = 40 +LEGAL MOVES LIST SIZE = 38 +LEGAL MOVES LIST SIZE = 42 +LEGAL MOVES LIST SIZE = 35 +LEGAL MOVES LIST SIZE = 40 +LEGAL MOVES LIST SIZE = 38 +LEGAL MOVES LIST SIZE = 41 +LEGAL MOVES LIST SIZE = 38 +LEGAL MOVES LIST SIZE = 40 +LEGAL MOVES LIST SIZE = 40 +LEGAL MOVES LIST SIZE = 37 +LEGAL MOVES LIST SIZE = 43 +LEGAL MOVES LIST SIZE = 38 +LEGAL MOVES LIST SIZE = 38 +LEGAL MOVES LIST SIZE = 32 +LEGAL MOVES LIST SIZE = 32 +LEGAL MOVES LIST SIZE = 33 +LEGAL MOVES LIST SIZE = 32 +LEGAL MOVES LIST SIZE = 32 +LEGAL MOVES LIST SIZE = 32 +LEGAL MOVES LIST SIZE = 27 +LEGAL MOVES LIST SIZE = 31 +LEGAL MOVES LIST SIZE = 29 +LEGAL MOVES LIST SIZE = 32 +LEGAL MOVES LIST SIZE = 32 +LEGAL MOVES LIST SIZE = 28 +LEGAL MOVES LIST SIZE = 33 +LEGAL MOVES LIST SIZE = 31 +LEGAL MOVES LIST SIZE = 29 +LEGAL MOVES LIST SIZE = 28 +LEGAL MOVES LIST SIZE = 29 +LEGAL MOVES LIST SIZE = 27 +LEGAL MOVES LIST SIZE = 31 +LEGAL MOVES LIST SIZE = 29 +LEGAL MOVES LIST SIZE = 31 +LEGAL MOVES LIST SIZE = 24 +LEGAL MOVES LIST SIZE = 22 +LEGAL MOVES LIST SIZE = 25 +LEGAL MOVES LIST SIZE = 23 +LEGAL MOVES LIST SIZE = 20 +LEGAL MOVES LIST SIZE = 20 +LEGAL MOVES LIST SIZE = 21 +LEGAL MOVES LIST SIZE = 18 +LEGAL MOVES LIST SIZE = 19 +LEGAL MOVES LIST SIZE = 15 +LEGAL MOVES LIST SIZE = 19 +LEGAL MOVES LIST SIZE = 14 +LEGAL MOVES LIST SIZE = 17 +LEGAL MOVES LIST SIZE = 14 +LEGAL MOVES LIST SIZE = 22 +LEGAL MOVES LIST SIZE = 13 +LEGAL MOVES LIST SIZE = 24 +LEGAL MOVES LIST SIZE = 15 +LEGAL MOVES LIST SIZE = 18 +LEGAL MOVES LIST SIZE = 15 +LEGAL MOVES LIST SIZE = 17 +LEGAL MOVES LIST SIZE = 15 +LEGAL MOVES LIST SIZE = 17 +LEGAL MOVES LIST SIZE = 10 +LEGAL MOVES LIST SIZE = 11 +LEGAL MOVES LIST SIZE = 10 +LEGAL MOVES LIST SIZE = 11 +LEGAL MOVES LIST SIZE = 9 +LEGAL MOVES LIST SIZE = 10 +LEGAL MOVES LIST SIZE = 10 +LEGAL MOVES LIST SIZE = 7 +LEGAL MOVES LIST SIZE = 11 +LEGAL MOVES LIST SIZE = 4 +LEGAL MOVES LIST SIZE = 10 +LEGAL MOVES LIST SIZE = 3 +LEGAL MOVES LIST SIZE = 7 +LEGAL MOVES LIST SIZE = 4 +LEGAL MOVES LIST SIZE = 7 +LEGAL MOVES LIST SIZE = 2 +LEGAL MOVES LIST SIZE = 12 +LEGAL MOVES LIST SIZE = 10 +LEGAL MOVES LIST SIZE = 7 +LEGAL MOVES LIST SIZE = 4 +LEGAL MOVES LIST SIZE = 6 +LEGAL MOVES LIST SIZE = 4 +LEGAL MOVES LIST SIZE = 1 +LEGAL MOVES LIST SIZE = 4 +LEGAL MOVES LIST SIZE = 4 +LEGAL MOVES LIST SIZE = 4 +LEGAL MOVES LIST SIZE = 5 +numInitialPlacementMoves=24 +winner=2 +endtype=NaturalEnd +rankings=0.0,2.0,1.0 +SANDBOX=false +LUDII_VERSION=1.3.13 diff --git a/Player/res/random_trials/board/war/replacement/eliminate/all/Catapult/RandomTrial_1.txt b/Player/res/random_trials/board/war/replacement/eliminate/all/Catapult/RandomTrial_1.txt new file mode 100644 index 0000000000..4e4fa3a853 --- /dev/null +++ b/Player/res/random_trials/board/war/replacement/eliminate/all/Catapult/RandomTrial_1.txt @@ -0,0 +1,222 @@ +game=../Common/res/lud/board/war/replacement/eliminate/all/Catapult.lud +START GAME OPTIONS +END GAME OPTIONS +RNG internal state=42,-50,-113,-26,-34,-22,45,94 +Move=[Move:mover=0,from=1,to=1,actions=[Add:type=Cell,to=1,what=1]] +Move=[Move:mover=0,from=3,to=3,actions=[Add:type=Cell,to=3,what=1]] +Move=[Move:mover=0,from=5,to=5,actions=[Add:type=Cell,to=5,what=1]] +Move=[Move:mover=0,from=8,to=8,actions=[Add:type=Cell,to=8,what=1]] +Move=[Move:mover=0,from=10,to=10,actions=[Add:type=Cell,to=10,what=1]] +Move=[Move:mover=0,from=12,to=12,actions=[Add:type=Cell,to=12,what=1]] +Move=[Move:mover=0,from=17,to=17,actions=[Add:type=Cell,to=17,what=1]] +Move=[Move:mover=0,from=19,to=19,actions=[Add:type=Cell,to=19,what=1]] +Move=[Move:mover=0,from=24,to=24,actions=[Add:type=Cell,to=24,what=1]] +Move=[Move:mover=0,from=26,to=26,actions=[Add:type=Cell,to=26,what=1]] +Move=[Move:mover=0,from=33,to=33,actions=[Add:type=Cell,to=33,what=1]] +Move=[Move:mover=0,from=40,to=40,actions=[Add:type=Cell,to=40,what=1]] +Move=[Move:mover=0,from=23,to=23,actions=[Add:type=Cell,to=23,what=2]] +Move=[Move:mover=0,from=30,to=30,actions=[Add:type=Cell,to=30,what=2]] +Move=[Move:mover=0,from=37,to=37,actions=[Add:type=Cell,to=37,what=2]] +Move=[Move:mover=0,from=39,to=39,actions=[Add:type=Cell,to=39,what=2]] +Move=[Move:mover=0,from=44,to=44,actions=[Add:type=Cell,to=44,what=2]] +Move=[Move:mover=0,from=46,to=46,actions=[Add:type=Cell,to=46,what=2]] +Move=[Move:mover=0,from=51,to=51,actions=[Add:type=Cell,to=51,what=2]] +Move=[Move:mover=0,from=53,to=53,actions=[Add:type=Cell,to=53,what=2]] +Move=[Move:mover=0,from=55,to=55,actions=[Add:type=Cell,to=55,what=2]] +Move=[Move:mover=0,from=58,to=58,actions=[Add:type=Cell,to=58,what=2]] +Move=[Move:mover=0,from=60,to=60,actions=[Add:type=Cell,to=60,what=2]] +Move=[Move:mover=0,from=62,to=62,actions=[Add:type=Cell,to=62,what=2]] +Move=[Move:mover=1,from=19,to=27,actions=[Move:typeFrom=Cell,from=19,typeTo=Cell,to=27,decision=true]] +Move=[Move:mover=2,from=51,to=43,actions=[Move:typeFrom=Cell,from=51,typeTo=Cell,to=43,decision=true]] +Move=[Move:mover=1,from=5,to=13,actions=[Move:typeFrom=Cell,from=5,typeTo=Cell,to=13,decision=true]] +Move=[Move:mover=2,from=62,to=54,actions=[Move:typeFrom=Cell,from=62,typeTo=Cell,to=54,decision=true]] +Move=[Move:mover=1,from=17,to=18,actions=[Move:typeFrom=Cell,from=17,typeTo=Cell,to=18,decision=true]] +Move=[Move:mover=2,from=60,to=51,actions=[Move:typeFrom=Cell,from=60,typeTo=Cell,to=51,decision=true]] +Move=[Move:mover=1,from=10,to=11,actions=[Move:typeFrom=Cell,from=10,typeTo=Cell,to=11,decision=true]] +Move=[Move:mover=2,from=30,to=22,actions=[Move:typeFrom=Cell,from=30,typeTo=Cell,to=22,decision=true]] +Move=[Move:mover=1,from=18,to=19,actions=[Move:typeFrom=Cell,from=18,typeTo=Cell,to=19,decision=true]] +Move=[Move:mover=2,from=22,to=13,actions=[Remove:type=Cell,to=13],[Move:typeFrom=Cell,from=22,typeTo=Cell,to=13,decision=true]] +Move=[Move:mover=1,from=1,to=10,actions=[Move:typeFrom=Cell,from=1,typeTo=Cell,to=10,decision=true]] +Move=[Move:mover=2,from=13,to=4,actions=[Move:typeFrom=Cell,from=13,typeTo=Cell,to=4,decision=true]] +Move=[Move:mover=1,from=33,to=34,actions=[Move:typeFrom=Cell,from=33,typeTo=Cell,to=34,decision=true]] +Move=[Move:mover=2,from=43,to=35,actions=[Move:typeFrom=Cell,from=43,typeTo=Cell,to=35,decision=true]] +Move=[Move:mover=1,from=19,to=28,actions=[Move:typeFrom=Cell,from=19,typeTo=Cell,to=28,decision=true]] +Move=[Move:mover=2,from=4,to=36,actions=[Remove:type=Cell,to=12],[Remove:type=Cell,to=28],[Move:typeFrom=Cell,from=4,typeTo=Cell,to=36,decision=true]] +Move=[Move:mover=1,from=24,to=33,actions=[Move:typeFrom=Cell,from=24,typeTo=Cell,to=33,decision=true]] +Move=[Move:mover=2,from=36,to=27,actions=[Remove:type=Cell,to=27],[Move:typeFrom=Cell,from=36,typeTo=Cell,to=27,decision=true]] +Move=[Move:mover=1,from=34,to=43,actions=[Move:typeFrom=Cell,from=34,typeTo=Cell,to=43,decision=true]] +Move=[Move:mover=2,from=23,to=22,actions=[Move:typeFrom=Cell,from=23,typeTo=Cell,to=22,decision=true]] +Move=[Move:mover=1,from=3,to=4,actions=[Move:typeFrom=Cell,from=3,typeTo=Cell,to=4,decision=true]] +Move=[Move:mover=2,from=35,to=17,actions=[Remove:type=Cell,to=26],[Move:typeFrom=Cell,from=35,typeTo=Cell,to=17,decision=true]] +Move=[Move:mover=1,from=11,to=20,actions=[Move:typeFrom=Cell,from=11,typeTo=Cell,to=20,decision=true]] +Move=[Move:mover=2,from=46,to=45,actions=[Move:typeFrom=Cell,from=46,typeTo=Cell,to=45,decision=true]] +Move=[Move:mover=1,from=4,to=5,actions=[Move:typeFrom=Cell,from=4,typeTo=Cell,to=5,decision=true]] +Move=[Move:mover=2,from=17,to=10,actions=[Remove:type=Cell,to=10],[Move:typeFrom=Cell,from=17,typeTo=Cell,to=10,decision=true]] +Move=[Move:mover=1,from=40,to=41,actions=[Move:typeFrom=Cell,from=40,typeTo=Cell,to=41,decision=true]] +Move=[Move:mover=2,from=39,to=31,actions=[Move:typeFrom=Cell,from=39,typeTo=Cell,to=31,decision=true]] +Move=[Move:mover=1,from=43,to=52,actions=[Move:typeFrom=Cell,from=43,typeTo=Cell,to=52,decision=true]] +Move=[Move:mover=2,from=37,to=29,actions=[Move:typeFrom=Cell,from=37,typeTo=Cell,to=29,decision=true]] +Move=[Move:mover=1,from=52,to=60,actions=[Move:typeFrom=Cell,from=52,typeTo=Cell,to=60,decision=true]] +Move=[Move:mover=2,from=53,to=60,actions=[Remove:type=Cell,to=60],[Move:typeFrom=Cell,from=53,typeTo=Cell,to=60,decision=true]] +Move=[Move:mover=1,from=5,to=13,actions=[Move:typeFrom=Cell,from=5,typeTo=Cell,to=13,decision=true]] +Move=[Move:mover=2,from=58,to=57,actions=[Move:typeFrom=Cell,from=58,typeTo=Cell,to=57,decision=true]] +Move=[Move:mover=1,from=20,to=27,actions=[Remove:type=Cell,to=27],[Move:typeFrom=Cell,from=20,typeTo=Cell,to=27,decision=true]] +Move=[Move:mover=2,from=57,to=56,actions=[Move:typeFrom=Cell,from=57,typeTo=Cell,to=56,decision=true]] +Move=[Move:mover=1,from=27,to=36,actions=[Move:typeFrom=Cell,from=27,typeTo=Cell,to=36,decision=true]] +Move=[Move:mover=2,from=10,to=9,actions=[Move:typeFrom=Cell,from=10,typeTo=Cell,to=9,decision=true]] +Move=[Move:mover=1,from=33,to=51,actions=[Remove:type=Cell,to=51],[Move:typeFrom=Cell,from=33,typeTo=Cell,to=51,decision=true]] +Move=[Move:mover=2,from=56,to=48,actions=[Move:typeFrom=Cell,from=56,typeTo=Cell,to=48,decision=true]] +Move=[Move:mover=1,from=41,to=42,actions=[Move:typeFrom=Cell,from=41,typeTo=Cell,to=42,decision=true]] +Move=[Move:mover=2,from=48,to=32,actions=[Move:typeFrom=Cell,from=48,typeTo=Cell,to=32,decision=true]] +Move=[Move:mover=1,from=36,to=44,actions=[Remove:type=Cell,to=44],[Move:typeFrom=Cell,from=36,typeTo=Cell,to=44,decision=true]] +Move=[Move:mover=2,from=45,to=37,actions=[Move:typeFrom=Cell,from=45,typeTo=Cell,to=37,decision=true]] +Move=[Move:mover=1,from=13,to=21,actions=[Move:typeFrom=Cell,from=13,typeTo=Cell,to=21,decision=true]] +Move=[Move:mover=2,from=32,to=24,actions=[Move:typeFrom=Cell,from=32,typeTo=Cell,to=24,decision=true]] +Move=[Move:mover=1,from=51,to=59,actions=[Move:typeFrom=Cell,from=51,typeTo=Cell,to=59,decision=true]] +Move=[Move:mover=2,from=60,to=51,actions=[Move:typeFrom=Cell,from=60,typeTo=Cell,to=51,decision=true]] +Move=[Move:mover=1,from=59,to=43,actions=[Remove:type=Cell,to=51],[Move:typeFrom=Cell,from=59,typeTo=Cell,to=43,decision=true]] +Move=[Move:mover=2,from=9,to=8,actions=[Remove:type=Cell,to=8],[Move:typeFrom=Cell,from=9,typeTo=Cell,to=8,decision=true]] +Move=[Move:mover=1,from=44,to=52,actions=[Move:typeFrom=Cell,from=44,typeTo=Cell,to=52,decision=true]] +Move=[Move:mover=2,from=22,to=21,actions=[Remove:type=Cell,to=21],[Move:typeFrom=Cell,from=22,typeTo=Cell,to=21,decision=true]] +Move=[Move:mover=1,from=42,to=50,actions=[Move:typeFrom=Cell,from=42,typeTo=Cell,to=50,decision=true]] +Move=[Move:mover=2,from=29,to=27,actions=[Move:typeFrom=Cell,from=29,typeTo=Cell,to=27,decision=true]] +Move=[Move:mover=1,from=52,to=53,actions=[Move:typeFrom=Cell,from=52,typeTo=Cell,to=53,decision=true]] +Move=[Move:mover=2,from=55,to=46,actions=[Move:typeFrom=Cell,from=55,typeTo=Cell,to=46,decision=true]] +Move=[Move:mover=1,from=50,to=51,actions=[Move:typeFrom=Cell,from=50,typeTo=Cell,to=51,decision=true]] +Move=[Move:mover=2,from=24,to=16,actions=[Move:typeFrom=Cell,from=24,typeTo=Cell,to=16,decision=true]] +Move=[Move:mover=1,from=53,to=46,actions=[Remove:type=Cell,to=46],[Move:typeFrom=Cell,from=53,typeTo=Cell,to=46,decision=true]] +Move=[Move:mover=2,from=37,to=36,actions=[Move:typeFrom=Cell,from=37,typeTo=Cell,to=36,decision=true]] +Move=[Move:mover=1,from=51,to=59,actions=[Move:typeFrom=Cell,from=51,typeTo=Cell,to=59,decision=true]] +Move=[Move:mover=2,from=27,to=19,actions=[Move:typeFrom=Cell,from=27,typeTo=Cell,to=19,decision=true]] +Move=[Move:mover=1,from=46,to=54,actions=[Remove:type=Cell,to=54],[Move:typeFrom=Cell,from=46,typeTo=Cell,to=54,decision=true]] +Move=[Move:mover=2,from=21,to=12,actions=[Move:typeFrom=Cell,from=21,typeTo=Cell,to=12,decision=true]] +Move=[Move:mover=1,from=59,to=60,actions=[Move:typeFrom=Cell,from=59,typeTo=Cell,to=60,decision=true]] +Move=[Move:mover=2,from=31,to=30,actions=[Move:typeFrom=Cell,from=31,typeTo=Cell,to=30,decision=true]] +Move=[Move:mover=1,from=43,to=51,actions=[Move:typeFrom=Cell,from=43,typeTo=Cell,to=51,decision=true]] +Move=[Move:mover=2,from=12,to=4,actions=[Move:typeFrom=Cell,from=12,typeTo=Cell,to=4,decision=true]] +Move=[Move:mover=1,from=54,to=63,actions=[Move:typeFrom=Cell,from=54,typeTo=Cell,to=63,decision=true]] +Move=[Move:mover=2,from=30,to=21,actions=[Move:typeFrom=Cell,from=30,typeTo=Cell,to=21,decision=true]] +Move=[Move:mover=1,from=63,to=0,actions=[Remove:type=Cell,to=36],[Move:typeFrom=Cell,from=63,typeTo=Cell,to=0,decision=true]] +Move=[Move:mover=2,from=19,to=18,actions=[Move:typeFrom=Cell,from=19,typeTo=Cell,to=18,decision=true]] +Move=[Move:mover=1,from=0,to=9,actions=[Move:typeFrom=Cell,from=0,typeTo=Cell,to=9,decision=true]] +Move=[Move:mover=2,from=8,to=10,actions=[Remove:type=Cell,to=9],[Move:typeFrom=Cell,from=8,typeTo=Cell,to=10,decision=true]] +Move=[Move:mover=1,from=60,to=62,actions=[Move:typeFrom=Cell,from=60,typeTo=Cell,to=62,decision=true]] +Move=[Move:mover=2,from=16,to=8,actions=[Move:typeFrom=Cell,from=16,typeTo=Cell,to=8,decision=true]] +Move=[Move:mover=1,from=62,to=63,actions=[Move:typeFrom=Cell,from=62,typeTo=Cell,to=63,decision=true]] +Move=[Move:mover=2,from=18,to=17,actions=[Move:typeFrom=Cell,from=18,typeTo=Cell,to=17,decision=true]] +Move=[Move:mover=1,from=51,to=59,actions=[Move:typeFrom=Cell,from=51,typeTo=Cell,to=59,decision=true]] +Move=[Move:mover=2,from=4,to=2,actions=[Move:typeFrom=Cell,from=4,typeTo=Cell,to=2,decision=true]] +Move=[Move:mover=1,from=59,to=61,actions=[Move:typeFrom=Cell,from=59,typeTo=Cell,to=61,decision=true]] +Move=[Move:mover=2,from=21,to=20,actions=[Move:typeFrom=Cell,from=21,typeTo=Cell,to=20,decision=true]] +Move=[Move:mover=1,from=61,to=62,actions=[Move:typeFrom=Cell,from=61,typeTo=Cell,to=62,decision=true]] +Move=[Move:mover=2,from=10,to=1,actions=[Move:typeFrom=Cell,from=10,typeTo=Cell,to=1,decision=true]] +Move=[Move:mover=1,from=62,to=8,actions=[Remove:type=Cell,to=8],[Remove:type=Cell,to=17],[Move:typeFrom=Cell,from=62,typeTo=Cell,to=8,decision=true]] +Move=[Move:mover=2,from=1,to=8,actions=[Remove:type=Cell,to=8],[Move:typeFrom=Cell,from=1,typeTo=Cell,to=8,decision=true]] +Move=[Move:mover=1,actions=[Pass:decision=true,forced=true]] +Move=[Move:mover=2,from=2,to=1,actions=[Move:typeFrom=Cell,from=2,typeTo=Cell,to=1,decision=true]] +Move=[Move:mover=1,actions=[Pass:decision=true,forced=true]] +Move=[Move:mover=2,from=20,to=11,actions=[Move:typeFrom=Cell,from=20,typeTo=Cell,to=11,decision=true]] +Move=[Move:mover=1,actions=[Pass:decision=true,forced=true]] +Move=[Move:mover=2,from=8,to=0,actions=[Move:typeFrom=Cell,from=8,typeTo=Cell,to=0,decision=true]] +Move=[Move:mover=1,from=63,to=0,actions=[Remove:type=Cell,to=0],[Move:typeFrom=Cell,from=63,typeTo=Cell,to=0,decision=true]] +Move=[Move:mover=2,from=1,to=0,actions=[Remove:type=Cell,to=0],[Move:typeFrom=Cell,from=1,typeTo=Cell,to=0,decision=true]] +LEGAL MOVES LIST SIZE = 30 +LEGAL MOVES LIST SIZE = 30 +LEGAL MOVES LIST SIZE = 34 +LEGAL MOVES LIST SIZE = 33 +LEGAL MOVES LIST SIZE = 36 +LEGAL MOVES LIST SIZE = 34 +LEGAL MOVES LIST SIZE = 39 +LEGAL MOVES LIST SIZE = 34 +LEGAL MOVES LIST SIZE = 39 +LEGAL MOVES LIST SIZE = 37 +LEGAL MOVES LIST SIZE = 36 +LEGAL MOVES LIST SIZE = 36 +LEGAL MOVES LIST SIZE = 36 +LEGAL MOVES LIST SIZE = 45 +LEGAL MOVES LIST SIZE = 37 +LEGAL MOVES LIST SIZE = 45 +LEGAL MOVES LIST SIZE = 29 +LEGAL MOVES LIST SIZE = 34 +LEGAL MOVES LIST SIZE = 28 +LEGAL MOVES LIST SIZE = 35 +LEGAL MOVES LIST SIZE = 26 +LEGAL MOVES LIST SIZE = 35 +LEGAL MOVES LIST SIZE = 24 +LEGAL MOVES LIST SIZE = 34 +LEGAL MOVES LIST SIZE = 23 +LEGAL MOVES LIST SIZE = 33 +LEGAL MOVES LIST SIZE = 19 +LEGAL MOVES LIST SIZE = 32 +LEGAL MOVES LIST SIZE = 20 +LEGAL MOVES LIST SIZE = 38 +LEGAL MOVES LIST SIZE = 23 +LEGAL MOVES LIST SIZE = 37 +LEGAL MOVES LIST SIZE = 17 +LEGAL MOVES LIST SIZE = 37 +LEGAL MOVES LIST SIZE = 17 +LEGAL MOVES LIST SIZE = 35 +LEGAL MOVES LIST SIZE = 16 +LEGAL MOVES LIST SIZE = 37 +LEGAL MOVES LIST SIZE = 17 +LEGAL MOVES LIST SIZE = 35 +LEGAL MOVES LIST SIZE = 18 +LEGAL MOVES LIST SIZE = 37 +LEGAL MOVES LIST SIZE = 18 +LEGAL MOVES LIST SIZE = 30 +LEGAL MOVES LIST SIZE = 16 +LEGAL MOVES LIST SIZE = 31 +LEGAL MOVES LIST SIZE = 17 +LEGAL MOVES LIST SIZE = 32 +LEGAL MOVES LIST SIZE = 23 +LEGAL MOVES LIST SIZE = 30 +LEGAL MOVES LIST SIZE = 17 +LEGAL MOVES LIST SIZE = 24 +LEGAL MOVES LIST SIZE = 13 +LEGAL MOVES LIST SIZE = 23 +LEGAL MOVES LIST SIZE = 11 +LEGAL MOVES LIST SIZE = 20 +LEGAL MOVES LIST SIZE = 10 +LEGAL MOVES LIST SIZE = 26 +LEGAL MOVES LIST SIZE = 12 +LEGAL MOVES LIST SIZE = 20 +LEGAL MOVES LIST SIZE = 13 +LEGAL MOVES LIST SIZE = 22 +LEGAL MOVES LIST SIZE = 12 +LEGAL MOVES LIST SIZE = 17 +LEGAL MOVES LIST SIZE = 12 +LEGAL MOVES LIST SIZE = 17 +LEGAL MOVES LIST SIZE = 12 +LEGAL MOVES LIST SIZE = 13 +LEGAL MOVES LIST SIZE = 11 +LEGAL MOVES LIST SIZE = 14 +LEGAL MOVES LIST SIZE = 12 +LEGAL MOVES LIST SIZE = 11 +LEGAL MOVES LIST SIZE = 9 +LEGAL MOVES LIST SIZE = 17 +LEGAL MOVES LIST SIZE = 6 +LEGAL MOVES LIST SIZE = 15 +LEGAL MOVES LIST SIZE = 4 +LEGAL MOVES LIST SIZE = 15 +LEGAL MOVES LIST SIZE = 3 +LEGAL MOVES LIST SIZE = 14 +LEGAL MOVES LIST SIZE = 3 +LEGAL MOVES LIST SIZE = 11 +LEGAL MOVES LIST SIZE = 1 +LEGAL MOVES LIST SIZE = 11 +LEGAL MOVES LIST SIZE = 2 +LEGAL MOVES LIST SIZE = 5 +LEGAL MOVES LIST SIZE = 1 +LEGAL MOVES LIST SIZE = 6 +LEGAL MOVES LIST SIZE = 1 +LEGAL MOVES LIST SIZE = 5 +LEGAL MOVES LIST SIZE = 1 +LEGAL MOVES LIST SIZE = 5 +LEGAL MOVES LIST SIZE = 1 +LEGAL MOVES LIST SIZE = 4 +numInitialPlacementMoves=24 +winner=2 +endtype=NaturalEnd +rankings=0.0,2.0,1.0 +SANDBOX=false +LUDII_VERSION=1.3.13 diff --git a/Player/res/random_trials/experimental/Rascals/RandomTrial_0.txt b/Player/res/random_trials/experimental/Rascals/RandomTrial_0.txt new file mode 100644 index 0000000000..6ba504c5c8 --- /dev/null +++ b/Player/res/random_trials/experimental/Rascals/RandomTrial_0.txt @@ -0,0 +1,260 @@ +game=../Common/res/lud/experimental/Rascals.lud +START GAME OPTIONS +END GAME OPTIONS +RNG internal state=90,72,-32,-72,-25,35,-109,-119 +Move=[Move:mover=0,from=0,to=0,actions=[Add:type=Cell,to=0,what=2]] +Move=[Move:mover=0,from=3,to=3,actions=[Add:type=Cell,to=3,what=2]] +Move=[Move:mover=0,from=8,to=8,actions=[Add:type=Cell,to=8,what=2]] +Move=[Move:mover=0,from=11,to=11,actions=[Add:type=Cell,to=11,what=2]] +Move=[Move:mover=0,from=14,to=14,actions=[Add:type=Cell,to=14,what=2]] +Move=[Move:mover=0,from=17,to=17,actions=[Add:type=Cell,to=17,what=2]] +Move=[Move:mover=0,from=20,to=20,actions=[Add:type=Cell,to=20,what=2]] +Move=[Move:mover=0,from=21,to=21,actions=[Add:type=Cell,to=21,what=2]] +Move=[Move:mover=0,from=24,to=24,actions=[Add:type=Cell,to=24,what=2]] +Move=[Move:mover=0,from=27,to=27,actions=[Add:type=Cell,to=27,what=2]] +Move=[Move:mover=0,from=32,to=32,actions=[Add:type=Cell,to=32,what=2]] +Move=[Move:mover=0,from=35,to=35,actions=[Add:type=Cell,to=35,what=2]] +Move=[Move:mover=0,from=38,to=38,actions=[Add:type=Cell,to=38,what=2]] +Move=[Move:mover=0,from=41,to=41,actions=[Add:type=Cell,to=41,what=2]] +Move=[Move:mover=0,from=44,to=44,actions=[Add:type=Cell,to=44,what=2]] +Move=[Move:mover=0,from=47,to=47,actions=[Add:type=Cell,to=47,what=2]] +Move=[Move:mover=0,from=50,to=50,actions=[Add:type=Cell,to=50,what=2]] +Move=[Move:mover=0,from=53,to=53,actions=[Add:type=Cell,to=53,what=2]] +Move=[Move:mover=0,from=56,to=56,actions=[Add:type=Cell,to=56,what=2]] +Move=[Move:mover=0,from=59,to=59,actions=[Add:type=Cell,to=59,what=2]] +Move=[Move:mover=0,from=61,to=61,actions=[Add:type=Cell,to=61,what=2]] +Move=[Move:mover=0,from=64,to=64,actions=[Add:type=Cell,to=64,what=2]] +Move=[Move:mover=0,from=67,to=67,actions=[Add:type=Cell,to=67,what=2]] +Move=[Move:mover=0,from=71,to=71,actions=[Add:type=Cell,to=71,what=2]] +Move=[Move:mover=0,from=74,to=74,actions=[Add:type=Cell,to=74,what=2]] +Move=[Move:mover=0,from=77,to=77,actions=[Add:type=Cell,to=77,what=2]] +Move=[Move:mover=0,from=80,to=80,actions=[Add:type=Cell,to=80,what=2]] +Move=[Move:mover=0,from=83,to=83,actions=[Add:type=Cell,to=83,what=2]] +Move=[Move:mover=0,from=85,to=85,actions=[Add:type=Cell,to=85,what=2]] +Move=[Move:mover=0,from=88,to=88,actions=[Add:type=Cell,to=88,what=2]] +Move=[Move:mover=0,from=2,to=2,actions=[Add:type=Cell,to=2,what=1]] +Move=[Move:mover=0,from=5,to=5,actions=[Add:type=Cell,to=5,what=1]] +Move=[Move:mover=0,from=7,to=7,actions=[Add:type=Cell,to=7,what=1]] +Move=[Move:mover=0,from=10,to=10,actions=[Add:type=Cell,to=10,what=1]] +Move=[Move:mover=0,from=13,to=13,actions=[Add:type=Cell,to=13,what=1]] +Move=[Move:mover=0,from=16,to=16,actions=[Add:type=Cell,to=16,what=1]] +Move=[Move:mover=0,from=19,to=19,actions=[Add:type=Cell,to=19,what=1]] +Move=[Move:mover=0,from=23,to=23,actions=[Add:type=Cell,to=23,what=1]] +Move=[Move:mover=0,from=26,to=26,actions=[Add:type=Cell,to=26,what=1]] +Move=[Move:mover=0,from=29,to=29,actions=[Add:type=Cell,to=29,what=1]] +Move=[Move:mover=0,from=31,to=31,actions=[Add:type=Cell,to=31,what=1]] +Move=[Move:mover=0,from=34,to=34,actions=[Add:type=Cell,to=34,what=1]] +Move=[Move:mover=0,from=37,to=37,actions=[Add:type=Cell,to=37,what=1]] +Move=[Move:mover=0,from=40,to=40,actions=[Add:type=Cell,to=40,what=1]] +Move=[Move:mover=0,from=43,to=43,actions=[Add:type=Cell,to=43,what=1]] +Move=[Move:mover=0,from=46,to=46,actions=[Add:type=Cell,to=46,what=1]] +Move=[Move:mover=0,from=49,to=49,actions=[Add:type=Cell,to=49,what=1]] +Move=[Move:mover=0,from=52,to=52,actions=[Add:type=Cell,to=52,what=1]] +Move=[Move:mover=0,from=55,to=55,actions=[Add:type=Cell,to=55,what=1]] +Move=[Move:mover=0,from=58,to=58,actions=[Add:type=Cell,to=58,what=1]] +Move=[Move:mover=0,from=63,to=63,actions=[Add:type=Cell,to=63,what=1]] +Move=[Move:mover=0,from=66,to=66,actions=[Add:type=Cell,to=66,what=1]] +Move=[Move:mover=0,from=69,to=69,actions=[Add:type=Cell,to=69,what=1]] +Move=[Move:mover=0,from=70,to=70,actions=[Add:type=Cell,to=70,what=1]] +Move=[Move:mover=0,from=73,to=73,actions=[Add:type=Cell,to=73,what=1]] +Move=[Move:mover=0,from=76,to=76,actions=[Add:type=Cell,to=76,what=1]] +Move=[Move:mover=0,from=79,to=79,actions=[Add:type=Cell,to=79,what=1]] +Move=[Move:mover=0,from=82,to=82,actions=[Add:type=Cell,to=82,what=1]] +Move=[Move:mover=0,from=87,to=87,actions=[Add:type=Cell,to=87,what=1]] +Move=[Move:mover=0,from=90,to=90,actions=[Add:type=Cell,to=90,what=1]] +Move=[Move:mover=1,from=55,to=45,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=2,value=0],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=0],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=13,value=0],[SetValue:type=Cell,to=16,value=0],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=29,value=0],[SetValue:type=Cell,to=31,value=0],[SetValue:type=Cell,to=34,value=0],[SetValue:type=Cell,to=37,value=0],[SetValue:type=Cell,to=40,value=0],[SetValue:type=Cell,to=43,value=0],[SetValue:type=Cell,to=46,value=0],[SetValue:type=Cell,to=49,value=0],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=55,value=0],[SetValue:type=Cell,to=58,value=0],[SetValue:type=Cell,to=63,value=0],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=69,value=0],[SetValue:type=Cell,to=70,value=0],[SetValue:type=Cell,to=73,value=0],[SetValue:type=Cell,to=76,value=0],[SetValue:type=Cell,to=79,value=0],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=90,value=0],[RememberValue:name=null,value=55],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=1],[Move:typeFrom=Cell,from=55,typeTo=Cell,to=45,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=35],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=64,to=72,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=0,value=0],[ForgetValue:name=null,value=55],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=8,value=0],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=14,value=0],[SetValue:type=Cell,to=17,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=24,value=0],[SetValue:type=Cell,to=27,value=0],[SetValue:type=Cell,to=32,value=0],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=38,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=47,value=0],[SetValue:type=Cell,to=50,value=0],[SetValue:type=Cell,to=53,value=0],[SetValue:type=Cell,to=56,value=0],[SetValue:type=Cell,to=59,value=0],[SetValue:type=Cell,to=61,value=0],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=67,value=0],[SetValue:type=Cell,to=71,value=0],[SetValue:type=Cell,to=74,value=0],[SetValue:type=Cell,to=77,value=0],[SetValue:type=Cell,to=80,value=0],[SetValue:type=Cell,to=83,value=0],[SetValue:type=Cell,to=85,value=0],[RememberValue:name=null,value=64],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=2],[Move:typeFrom=Cell,from=64,typeTo=Cell,to=72,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=79],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=40,to=51,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=2,value=0],[ForgetValue:name=null,value=64],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=0],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=13,value=0],[SetValue:type=Cell,to=16,value=0],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=29,value=0],[SetValue:type=Cell,to=31,value=0],[SetValue:type=Cell,to=34,value=1],[SetValue:type=Cell,to=37,value=0],[SetValue:type=Cell,to=40,value=0],[SetValue:type=Cell,to=43,value=0],[SetValue:type=Cell,to=46,value=1],[SetValue:type=Cell,to=49,value=0],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=90,value=0],[SetValue:type=Cell,to=58,value=0],[SetValue:type=Cell,to=63,value=0],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=69,value=0],[SetValue:type=Cell,to=70,value=0],[SetValue:type=Cell,to=73,value=0],[SetValue:type=Cell,to=76,value=0],[SetValue:type=Cell,to=45,value=2],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=87,value=0],[RememberValue:name=null,value=40],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=40,typeTo=Cell,to=51,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=61],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=50,to=39,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=0,value=0],[ForgetValue:name=null,value=40],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=8,value=0],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=14,value=0],[SetValue:type=Cell,to=17,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=24,value=0],[SetValue:type=Cell,to=27,value=0],[SetValue:type=Cell,to=32,value=0],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=38,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=47,value=0],[SetValue:type=Cell,to=50,value=0],[SetValue:type=Cell,to=53,value=0],[SetValue:type=Cell,to=56,value=0],[SetValue:type=Cell,to=59,value=0],[SetValue:type=Cell,to=72,value=2],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=67,value=0],[SetValue:type=Cell,to=71,value=1],[SetValue:type=Cell,to=74,value=0],[SetValue:type=Cell,to=77,value=0],[SetValue:type=Cell,to=80,value=1],[SetValue:type=Cell,to=83,value=0],[RememberValue:name=null,value=50],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=50,typeTo=Cell,to=39,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=29],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=37,to=48,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=2,value=0],[ForgetValue:name=null,value=50],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=0],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=13,value=0],[SetValue:type=Cell,to=16,value=0],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=51,value=1],[SetValue:type=Cell,to=31,value=0],[SetValue:type=Cell,to=34,value=1],[SetValue:type=Cell,to=37,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=43,value=0],[SetValue:type=Cell,to=46,value=1],[SetValue:type=Cell,to=49,value=0],[SetValue:type=Cell,to=52,value=1],[SetValue:type=Cell,to=90,value=0],[SetValue:type=Cell,to=58,value=0],[SetValue:type=Cell,to=63,value=0],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=69,value=0],[SetValue:type=Cell,to=70,value=0],[SetValue:type=Cell,to=73,value=0],[SetValue:type=Cell,to=76,value=0],[SetValue:type=Cell,to=45,value=2],[SetValue:type=Cell,to=82,value=0],[RememberValue:name=null,value=37],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=3],[Move:typeFrom=Cell,from=37,typeTo=Cell,to=48,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=59],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=17,to=9,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=0,value=0],[ForgetValue:name=null,value=37],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=8,value=0],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=14,value=0],[SetValue:type=Cell,to=17,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=24,value=0],[SetValue:type=Cell,to=27,value=0],[SetValue:type=Cell,to=32,value=0],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=38,value=1],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=47,value=0],[SetValue:type=Cell,to=83,value=0],[SetValue:type=Cell,to=53,value=0],[SetValue:type=Cell,to=56,value=0],[SetValue:type=Cell,to=39,value=1],[SetValue:type=Cell,to=72,value=2],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=67,value=0],[SetValue:type=Cell,to=71,value=1],[SetValue:type=Cell,to=74,value=0],[SetValue:type=Cell,to=77,value=0],[SetValue:type=Cell,to=80,value=1],[RememberValue:name=null,value=17],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=3],[Move:typeFrom=Cell,from=17,typeTo=Cell,to=9,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=2],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=63,to=64,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=48,value=2],[ForgetValue:name=null,value=17],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=0],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=13,value=0],[SetValue:type=Cell,to=16,value=0],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=51,value=1],[SetValue:type=Cell,to=31,value=0],[SetValue:type=Cell,to=34,value=1],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=43,value=0],[SetValue:type=Cell,to=46,value=1],[SetValue:type=Cell,to=49,value=1],[SetValue:type=Cell,to=52,value=1],[SetValue:type=Cell,to=90,value=0],[SetValue:type=Cell,to=58,value=1],[SetValue:type=Cell,to=63,value=0],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=69,value=0],[SetValue:type=Cell,to=70,value=0],[SetValue:type=Cell,to=73,value=0],[SetValue:type=Cell,to=76,value=0],[SetValue:type=Cell,to=45,value=2],[RememberValue:name=null,value=63],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=3],[Move:typeFrom=Cell,from=63,typeTo=Cell,to=64,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=74,to=65,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=0,value=0],[ForgetValue:name=null,value=63],[SetValue:type=Cell,to=3,value=1],[SetValue:type=Cell,to=8,value=1],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=14,value=0],[SetValue:type=Cell,to=80,value=1],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=24,value=0],[SetValue:type=Cell,to=27,value=0],[SetValue:type=Cell,to=32,value=0],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=38,value=1],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=47,value=0],[SetValue:type=Cell,to=83,value=0],[SetValue:type=Cell,to=53,value=0],[SetValue:type=Cell,to=56,value=0],[SetValue:type=Cell,to=39,value=1],[SetValue:type=Cell,to=72,value=2],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=67,value=0],[SetValue:type=Cell,to=71,value=1],[SetValue:type=Cell,to=74,value=0],[SetValue:type=Cell,to=77,value=0],[SetValue:type=Cell,to=9,value=2],[RememberValue:name=null,value=74],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=3],[Move:typeFrom=Cell,from=74,typeTo=Cell,to=65,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=7,to=6,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=48,value=2],[ForgetValue:name=null,value=74],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=0],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=13,value=0],[SetValue:type=Cell,to=16,value=0],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=51,value=1],[SetValue:type=Cell,to=31,value=0],[SetValue:type=Cell,to=34,value=1],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=43,value=0],[SetValue:type=Cell,to=46,value=1],[SetValue:type=Cell,to=49,value=1],[SetValue:type=Cell,to=52,value=1],[SetValue:type=Cell,to=90,value=0],[SetValue:type=Cell,to=58,value=1],[SetValue:type=Cell,to=45,value=2],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=69,value=0],[SetValue:type=Cell,to=70,value=0],[SetValue:type=Cell,to=73,value=1],[SetValue:type=Cell,to=76,value=0],[SetValue:type=Cell,to=64,value=1],[RememberValue:name=null,value=7],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=7,typeTo=Cell,to=6,decision=true],[Remove:type=Cell,to=6],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=77,to=68,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=0,value=0],[ForgetValue:name=null,value=7],[SetValue:type=Cell,to=3,value=1],[SetValue:type=Cell,to=8,value=1],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=14,value=0],[SetValue:type=Cell,to=80,value=1],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=24,value=0],[SetValue:type=Cell,to=27,value=0],[SetValue:type=Cell,to=32,value=0],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=38,value=1],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=47,value=0],[SetValue:type=Cell,to=83,value=0],[SetValue:type=Cell,to=53,value=0],[SetValue:type=Cell,to=56,value=1],[SetValue:type=Cell,to=39,value=1],[SetValue:type=Cell,to=72,value=2],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=67,value=0],[SetValue:type=Cell,to=71,value=1],[SetValue:type=Cell,to=9,value=2],[SetValue:type=Cell,to=77,value=0],[SetValue:type=Cell,to=65,value=1],[RememberValue:name=null,value=77],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=77,typeTo=Cell,to=68,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=58],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=48,to=58,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=48,value=1],[ForgetValue:name=null,value=77],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=64,value=1],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=13,value=0],[SetValue:type=Cell,to=16,value=0],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=51,value=1],[SetValue:type=Cell,to=31,value=0],[SetValue:type=Cell,to=34,value=1],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=43,value=0],[SetValue:type=Cell,to=46,value=1],[SetValue:type=Cell,to=49,value=1],[SetValue:type=Cell,to=52,value=1],[SetValue:type=Cell,to=90,value=0],[SetValue:type=Cell,to=76,value=0],[SetValue:type=Cell,to=45,value=2],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=69,value=0],[SetValue:type=Cell,to=70,value=0],[SetValue:type=Cell,to=73,value=1],[RememberValue:name=null,value=48],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=3],[Move:typeFrom=Cell,from=48,typeTo=Cell,to=58,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=67],[SetVar:name=ML,value=0],[RememberValue:name=null,value=58],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=58,to=59,actions=[Move:typeFrom=Cell,from=58,typeTo=Cell,to=59,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=88,to=89,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=0,value=0],[ForgetValue:name=null,value=48],[ForgetValue:name=null,value=58],[SetValue:type=Cell,to=3,value=1],[SetValue:type=Cell,to=8,value=1],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=14,value=0],[SetValue:type=Cell,to=80,value=1],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=24,value=0],[SetValue:type=Cell,to=27,value=0],[SetValue:type=Cell,to=32,value=0],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=38,value=1],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=47,value=0],[SetValue:type=Cell,to=83,value=0],[SetValue:type=Cell,to=53,value=0],[SetValue:type=Cell,to=56,value=1],[SetValue:type=Cell,to=39,value=1],[SetValue:type=Cell,to=72,value=2],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=71,value=1],[SetValue:type=Cell,to=9,value=2],[SetValue:type=Cell,to=65,value=1],[RememberValue:name=null,value=88],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=88,typeTo=Cell,to=89,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=90],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=26,to=35,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=73,value=1],[ForgetValue:name=null,value=88],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=64,value=1],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=13,value=0],[SetValue:type=Cell,to=16,value=0],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=51,value=1],[SetValue:type=Cell,to=31,value=0],[SetValue:type=Cell,to=34,value=1],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=43,value=0],[SetValue:type=Cell,to=46,value=1],[SetValue:type=Cell,to=49,value=1],[SetValue:type=Cell,to=52,value=1],[SetValue:type=Cell,to=59,value=2],[SetValue:type=Cell,to=76,value=0],[SetValue:type=Cell,to=45,value=2],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=69,value=1],[SetValue:type=Cell,to=70,value=0],[RememberValue:name=null,value=26],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=2],[Move:typeFrom=Cell,from=26,typeTo=Cell,to=35,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=8,to=2,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=0,value=0],[ForgetValue:name=null,value=26],[SetValue:type=Cell,to=3,value=1],[SetValue:type=Cell,to=8,value=1],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=14,value=0],[SetValue:type=Cell,to=80,value=1],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=24,value=0],[SetValue:type=Cell,to=27,value=0],[SetValue:type=Cell,to=32,value=0],[SetValue:type=Cell,to=65,value=1],[SetValue:type=Cell,to=38,value=1],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=47,value=0],[SetValue:type=Cell,to=83,value=1],[SetValue:type=Cell,to=53,value=0],[SetValue:type=Cell,to=56,value=1],[SetValue:type=Cell,to=39,value=1],[SetValue:type=Cell,to=72,value=2],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=71,value=1],[SetValue:type=Cell,to=9,value=2],[SetValue:type=Cell,to=89,value=1],[RememberValue:name=null,value=8],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=8,typeTo=Cell,to=2,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=2],[SetNextPlayer:player=2]] +Move=[Move:mover=2,from=2,to=1,actions=[Move:typeFrom=Cell,from=2,typeTo=Cell,to=1,decision=true],[Remove:type=Cell,to=1],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=73,to=74,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=73,value=1],[ForgetValue:name=null,value=8],[ForgetValue:name=null,value=2],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=64,value=1],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=13,value=0],[SetValue:type=Cell,to=16,value=0],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=70,value=0],[SetValue:type=Cell,to=51,value=1],[SetValue:type=Cell,to=31,value=0],[SetValue:type=Cell,to=34,value=2],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=43,value=0],[SetValue:type=Cell,to=46,value=2],[SetValue:type=Cell,to=49,value=1],[SetValue:type=Cell,to=52,value=1],[SetValue:type=Cell,to=59,value=2],[SetValue:type=Cell,to=76,value=0],[SetValue:type=Cell,to=45,value=3],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=69,value=1],[SetValue:type=Cell,to=35,value=3],[RememberValue:name=null,value=73],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=3],[Move:typeFrom=Cell,from=73,typeTo=Cell,to=74,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=74],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=74,to=81,actions=[Move:typeFrom=Cell,from=74,typeTo=Cell,to=81,decision=true],[Remove:type=Cell,to=81],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=9,to=8,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=0,value=0],[ForgetValue:name=null,value=73],[ForgetValue:name=null,value=74],[SetValue:type=Cell,to=3,value=1],[SetValue:type=Cell,to=89,value=1],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=14,value=0],[SetValue:type=Cell,to=80,value=1],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=24,value=0],[SetValue:type=Cell,to=27,value=0],[SetValue:type=Cell,to=32,value=0],[SetValue:type=Cell,to=65,value=1],[SetValue:type=Cell,to=38,value=1],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=47,value=0],[SetValue:type=Cell,to=83,value=1],[SetValue:type=Cell,to=53,value=0],[SetValue:type=Cell,to=56,value=1],[SetValue:type=Cell,to=39,value=1],[SetValue:type=Cell,to=72,value=2],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=71,value=1],[SetValue:type=Cell,to=9,value=1],[RememberValue:name=null,value=9],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=9,typeTo=Cell,to=8,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=8],[SetNextPlayer:player=2]] +Move=[Move:mover=2,from=8,to=7,actions=[Move:typeFrom=Cell,from=8,typeTo=Cell,to=7,decision=true],[Remove:type=Cell,to=7],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=31,to=42,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=35,value=3],[ForgetValue:name=null,value=9],[ForgetValue:name=null,value=8],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=13,value=0],[SetValue:type=Cell,to=16,value=0],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=70,value=0],[SetValue:type=Cell,to=51,value=1],[SetValue:type=Cell,to=31,value=0],[SetValue:type=Cell,to=34,value=2],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=43,value=0],[SetValue:type=Cell,to=46,value=2],[SetValue:type=Cell,to=49,value=1],[SetValue:type=Cell,to=52,value=1],[SetValue:type=Cell,to=59,value=2],[SetValue:type=Cell,to=76,value=0],[SetValue:type=Cell,to=45,value=3],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=69,value=1],[RememberValue:name=null,value=31],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=31,typeTo=Cell,to=42,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=53],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=47,to=58,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=0,value=0],[ForgetValue:name=null,value=31],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=89,value=1],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=14,value=0],[SetValue:type=Cell,to=80,value=1],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=24,value=0],[SetValue:type=Cell,to=27,value=0],[SetValue:type=Cell,to=32,value=0],[SetValue:type=Cell,to=65,value=1],[SetValue:type=Cell,to=38,value=1],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=47,value=0],[SetValue:type=Cell,to=83,value=1],[SetValue:type=Cell,to=71,value=1],[SetValue:type=Cell,to=56,value=1],[SetValue:type=Cell,to=39,value=1],[SetValue:type=Cell,to=72,value=2],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=68,value=0],[RememberValue:name=null,value=47],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=2],[Move:typeFrom=Cell,from=47,typeTo=Cell,to=58,decision=true],[Remove:type=Cell,to=58],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=76,to=84,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=35,value=3],[ForgetValue:name=null,value=47],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=13,value=0],[SetValue:type=Cell,to=16,value=0],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=70,value=0],[SetValue:type=Cell,to=51,value=1],[SetValue:type=Cell,to=69,value=1],[SetValue:type=Cell,to=34,value=2],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=43,value=1],[SetValue:type=Cell,to=46,value=2],[SetValue:type=Cell,to=49,value=1],[SetValue:type=Cell,to=52,value=2],[SetValue:type=Cell,to=59,value=2],[SetValue:type=Cell,to=76,value=0],[SetValue:type=Cell,to=45,value=3],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=42,value=2],[RememberValue:name=null,value=76],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=76,typeTo=Cell,to=84,decision=true],[Remove:type=Cell,to=84],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=80,to=79,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=0,value=0],[ForgetValue:name=null,value=76],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=89,value=1],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=14,value=0],[SetValue:type=Cell,to=80,value=1],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=24,value=0],[SetValue:type=Cell,to=27,value=0],[SetValue:type=Cell,to=32,value=0],[SetValue:type=Cell,to=65,value=1],[SetValue:type=Cell,to=38,value=1],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=83,value=1],[SetValue:type=Cell,to=71,value=1],[SetValue:type=Cell,to=56,value=1],[SetValue:type=Cell,to=39,value=1],[SetValue:type=Cell,to=72,value=2],[SetValue:type=Cell,to=85,value=0],[RememberValue:name=null,value=80],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=80,typeTo=Cell,to=79,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=79],[SetNextPlayer:player=2]] +Move=[Move:mover=2,actions=[Remove:type=Cell,to=79],[Pass:decision=true]] +Move=[Move:mover=1,from=10,to=17,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=35,value=3],[ForgetValue:name=null,value=80],[ForgetValue:name=null,value=79],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=13,value=0],[SetValue:type=Cell,to=16,value=0],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=70,value=0],[SetValue:type=Cell,to=51,value=1],[SetValue:type=Cell,to=69,value=1],[SetValue:type=Cell,to=34,value=2],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=43,value=1],[SetValue:type=Cell,to=46,value=2],[SetValue:type=Cell,to=49,value=1],[SetValue:type=Cell,to=52,value=2],[SetValue:type=Cell,to=59,value=2],[SetValue:type=Cell,to=42,value=2],[SetValue:type=Cell,to=45,value=3],[SetValue:type=Cell,to=66,value=0],[RememberValue:name=null,value=10],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=10,typeTo=Cell,to=17,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=14,to=22,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=0,value=0],[ForgetValue:name=null,value=10],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=89,value=1],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=14,value=0],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=24,value=0],[SetValue:type=Cell,to=27,value=0],[SetValue:type=Cell,to=32,value=0],[SetValue:type=Cell,to=65,value=1],[SetValue:type=Cell,to=38,value=1],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=83,value=1],[SetValue:type=Cell,to=71,value=1],[SetValue:type=Cell,to=56,value=1],[SetValue:type=Cell,to=39,value=1],[SetValue:type=Cell,to=72,value=1],[RememberValue:name=null,value=14],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=14,typeTo=Cell,to=22,decision=true],[Remove:type=Cell,to=22],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=66,to=74,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=35,value=3],[ForgetValue:name=null,value=14],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=13,value=0],[SetValue:type=Cell,to=16,value=1],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=70,value=0],[SetValue:type=Cell,to=51,value=1],[SetValue:type=Cell,to=69,value=1],[SetValue:type=Cell,to=34,value=2],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=43,value=1],[SetValue:type=Cell,to=46,value=2],[SetValue:type=Cell,to=49,value=1],[SetValue:type=Cell,to=52,value=2],[SetValue:type=Cell,to=59,value=2],[SetValue:type=Cell,to=42,value=2],[SetValue:type=Cell,to=45,value=3],[SetValue:type=Cell,to=17,value=1],[RememberValue:name=null,value=66],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=2],[Move:typeFrom=Cell,from=66,typeTo=Cell,to=74,decision=true],[Remove:type=Cell,to=74],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=0,to=6,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=0,value=0],[ForgetValue:name=null,value=66],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=89,value=1],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=72,value=1],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=24,value=0],[SetValue:type=Cell,to=27,value=0],[SetValue:type=Cell,to=32,value=0],[SetValue:type=Cell,to=65,value=1],[SetValue:type=Cell,to=38,value=1],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=83,value=1],[SetValue:type=Cell,to=71,value=1],[SetValue:type=Cell,to=56,value=1],[SetValue:type=Cell,to=39,value=1],[RememberValue:name=null,value=0],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=0,typeTo=Cell,to=6,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=13],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=43,to=33,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=35,value=3],[ForgetValue:name=null,value=0],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=17,value=1],[SetValue:type=Cell,to=45,value=3],[SetValue:type=Cell,to=16,value=1],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=70,value=0],[SetValue:type=Cell,to=51,value=1],[SetValue:type=Cell,to=69,value=1],[SetValue:type=Cell,to=34,value=2],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=43,value=1],[SetValue:type=Cell,to=46,value=2],[SetValue:type=Cell,to=49,value=1],[SetValue:type=Cell,to=52,value=2],[SetValue:type=Cell,to=59,value=2],[SetValue:type=Cell,to=42,value=2],[RememberValue:name=null,value=43],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=2],[Move:typeFrom=Cell,from=43,typeTo=Cell,to=33,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=24],[SetVar:name=ML,value=0],[RememberValue:name=null,value=33],[SetNextPlayer:player=1]] +Move=[Move:mover=1,actions=[Remove:type=Cell,to=33],[Pass:decision=true]] +Move=[Move:mover=2,from=89,to=90,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=39,value=1],[ForgetValue:name=null,value=43],[ForgetValue:name=null,value=33],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=89,value=1],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=72,value=1],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=6,value=0],[SetValue:type=Cell,to=27,value=0],[SetValue:type=Cell,to=32,value=0],[SetValue:type=Cell,to=65,value=1],[SetValue:type=Cell,to=38,value=1],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=83,value=1],[SetValue:type=Cell,to=71,value=1],[SetValue:type=Cell,to=56,value=1],[RememberValue:name=null,value=89],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=89,typeTo=Cell,to=90,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=90],[SetNextPlayer:player=2]] +Move=[Move:mover=2,actions=[Remove:type=Cell,to=90],[Pass:decision=true]] +Move=[Move:mover=1,from=16,to=8,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=35,value=3],[ForgetValue:name=null,value=89],[ForgetValue:name=null,value=90],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=17,value=1],[SetValue:type=Cell,to=45,value=3],[SetValue:type=Cell,to=16,value=1],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=70,value=0],[SetValue:type=Cell,to=51,value=1],[SetValue:type=Cell,to=69,value=1],[SetValue:type=Cell,to=34,value=2],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=42,value=1],[SetValue:type=Cell,to=46,value=2],[SetValue:type=Cell,to=49,value=1],[SetValue:type=Cell,to=52,value=2],[SetValue:type=Cell,to=59,value=2],[RememberValue:name=null,value=16],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=3],[Move:typeFrom=Cell,from=16,typeTo=Cell,to=8,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=8],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=8,to=2,actions=[Move:typeFrom=Cell,from=8,typeTo=Cell,to=2,decision=true],[Remove:type=Cell,to=2],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=83,to=75,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=39,value=1],[ForgetValue:name=null,value=16],[ForgetValue:name=null,value=8],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=56,value=1],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=72,value=1],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=6,value=0],[SetValue:type=Cell,to=27,value=0],[SetValue:type=Cell,to=32,value=0],[SetValue:type=Cell,to=65,value=1],[SetValue:type=Cell,to=38,value=1],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=83,value=0],[SetValue:type=Cell,to=71,value=1],[RememberValue:name=null,value=83],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=83,typeTo=Cell,to=75,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=42,to=43,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=35,value=3],[ForgetValue:name=null,value=83],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=17,value=0],[SetValue:type=Cell,to=45,value=3],[SetValue:type=Cell,to=59,value=2],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=70,value=0],[SetValue:type=Cell,to=51,value=1],[SetValue:type=Cell,to=69,value=1],[SetValue:type=Cell,to=34,value=2],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=42,value=1],[SetValue:type=Cell,to=46,value=2],[SetValue:type=Cell,to=49,value=1],[SetValue:type=Cell,to=52,value=2],[RememberValue:name=null,value=42],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=3],[Move:typeFrom=Cell,from=42,typeTo=Cell,to=43,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=44],[SetVar:name=ML,value=0],[RememberValue:name=null,value=43],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=43,to=54,actions=[Move:typeFrom=Cell,from=43,typeTo=Cell,to=54,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=21,to=13,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=39,value=1],[ForgetValue:name=null,value=42],[ForgetValue:name=null,value=43],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=56,value=1],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=72,value=1],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=6,value=0],[SetValue:type=Cell,to=27,value=0],[SetValue:type=Cell,to=32,value=0],[SetValue:type=Cell,to=65,value=1],[SetValue:type=Cell,to=38,value=1],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=75,value=0],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=71,value=1],[RememberValue:name=null,value=21],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=21,typeTo=Cell,to=13,decision=true],[Remove:type=Cell,to=13],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=70,to=62,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=35,value=3],[ForgetValue:name=null,value=21],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=64,value=1],[SetValue:type=Cell,to=17,value=0],[SetValue:type=Cell,to=45,value=3],[SetValue:type=Cell,to=59,value=2],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=70,value=0],[SetValue:type=Cell,to=51,value=1],[SetValue:type=Cell,to=69,value=1],[SetValue:type=Cell,to=34,value=2],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=52,value=1],[SetValue:type=Cell,to=46,value=2],[SetValue:type=Cell,to=49,value=1],[SetValue:type=Cell,to=54,value=1],[RememberValue:name=null,value=70],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=70,typeTo=Cell,to=62,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=6,to=7,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=39,value=1],[ForgetValue:name=null,value=70],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=56,value=1],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=72,value=1],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=71,value=1],[SetValue:type=Cell,to=6,value=0],[SetValue:type=Cell,to=27,value=0],[SetValue:type=Cell,to=32,value=0],[SetValue:type=Cell,to=65,value=1],[SetValue:type=Cell,to=38,value=1],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=75,value=0],[SetValue:type=Cell,to=68,value=0],[RememberValue:name=null,value=6],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=6,typeTo=Cell,to=7,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=54,to=43,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=35,value=3],[ForgetValue:name=null,value=6],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=64,value=1],[SetValue:type=Cell,to=17,value=0],[SetValue:type=Cell,to=45,value=3],[SetValue:type=Cell,to=59,value=2],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=54,value=1],[SetValue:type=Cell,to=51,value=1],[SetValue:type=Cell,to=69,value=1],[SetValue:type=Cell,to=34,value=2],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=52,value=2],[SetValue:type=Cell,to=46,value=2],[SetValue:type=Cell,to=49,value=1],[SetValue:type=Cell,to=62,value=1],[RememberValue:name=null,value=54],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=2],[Move:typeFrom=Cell,from=54,typeTo=Cell,to=43,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=32],[SetVar:name=ML,value=0],[RememberValue:name=null,value=43],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=43,to=53,actions=[Move:typeFrom=Cell,from=43,typeTo=Cell,to=53,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=7,to=0,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=39,value=1],[ForgetValue:name=null,value=54],[ForgetValue:name=null,value=43],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=56,value=1],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=72,value=1],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=71,value=1],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=27,value=0],[SetValue:type=Cell,to=7,value=0],[SetValue:type=Cell,to=65,value=1],[SetValue:type=Cell,to=38,value=1],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=75,value=0],[RememberValue:name=null,value=7],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=7,typeTo=Cell,to=0,decision=true],[Remove:type=Cell,to=0],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=46,to=36,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=35,value=3],[ForgetValue:name=null,value=7],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=17,value=0],[SetValue:type=Cell,to=45,value=3],[SetValue:type=Cell,to=59,value=2],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=62,value=2],[SetValue:type=Cell,to=51,value=1],[SetValue:type=Cell,to=69,value=1],[SetValue:type=Cell,to=34,value=2],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=52,value=3],[SetValue:type=Cell,to=46,value=2],[SetValue:type=Cell,to=49,value=1],[SetValue:type=Cell,to=53,value=2],[RememberValue:name=null,value=46],[SetVar:name=ML,value=2],[SetVar:name=OriginFromCenter,value=1],[Move:typeFrom=Cell,from=46,typeTo=Cell,to=36,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=27],[SetVar:name=ML,value=1],[RememberValue:name=null,value=36],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=36,to=26,actions=[Move:typeFrom=Cell,from=36,typeTo=Cell,to=26,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=26],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=26,to=25,actions=[Move:typeFrom=Cell,from=26,typeTo=Cell,to=25,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=72,to=80,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=39,value=1],[ForgetValue:name=null,value=46],[ForgetValue:name=null,value=36],[ForgetValue:name=null,value=26],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=56,value=1],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=72,value=1],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=71,value=1],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=75,value=0],[SetValue:type=Cell,to=65,value=1],[SetValue:type=Cell,to=38,value=1],[RememberValue:name=null,value=72],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=3],[Move:typeFrom=Cell,from=72,typeTo=Cell,to=80,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=87],[SetVar:name=ML,value=0],[RememberValue:name=null,value=80],[SetNextPlayer:player=2]] +Move=[Move:mover=2,from=80,to=73,actions=[Move:typeFrom=Cell,from=80,typeTo=Cell,to=73,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=82,to=89,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=35,value=3],[ForgetValue:name=null,value=72],[ForgetValue:name=null,value=80],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=17,value=1],[SetValue:type=Cell,to=45,value=2],[SetValue:type=Cell,to=59,value=2],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=62,value=2],[SetValue:type=Cell,to=51,value=1],[SetValue:type=Cell,to=69,value=1],[SetValue:type=Cell,to=34,value=3],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=25,value=3],[SetValue:type=Cell,to=52,value=3],[SetValue:type=Cell,to=53,value=2],[SetValue:type=Cell,to=49,value=1],[RememberValue:name=null,value=82],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=82,typeTo=Cell,to=89,decision=true],[Remove:type=Cell,to=89],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=56,to=46,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=39,value=1],[ForgetValue:name=null,value=82],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=56,value=1],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=38,value=1],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=71,value=0],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=75,value=0],[SetValue:type=Cell,to=65,value=2],[SetValue:type=Cell,to=73,value=1],[RememberValue:name=null,value=56],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=1],[Move:typeFrom=Cell,from=56,typeTo=Cell,to=46,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=46],[SetNextPlayer:player=2]] +Move=[Move:mover=2,from=46,to=36,actions=[Move:typeFrom=Cell,from=46,typeTo=Cell,to=36,decision=true],[Remove:type=Cell,to=36],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=53,to=42,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=35,value=3],[ForgetValue:name=null,value=56],[ForgetValue:name=null,value=46],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=17,value=1],[SetValue:type=Cell,to=45,value=2],[SetValue:type=Cell,to=59,value=2],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=62,value=2],[SetValue:type=Cell,to=51,value=1],[SetValue:type=Cell,to=69,value=1],[SetValue:type=Cell,to=34,value=3],[SetValue:type=Cell,to=49,value=1],[SetValue:type=Cell,to=25,value=3],[SetValue:type=Cell,to=52,value=3],[SetValue:type=Cell,to=53,value=2],[RememberValue:name=null,value=53],[SetVar:name=ML,value=2],[SetVar:name=OriginFromCenter,value=3],[Move:typeFrom=Cell,from=53,typeTo=Cell,to=42,decision=true],[SetVar:name=ML,value=1],[RememberValue:name=null,value=42],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=42,to=31,actions=[Move:typeFrom=Cell,from=42,typeTo=Cell,to=31,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=31],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=31,to=21,actions=[Move:typeFrom=Cell,from=31,typeTo=Cell,to=21,decision=true],[Remove:type=Cell,to=21],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=73,to=80,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=39,value=1],[ForgetValue:name=null,value=53],[ForgetValue:name=null,value=42],[ForgetValue:name=null,value=31],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=73,value=1],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=38,value=1],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=71,value=0],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=75,value=0],[SetValue:type=Cell,to=65,value=1],[RememberValue:name=null,value=73],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=3],[Move:typeFrom=Cell,from=73,typeTo=Cell,to=80,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=80],[SetNextPlayer:player=2]] +Move=[Move:mover=2,from=80,to=79,actions=[Move:typeFrom=Cell,from=80,typeTo=Cell,to=79,decision=true],[Remove:type=Cell,to=79],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=62,to=53,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=35,value=3],[ForgetValue:name=null,value=73],[ForgetValue:name=null,value=80],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=17,value=1],[SetValue:type=Cell,to=45,value=2],[SetValue:type=Cell,to=59,value=2],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=62,value=1],[SetValue:type=Cell,to=51,value=1],[SetValue:type=Cell,to=69,value=1],[SetValue:type=Cell,to=34,value=3],[SetValue:type=Cell,to=49,value=1],[SetValue:type=Cell,to=25,value=3],[SetValue:type=Cell,to=52,value=2],[RememberValue:name=null,value=62],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=62,typeTo=Cell,to=53,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=53],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=53,to=54,actions=[Move:typeFrom=Cell,from=53,typeTo=Cell,to=54,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=38,to=37,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=39,value=1],[ForgetValue:name=null,value=62],[ForgetValue:name=null,value=53],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=65,value=0],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=38,value=1],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=71,value=0],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=75,value=0],[RememberValue:name=null,value=38],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=38,typeTo=Cell,to=37,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=37],[SetNextPlayer:player=2]] +Move=[Move:mover=2,from=37,to=47,actions=[Move:typeFrom=Cell,from=37,typeTo=Cell,to=47,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=69,to=77,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=35,value=3],[ForgetValue:name=null,value=38],[ForgetValue:name=null,value=37],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=64,value=1],[SetValue:type=Cell,to=17,value=1],[SetValue:type=Cell,to=45,value=2],[SetValue:type=Cell,to=59,value=2],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=52,value=1],[SetValue:type=Cell,to=51,value=1],[SetValue:type=Cell,to=69,value=1],[SetValue:type=Cell,to=34,value=3],[SetValue:type=Cell,to=49,value=1],[SetValue:type=Cell,to=25,value=3],[SetValue:type=Cell,to=54,value=1],[RememberValue:name=null,value=69],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=69,typeTo=Cell,to=77,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=77],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=77,to=84,actions=[Move:typeFrom=Cell,from=77,typeTo=Cell,to=84,decision=true],[Remove:type=Cell,to=84],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=65,to=74,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=39,value=0],[ForgetValue:name=null,value=69],[ForgetValue:name=null,value=77],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=65,value=0],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=75,value=0],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=71,value=0],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=47,value=0],[RememberValue:name=null,value=65],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=2],[Move:typeFrom=Cell,from=65,typeTo=Cell,to=74,decision=true],[Remove:type=Cell,to=74],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=45,to=46,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=35,value=3],[ForgetValue:name=null,value=65],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=64,value=1],[SetValue:type=Cell,to=17,value=1],[SetValue:type=Cell,to=45,value=2],[SetValue:type=Cell,to=59,value=1],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=52,value=1],[SetValue:type=Cell,to=51,value=1],[SetValue:type=Cell,to=54,value=1],[SetValue:type=Cell,to=34,value=3],[SetValue:type=Cell,to=49,value=1],[SetValue:type=Cell,to=25,value=3],[RememberValue:name=null,value=45],[SetVar:name=ML,value=2],[SetVar:name=OriginFromCenter,value=0],[Move:typeFrom=Cell,from=45,typeTo=Cell,to=46,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=47],[SetVar:name=ML,value=1],[RememberValue:name=null,value=46],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=46,to=57,actions=[Move:typeFrom=Cell,from=46,typeTo=Cell,to=57,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=57],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=57,to=66,actions=[Move:typeFrom=Cell,from=57,typeTo=Cell,to=66,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=71,to=63,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=39,value=0],[ForgetValue:name=null,value=45],[ForgetValue:name=null,value=46],[ForgetValue:name=null,value=57],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=75,value=0],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=71,value=0],[SetValue:type=Cell,to=68,value=0],[RememberValue:name=null,value=71],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=71,typeTo=Cell,to=63,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=54],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=52,to=62,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=35,value=2],[ForgetValue:name=null,value=71],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=17,value=1],[SetValue:type=Cell,to=25,value=3],[SetValue:type=Cell,to=59,value=1],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=52,value=1],[SetValue:type=Cell,to=51,value=1],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=34,value=2],[SetValue:type=Cell,to=49,value=1],[RememberValue:name=null,value=52],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=52,typeTo=Cell,to=62,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=62],[SetNextPlayer:player=1]] +Move=[Move:mover=1,actions=[Remove:type=Cell,to=62],[Pass:decision=true]] +Move=[Move:mover=2,from=3,to=10,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=39,value=0],[ForgetValue:name=null,value=52],[ForgetValue:name=null,value=62],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=75,value=0],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=63,value=0],[RememberValue:name=null,value=3],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=3,typeTo=Cell,to=10,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=34,to=45,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=35,value=2],[ForgetValue:name=null,value=3],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=17,value=1],[SetValue:type=Cell,to=25,value=3],[SetValue:type=Cell,to=59,value=1],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=49,value=1],[SetValue:type=Cell,to=51,value=0],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=34,value=2],[RememberValue:name=null,value=34],[SetVar:name=ML,value=2],[SetVar:name=OriginFromCenter,value=1],[Move:typeFrom=Cell,from=34,typeTo=Cell,to=45,decision=true],[SetVar:name=ML,value=1],[RememberValue:name=null,value=45],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=45,to=56,actions=[Move:typeFrom=Cell,from=45,typeTo=Cell,to=56,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=56],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=56,to=57,actions=[Move:typeFrom=Cell,from=56,typeTo=Cell,to=57,decision=true],[Remove:type=Cell,to=57],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=20,to=29,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=39,value=0],[ForgetValue:name=null,value=34],[ForgetValue:name=null,value=45],[ForgetValue:name=null,value=56],[SetValue:type=Cell,to=63,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=11,value=1],[SetValue:type=Cell,to=75,value=0],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=10,value=1],[RememberValue:name=null,value=20],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=20,typeTo=Cell,to=29,decision=true],[Remove:type=Cell,to=29],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=19,to=28,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=35,value=1],[ForgetValue:name=null,value=20],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=17,value=1],[SetValue:type=Cell,to=25,value=2],[SetValue:type=Cell,to=59,value=1],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=49,value=1],[SetValue:type=Cell,to=51,value=0],[SetValue:type=Cell,to=66,value=0],[RememberValue:name=null,value=19],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=19,typeTo=Cell,to=28,decision=true],[Remove:type=Cell,to=28],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=11,to=12,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=39,value=0],[ForgetValue:name=null,value=19],[SetValue:type=Cell,to=63,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=11,value=1],[SetValue:type=Cell,to=75,value=0],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=10,value=1],[SetValue:type=Cell,to=68,value=0],[RememberValue:name=null,value=11],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=11,typeTo=Cell,to=12,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=12],[SetNextPlayer:player=2]] +Move=[Move:mover=2,actions=[Remove:type=Cell,to=12],[Pass:decision=true]] +Move=[Move:mover=1,from=35,to=26,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=35,value=1],[ForgetValue:name=null,value=11],[ForgetValue:name=null,value=12],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=17,value=1],[SetValue:type=Cell,to=25,value=2],[SetValue:type=Cell,to=59,value=1],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=49,value=1],[SetValue:type=Cell,to=51,value=0],[RememberValue:name=null,value=35],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=1],[Move:typeFrom=Cell,from=35,typeTo=Cell,to=26,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=26],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=26,to=27,actions=[Move:typeFrom=Cell,from=26,typeTo=Cell,to=27,decision=true],[Remove:type=Cell,to=27],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=10,to=9,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=39,value=0],[ForgetValue:name=null,value=35],[ForgetValue:name=null,value=26],[SetValue:type=Cell,to=63,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=75,value=0],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=10,value=0],[RememberValue:name=null,value=10],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=10,typeTo=Cell,to=9,decision=true],[Remove:type=Cell,to=9],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=5,to=11,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=51,value=0],[ForgetValue:name=null,value=10],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=17,value=1],[SetValue:type=Cell,to=25,value=1],[SetValue:type=Cell,to=59,value=1],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=49,value=1],[RememberValue:name=null,value=5],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=5,typeTo=Cell,to=11,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=41,to=30,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=39,value=0],[ForgetValue:name=null,value=5],[SetValue:type=Cell,to=63,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=75,value=0],[SetValue:type=Cell,to=85,value=0],[RememberValue:name=null,value=41],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=41,typeTo=Cell,to=30,decision=true],[Remove:type=Cell,to=30],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=23,to=32,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=51,value=0],[ForgetValue:name=null,value=41],[SetValue:type=Cell,to=49,value=1],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=17,value=1],[SetValue:type=Cell,to=25,value=1],[SetValue:type=Cell,to=59,value=1],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=11,value=0],[RememberValue:name=null,value=23],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=3],[Move:typeFrom=Cell,from=23,typeTo=Cell,to=32,decision=true],[Remove:type=Cell,to=32],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=68,to=77,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=39,value=0],[ForgetValue:name=null,value=23],[SetValue:type=Cell,to=63,value=0],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=75,value=0],[RememberValue:name=null,value=68],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=68,typeTo=Cell,to=77,decision=true],[Remove:type=Cell,to=77],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=59,to=58,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=51,value=0],[ForgetValue:name=null,value=68],[SetValue:type=Cell,to=49,value=1],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=17,value=1],[SetValue:type=Cell,to=25,value=1],[SetValue:type=Cell,to=59,value=1],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=11,value=0],[RememberValue:name=null,value=59],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=59,typeTo=Cell,to=58,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=58],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=58,to=67,actions=[Move:typeFrom=Cell,from=58,typeTo=Cell,to=67,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=75],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=39,to=50,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=39,value=0],[ForgetValue:name=null,value=59],[ForgetValue:name=null,value=58],[SetValue:type=Cell,to=63,value=0],[SetValue:type=Cell,to=85,value=0],[RememberValue:name=null,value=39],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=39,typeTo=Cell,to=50,decision=true],[Remove:type=Cell,to=50],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=11,to=10,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=51,value=0],[ForgetValue:name=null,value=39],[SetValue:type=Cell,to=49,value=0],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=17,value=1],[SetValue:type=Cell,to=25,value=1],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=66,value=1],[SetValue:type=Cell,to=67,value=1],[RememberValue:name=null,value=11],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=11,typeTo=Cell,to=10,decision=true],[Remove:type=Cell,to=10],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=85,to=79,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=85,value=0],[ForgetValue:name=null,value=11],[SetValue:type=Cell,to=63,value=0],[RememberValue:name=null,value=85],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=85,typeTo=Cell,to=79,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=66,to=57,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=51,value=0],[ForgetValue:name=null,value=85],[SetValue:type=Cell,to=49,value=0],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=17,value=1],[SetValue:type=Cell,to=25,value=1],[SetValue:type=Cell,to=67,value=1],[SetValue:type=Cell,to=66,value=1],[RememberValue:name=null,value=66],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=2],[Move:typeFrom=Cell,from=66,typeTo=Cell,to=57,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=57],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=57,to=56,actions=[Move:typeFrom=Cell,from=57,typeTo=Cell,to=56,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=79,to=85,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=63,value=0],[ForgetValue:name=null,value=66],[ForgetValue:name=null,value=57],[SetValue:type=Cell,to=79,value=0],[RememberValue:name=null,value=79],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=79,typeTo=Cell,to=85,decision=true],[Remove:type=Cell,to=85],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=49,to=39,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=51,value=0],[ForgetValue:name=null,value=79],[SetValue:type=Cell,to=49,value=0],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=17,value=1],[SetValue:type=Cell,to=25,value=1],[SetValue:type=Cell,to=67,value=0],[SetValue:type=Cell,to=56,value=0],[RememberValue:name=null,value=49],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=49,typeTo=Cell,to=39,decision=true],[Remove:type=Cell,to=39],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=63,to=71,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=63,value=0],[ForgetValue:name=null,value=49],[RememberValue:name=null,value=63],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=3],[Move:typeFrom=Cell,from=63,typeTo=Cell,to=71,decision=true],[Remove:type=Cell,to=71],[SetVar:name=ML,value=-1]] +LEGAL MOVES LIST SIZE = 81 +LEGAL MOVES LIST SIZE = 79 +LEGAL MOVES LIST SIZE = 78 +LEGAL MOVES LIST SIZE = 76 +LEGAL MOVES LIST SIZE = 77 +LEGAL MOVES LIST SIZE = 75 +LEGAL MOVES LIST SIZE = 76 +LEGAL MOVES LIST SIZE = 76 +LEGAL MOVES LIST SIZE = 76 +LEGAL MOVES LIST SIZE = 77 +LEGAL MOVES LIST SIZE = 71 +LEGAL MOVES LIST SIZE = 4 +LEGAL MOVES LIST SIZE = 78 +LEGAL MOVES LIST SIZE = 71 +LEGAL MOVES LIST SIZE = 79 +LEGAL MOVES LIST SIZE = 2 +LEGAL MOVES LIST SIZE = 67 +LEGAL MOVES LIST SIZE = 3 +LEGAL MOVES LIST SIZE = 79 +LEGAL MOVES LIST SIZE = 5 +LEGAL MOVES LIST SIZE = 68 +LEGAL MOVES LIST SIZE = 74 +LEGAL MOVES LIST SIZE = 68 +LEGAL MOVES LIST SIZE = 71 +LEGAL MOVES LIST SIZE = 3 +LEGAL MOVES LIST SIZE = 65 +LEGAL MOVES LIST SIZE = 70 +LEGAL MOVES LIST SIZE = 67 +LEGAL MOVES LIST SIZE = 68 +LEGAL MOVES LIST SIZE = 60 +LEGAL MOVES LIST SIZE = 2 +LEGAL MOVES LIST SIZE = 69 +LEGAL MOVES LIST SIZE = 2 +LEGAL MOVES LIST SIZE = 62 +LEGAL MOVES LIST SIZE = 6 +LEGAL MOVES LIST SIZE = 68 +LEGAL MOVES LIST SIZE = 58 +LEGAL MOVES LIST SIZE = 5 +LEGAL MOVES LIST SIZE = 66 +LEGAL MOVES LIST SIZE = 62 +LEGAL MOVES LIST SIZE = 62 +LEGAL MOVES LIST SIZE = 62 +LEGAL MOVES LIST SIZE = 6 +LEGAL MOVES LIST SIZE = 59 +LEGAL MOVES LIST SIZE = 61 +LEGAL MOVES LIST SIZE = 5 +LEGAL MOVES LIST SIZE = 4 +LEGAL MOVES LIST SIZE = 49 +LEGAL MOVES LIST SIZE = 6 +LEGAL MOVES LIST SIZE = 57 +LEGAL MOVES LIST SIZE = 50 +LEGAL MOVES LIST SIZE = 4 +LEGAL MOVES LIST SIZE = 53 +LEGAL MOVES LIST SIZE = 4 +LEGAL MOVES LIST SIZE = 5 +LEGAL MOVES LIST SIZE = 47 +LEGAL MOVES LIST SIZE = 6 +LEGAL MOVES LIST SIZE = 52 +LEGAL MOVES LIST SIZE = 5 +LEGAL MOVES LIST SIZE = 45 +LEGAL MOVES LIST SIZE = 6 +LEGAL MOVES LIST SIZE = 54 +LEGAL MOVES LIST SIZE = 3 +LEGAL MOVES LIST SIZE = 49 +LEGAL MOVES LIST SIZE = 54 +LEGAL MOVES LIST SIZE = 5 +LEGAL MOVES LIST SIZE = 6 +LEGAL MOVES LIST SIZE = 37 +LEGAL MOVES LIST SIZE = 52 +LEGAL MOVES LIST SIZE = 5 +LEGAL MOVES LIST SIZE = 37 +LEGAL MOVES LIST SIZE = 48 +LEGAL MOVES LIST SIZE = 5 +LEGAL MOVES LIST SIZE = 5 +LEGAL MOVES LIST SIZE = 36 +LEGAL MOVES LIST SIZE = 47 +LEGAL MOVES LIST SIZE = 34 +LEGAL MOVES LIST SIZE = 3 +LEGAL MOVES LIST SIZE = 43 +LEGAL MOVES LIST SIZE = 4 +LEGAL MOVES LIST SIZE = 31 +LEGAL MOVES LIST SIZE = 40 +LEGAL MOVES LIST SIZE = 26 +LEGAL MOVES LIST SIZE = 44 +LEGAL MOVES LIST SIZE = 21 +LEGAL MOVES LIST SIZE = 39 +LEGAL MOVES LIST SIZE = 6 +LEGAL MOVES LIST SIZE = 11 +LEGAL MOVES LIST SIZE = 41 +LEGAL MOVES LIST SIZE = 8 +LEGAL MOVES LIST SIZE = 35 +LEGAL MOVES LIST SIZE = 5 +LEGAL MOVES LIST SIZE = 11 +LEGAL MOVES LIST SIZE = 37 +LEGAL MOVES LIST SIZE = 5 +numInitialPlacementMoves=60 +winner=1 +endtype=NaturalEnd +rankings=0.0,1.0,2.0 +SANDBOX=false +LUDII_VERSION=1.3.13 diff --git a/Player/res/random_trials/experimental/Rascals/RandomTrial_1.txt b/Player/res/random_trials/experimental/Rascals/RandomTrial_1.txt new file mode 100644 index 0000000000..5abfa3f191 --- /dev/null +++ b/Player/res/random_trials/experimental/Rascals/RandomTrial_1.txt @@ -0,0 +1,260 @@ +game=../Common/res/lud/experimental/Rascals.lud +START GAME OPTIONS +END GAME OPTIONS +RNG internal state=-6,-77,-80,-54,35,-8,-86,-124 +Move=[Move:mover=0,from=0,to=0,actions=[Add:type=Cell,to=0,what=2]] +Move=[Move:mover=0,from=3,to=3,actions=[Add:type=Cell,to=3,what=2]] +Move=[Move:mover=0,from=8,to=8,actions=[Add:type=Cell,to=8,what=2]] +Move=[Move:mover=0,from=11,to=11,actions=[Add:type=Cell,to=11,what=2]] +Move=[Move:mover=0,from=14,to=14,actions=[Add:type=Cell,to=14,what=2]] +Move=[Move:mover=0,from=17,to=17,actions=[Add:type=Cell,to=17,what=2]] +Move=[Move:mover=0,from=20,to=20,actions=[Add:type=Cell,to=20,what=2]] +Move=[Move:mover=0,from=21,to=21,actions=[Add:type=Cell,to=21,what=2]] +Move=[Move:mover=0,from=24,to=24,actions=[Add:type=Cell,to=24,what=2]] +Move=[Move:mover=0,from=27,to=27,actions=[Add:type=Cell,to=27,what=2]] +Move=[Move:mover=0,from=32,to=32,actions=[Add:type=Cell,to=32,what=2]] +Move=[Move:mover=0,from=35,to=35,actions=[Add:type=Cell,to=35,what=2]] +Move=[Move:mover=0,from=38,to=38,actions=[Add:type=Cell,to=38,what=2]] +Move=[Move:mover=0,from=41,to=41,actions=[Add:type=Cell,to=41,what=2]] +Move=[Move:mover=0,from=44,to=44,actions=[Add:type=Cell,to=44,what=2]] +Move=[Move:mover=0,from=47,to=47,actions=[Add:type=Cell,to=47,what=2]] +Move=[Move:mover=0,from=50,to=50,actions=[Add:type=Cell,to=50,what=2]] +Move=[Move:mover=0,from=53,to=53,actions=[Add:type=Cell,to=53,what=2]] +Move=[Move:mover=0,from=56,to=56,actions=[Add:type=Cell,to=56,what=2]] +Move=[Move:mover=0,from=59,to=59,actions=[Add:type=Cell,to=59,what=2]] +Move=[Move:mover=0,from=61,to=61,actions=[Add:type=Cell,to=61,what=2]] +Move=[Move:mover=0,from=64,to=64,actions=[Add:type=Cell,to=64,what=2]] +Move=[Move:mover=0,from=67,to=67,actions=[Add:type=Cell,to=67,what=2]] +Move=[Move:mover=0,from=71,to=71,actions=[Add:type=Cell,to=71,what=2]] +Move=[Move:mover=0,from=74,to=74,actions=[Add:type=Cell,to=74,what=2]] +Move=[Move:mover=0,from=77,to=77,actions=[Add:type=Cell,to=77,what=2]] +Move=[Move:mover=0,from=80,to=80,actions=[Add:type=Cell,to=80,what=2]] +Move=[Move:mover=0,from=83,to=83,actions=[Add:type=Cell,to=83,what=2]] +Move=[Move:mover=0,from=85,to=85,actions=[Add:type=Cell,to=85,what=2]] +Move=[Move:mover=0,from=88,to=88,actions=[Add:type=Cell,to=88,what=2]] +Move=[Move:mover=0,from=2,to=2,actions=[Add:type=Cell,to=2,what=1]] +Move=[Move:mover=0,from=5,to=5,actions=[Add:type=Cell,to=5,what=1]] +Move=[Move:mover=0,from=7,to=7,actions=[Add:type=Cell,to=7,what=1]] +Move=[Move:mover=0,from=10,to=10,actions=[Add:type=Cell,to=10,what=1]] +Move=[Move:mover=0,from=13,to=13,actions=[Add:type=Cell,to=13,what=1]] +Move=[Move:mover=0,from=16,to=16,actions=[Add:type=Cell,to=16,what=1]] +Move=[Move:mover=0,from=19,to=19,actions=[Add:type=Cell,to=19,what=1]] +Move=[Move:mover=0,from=23,to=23,actions=[Add:type=Cell,to=23,what=1]] +Move=[Move:mover=0,from=26,to=26,actions=[Add:type=Cell,to=26,what=1]] +Move=[Move:mover=0,from=29,to=29,actions=[Add:type=Cell,to=29,what=1]] +Move=[Move:mover=0,from=31,to=31,actions=[Add:type=Cell,to=31,what=1]] +Move=[Move:mover=0,from=34,to=34,actions=[Add:type=Cell,to=34,what=1]] +Move=[Move:mover=0,from=37,to=37,actions=[Add:type=Cell,to=37,what=1]] +Move=[Move:mover=0,from=40,to=40,actions=[Add:type=Cell,to=40,what=1]] +Move=[Move:mover=0,from=43,to=43,actions=[Add:type=Cell,to=43,what=1]] +Move=[Move:mover=0,from=46,to=46,actions=[Add:type=Cell,to=46,what=1]] +Move=[Move:mover=0,from=49,to=49,actions=[Add:type=Cell,to=49,what=1]] +Move=[Move:mover=0,from=52,to=52,actions=[Add:type=Cell,to=52,what=1]] +Move=[Move:mover=0,from=55,to=55,actions=[Add:type=Cell,to=55,what=1]] +Move=[Move:mover=0,from=58,to=58,actions=[Add:type=Cell,to=58,what=1]] +Move=[Move:mover=0,from=63,to=63,actions=[Add:type=Cell,to=63,what=1]] +Move=[Move:mover=0,from=66,to=66,actions=[Add:type=Cell,to=66,what=1]] +Move=[Move:mover=0,from=69,to=69,actions=[Add:type=Cell,to=69,what=1]] +Move=[Move:mover=0,from=70,to=70,actions=[Add:type=Cell,to=70,what=1]] +Move=[Move:mover=0,from=73,to=73,actions=[Add:type=Cell,to=73,what=1]] +Move=[Move:mover=0,from=76,to=76,actions=[Add:type=Cell,to=76,what=1]] +Move=[Move:mover=0,from=79,to=79,actions=[Add:type=Cell,to=79,what=1]] +Move=[Move:mover=0,from=82,to=82,actions=[Add:type=Cell,to=82,what=1]] +Move=[Move:mover=0,from=87,to=87,actions=[Add:type=Cell,to=87,what=1]] +Move=[Move:mover=0,from=90,to=90,actions=[Add:type=Cell,to=90,what=1]] +Move=[Move:mover=1,from=66,to=57,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=2,value=0],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=0],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=13,value=0],[SetValue:type=Cell,to=16,value=0],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=29,value=0],[SetValue:type=Cell,to=31,value=0],[SetValue:type=Cell,to=34,value=0],[SetValue:type=Cell,to=37,value=0],[SetValue:type=Cell,to=40,value=0],[SetValue:type=Cell,to=43,value=0],[SetValue:type=Cell,to=46,value=0],[SetValue:type=Cell,to=49,value=0],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=55,value=0],[SetValue:type=Cell,to=58,value=0],[SetValue:type=Cell,to=63,value=0],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=69,value=0],[SetValue:type=Cell,to=70,value=0],[SetValue:type=Cell,to=73,value=0],[SetValue:type=Cell,to=76,value=0],[SetValue:type=Cell,to=79,value=0],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=90,value=0],[RememberValue:name=null,value=66],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=2],[Move:typeFrom=Cell,from=66,typeTo=Cell,to=57,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=47],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=38,to=48,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=0,value=0],[ForgetValue:name=null,value=66],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=8,value=0],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=14,value=0],[SetValue:type=Cell,to=17,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=24,value=0],[SetValue:type=Cell,to=27,value=0],[SetValue:type=Cell,to=32,value=0],[SetValue:type=Cell,to=35,value=0],[SetValue:type=Cell,to=38,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=50,value=0],[SetValue:type=Cell,to=53,value=0],[SetValue:type=Cell,to=56,value=0],[SetValue:type=Cell,to=59,value=0],[SetValue:type=Cell,to=61,value=0],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=67,value=0],[SetValue:type=Cell,to=71,value=0],[SetValue:type=Cell,to=74,value=0],[SetValue:type=Cell,to=77,value=0],[SetValue:type=Cell,to=80,value=0],[SetValue:type=Cell,to=83,value=0],[SetValue:type=Cell,to=85,value=0],[RememberValue:name=null,value=38],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=38,typeTo=Cell,to=48,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=58],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=29,to=28,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=2,value=0],[ForgetValue:name=null,value=38],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=0],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=13,value=0],[SetValue:type=Cell,to=16,value=0],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=29,value=0],[SetValue:type=Cell,to=31,value=0],[SetValue:type=Cell,to=34,value=0],[SetValue:type=Cell,to=37,value=0],[SetValue:type=Cell,to=40,value=0],[SetValue:type=Cell,to=43,value=0],[SetValue:type=Cell,to=46,value=1],[SetValue:type=Cell,to=49,value=0],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=55,value=0],[SetValue:type=Cell,to=57,value=1],[SetValue:type=Cell,to=63,value=0],[SetValue:type=Cell,to=90,value=0],[SetValue:type=Cell,to=69,value=0],[SetValue:type=Cell,to=70,value=0],[SetValue:type=Cell,to=73,value=0],[SetValue:type=Cell,to=76,value=0],[SetValue:type=Cell,to=79,value=0],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=87,value=0],[RememberValue:name=null,value=29],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=29,typeTo=Cell,to=28,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=27],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=77,to=84,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=0,value=0],[ForgetValue:name=null,value=29],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=8,value=0],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=14,value=0],[SetValue:type=Cell,to=17,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=24,value=0],[SetValue:type=Cell,to=48,value=1],[SetValue:type=Cell,to=32,value=0],[SetValue:type=Cell,to=35,value=0],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=50,value=0],[SetValue:type=Cell,to=53,value=0],[SetValue:type=Cell,to=56,value=0],[SetValue:type=Cell,to=59,value=1],[SetValue:type=Cell,to=61,value=0],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=67,value=0],[SetValue:type=Cell,to=71,value=0],[SetValue:type=Cell,to=74,value=0],[SetValue:type=Cell,to=77,value=0],[SetValue:type=Cell,to=80,value=0],[SetValue:type=Cell,to=83,value=0],[RememberValue:name=null,value=77],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=77,typeTo=Cell,to=84,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=90],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=57,to=58,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=2,value=0],[ForgetValue:name=null,value=77],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=0],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=13,value=0],[SetValue:type=Cell,to=16,value=0],[SetValue:type=Cell,to=19,value=1],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=31,value=0],[SetValue:type=Cell,to=34,value=0],[SetValue:type=Cell,to=37,value=1],[SetValue:type=Cell,to=40,value=0],[SetValue:type=Cell,to=43,value=0],[SetValue:type=Cell,to=46,value=1],[SetValue:type=Cell,to=49,value=0],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=55,value=0],[SetValue:type=Cell,to=57,value=1],[SetValue:type=Cell,to=63,value=0],[SetValue:type=Cell,to=28,value=2],[SetValue:type=Cell,to=69,value=0],[SetValue:type=Cell,to=70,value=0],[SetValue:type=Cell,to=73,value=0],[SetValue:type=Cell,to=76,value=0],[SetValue:type=Cell,to=79,value=0],[SetValue:type=Cell,to=82,value=0],[RememberValue:name=null,value=57],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=2],[Move:typeFrom=Cell,from=57,typeTo=Cell,to=58,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=59],[SetVar:name=ML,value=0],[RememberValue:name=null,value=58],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=58,to=47,actions=[Move:typeFrom=Cell,from=58,typeTo=Cell,to=47,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=48,to=58,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=0,value=0],[ForgetValue:name=null,value=57],[ForgetValue:name=null,value=58],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=8,value=0],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=14,value=0],[SetValue:type=Cell,to=17,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=24,value=0],[SetValue:type=Cell,to=48,value=0],[SetValue:type=Cell,to=32,value=0],[SetValue:type=Cell,to=35,value=0],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=50,value=0],[SetValue:type=Cell,to=53,value=0],[SetValue:type=Cell,to=56,value=0],[SetValue:type=Cell,to=84,value=1],[SetValue:type=Cell,to=61,value=0],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=67,value=0],[SetValue:type=Cell,to=71,value=0],[SetValue:type=Cell,to=74,value=0],[SetValue:type=Cell,to=83,value=1],[SetValue:type=Cell,to=80,value=0],[RememberValue:name=null,value=48],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=3],[Move:typeFrom=Cell,from=48,typeTo=Cell,to=58,decision=true],[Remove:type=Cell,to=58],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=49,to=38,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=2,value=0],[ForgetValue:name=null,value=48],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=0],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=13,value=0],[SetValue:type=Cell,to=16,value=0],[SetValue:type=Cell,to=19,value=1],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=31,value=0],[SetValue:type=Cell,to=34,value=0],[SetValue:type=Cell,to=37,value=2],[SetValue:type=Cell,to=40,value=0],[SetValue:type=Cell,to=43,value=0],[SetValue:type=Cell,to=46,value=1],[SetValue:type=Cell,to=49,value=0],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=55,value=0],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=63,value=0],[SetValue:type=Cell,to=28,value=2],[SetValue:type=Cell,to=69,value=0],[SetValue:type=Cell,to=70,value=0],[SetValue:type=Cell,to=73,value=0],[SetValue:type=Cell,to=76,value=0],[SetValue:type=Cell,to=79,value=0],[SetValue:type=Cell,to=47,value=2],[RememberValue:name=null,value=49],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=49,typeTo=Cell,to=38,decision=true],[Remove:type=Cell,to=38],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=53,to=62,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=0,value=0],[ForgetValue:name=null,value=49],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=8,value=0],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=14,value=0],[SetValue:type=Cell,to=17,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=24,value=0],[SetValue:type=Cell,to=80,value=0],[SetValue:type=Cell,to=32,value=0],[SetValue:type=Cell,to=35,value=0],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=50,value=0],[SetValue:type=Cell,to=53,value=0],[SetValue:type=Cell,to=56,value=0],[SetValue:type=Cell,to=84,value=1],[SetValue:type=Cell,to=61,value=0],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=67,value=0],[SetValue:type=Cell,to=71,value=0],[SetValue:type=Cell,to=74,value=0],[SetValue:type=Cell,to=83,value=1],[RememberValue:name=null,value=53],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=3],[Move:typeFrom=Cell,from=53,typeTo=Cell,to=62,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=70],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=23,to=15,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=2,value=0],[ForgetValue:name=null,value=53],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=0],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=13,value=0],[SetValue:type=Cell,to=16,value=0],[SetValue:type=Cell,to=19,value=1],[SetValue:type=Cell,to=23,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=31,value=0],[SetValue:type=Cell,to=34,value=0],[SetValue:type=Cell,to=37,value=2],[SetValue:type=Cell,to=40,value=0],[SetValue:type=Cell,to=43,value=0],[SetValue:type=Cell,to=46,value=1],[SetValue:type=Cell,to=47,value=2],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=55,value=0],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=63,value=0],[SetValue:type=Cell,to=28,value=2],[SetValue:type=Cell,to=69,value=0],[SetValue:type=Cell,to=79,value=0],[SetValue:type=Cell,to=73,value=0],[SetValue:type=Cell,to=76,value=0],[RememberValue:name=null,value=23],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=3],[Move:typeFrom=Cell,from=23,typeTo=Cell,to=15,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=8],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=56,to=65,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=0,value=0],[ForgetValue:name=null,value=23],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=62,value=2],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=14,value=0],[SetValue:type=Cell,to=17,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=24,value=0],[SetValue:type=Cell,to=80,value=0],[SetValue:type=Cell,to=32,value=0],[SetValue:type=Cell,to=35,value=0],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=50,value=0],[SetValue:type=Cell,to=83,value=1],[SetValue:type=Cell,to=56,value=0],[SetValue:type=Cell,to=84,value=1],[SetValue:type=Cell,to=61,value=1],[SetValue:type=Cell,to=64,value=0],[SetValue:type=Cell,to=67,value=0],[SetValue:type=Cell,to=71,value=1],[SetValue:type=Cell,to=74,value=0],[RememberValue:name=null,value=56],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=1],[Move:typeFrom=Cell,from=56,typeTo=Cell,to=65,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=73],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=69,to=68,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=2,value=0],[ForgetValue:name=null,value=56],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=1],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=13,value=0],[SetValue:type=Cell,to=16,value=1],[SetValue:type=Cell,to=19,value=1],[SetValue:type=Cell,to=76,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=31,value=0],[SetValue:type=Cell,to=34,value=0],[SetValue:type=Cell,to=37,value=2],[SetValue:type=Cell,to=40,value=0],[SetValue:type=Cell,to=43,value=0],[SetValue:type=Cell,to=46,value=1],[SetValue:type=Cell,to=47,value=2],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=55,value=0],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=63,value=0],[SetValue:type=Cell,to=28,value=2],[SetValue:type=Cell,to=69,value=0],[SetValue:type=Cell,to=79,value=0],[SetValue:type=Cell,to=15,value=2],[RememberValue:name=null,value=69],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=69,typeTo=Cell,to=68,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=67],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=80,to=73,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=0,value=0],[ForgetValue:name=null,value=69],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=62,value=2],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=14,value=0],[SetValue:type=Cell,to=17,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=24,value=0],[SetValue:type=Cell,to=80,value=0],[SetValue:type=Cell,to=32,value=0],[SetValue:type=Cell,to=35,value=0],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=50,value=0],[SetValue:type=Cell,to=83,value=1],[SetValue:type=Cell,to=74,value=1],[SetValue:type=Cell,to=84,value=1],[SetValue:type=Cell,to=61,value=1],[SetValue:type=Cell,to=64,value=1],[SetValue:type=Cell,to=65,value=2],[SetValue:type=Cell,to=71,value=1],[RememberValue:name=null,value=80],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=80,typeTo=Cell,to=73,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=76,to=67,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=2,value=0],[ForgetValue:name=null,value=80],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=1],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=13,value=0],[SetValue:type=Cell,to=16,value=1],[SetValue:type=Cell,to=19,value=1],[SetValue:type=Cell,to=76,value=1],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=31,value=0],[SetValue:type=Cell,to=34,value=0],[SetValue:type=Cell,to=37,value=2],[SetValue:type=Cell,to=40,value=0],[SetValue:type=Cell,to=43,value=0],[SetValue:type=Cell,to=46,value=1],[SetValue:type=Cell,to=47,value=2],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=55,value=0],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=63,value=0],[SetValue:type=Cell,to=28,value=2],[SetValue:type=Cell,to=15,value=2],[SetValue:type=Cell,to=79,value=0],[SetValue:type=Cell,to=68,value=1],[RememberValue:name=null,value=76],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=76,typeTo=Cell,to=67,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=67],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=67,to=66,actions=[Move:typeFrom=Cell,from=67,typeTo=Cell,to=66,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=65],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=14,to=6,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=0,value=0],[ForgetValue:name=null,value=76],[ForgetValue:name=null,value=67],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=62,value=2],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=14,value=0],[SetValue:type=Cell,to=17,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=24,value=0],[SetValue:type=Cell,to=71,value=1],[SetValue:type=Cell,to=32,value=0],[SetValue:type=Cell,to=35,value=0],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=50,value=0],[SetValue:type=Cell,to=83,value=1],[SetValue:type=Cell,to=74,value=1],[SetValue:type=Cell,to=84,value=1],[SetValue:type=Cell,to=61,value=1],[SetValue:type=Cell,to=64,value=1],[SetValue:type=Cell,to=73,value=2],[RememberValue:name=null,value=14],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=14,typeTo=Cell,to=6,decision=true],[Remove:type=Cell,to=6],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=82,to=81,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=2,value=0],[ForgetValue:name=null,value=14],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=1],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=13,value=0],[SetValue:type=Cell,to=16,value=1],[SetValue:type=Cell,to=19,value=1],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=31,value=0],[SetValue:type=Cell,to=34,value=0],[SetValue:type=Cell,to=37,value=2],[SetValue:type=Cell,to=40,value=0],[SetValue:type=Cell,to=43,value=0],[SetValue:type=Cell,to=46,value=1],[SetValue:type=Cell,to=47,value=2],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=55,value=0],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=63,value=0],[SetValue:type=Cell,to=28,value=2],[SetValue:type=Cell,to=15,value=2],[SetValue:type=Cell,to=79,value=0],[SetValue:type=Cell,to=66,value=0],[RememberValue:name=null,value=82],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=82,typeTo=Cell,to=81,decision=true],[Remove:type=Cell,to=81],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=50,to=49,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=0,value=0],[ForgetValue:name=null,value=82],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=62,value=2],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=73,value=2],[SetValue:type=Cell,to=17,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=24,value=0],[SetValue:type=Cell,to=71,value=1],[SetValue:type=Cell,to=32,value=0],[SetValue:type=Cell,to=35,value=0],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=50,value=0],[SetValue:type=Cell,to=83,value=1],[SetValue:type=Cell,to=74,value=1],[SetValue:type=Cell,to=84,value=1],[SetValue:type=Cell,to=61,value=1],[SetValue:type=Cell,to=64,value=1],[RememberValue:name=null,value=50],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=50,typeTo=Cell,to=49,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=47,to=36,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=2,value=0],[ForgetValue:name=null,value=50],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=1],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=13,value=0],[SetValue:type=Cell,to=16,value=1],[SetValue:type=Cell,to=19,value=1],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=31,value=0],[SetValue:type=Cell,to=34,value=0],[SetValue:type=Cell,to=37,value=2],[SetValue:type=Cell,to=40,value=0],[SetValue:type=Cell,to=43,value=0],[SetValue:type=Cell,to=46,value=1],[SetValue:type=Cell,to=47,value=2],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=55,value=0],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=63,value=0],[SetValue:type=Cell,to=28,value=2],[SetValue:type=Cell,to=15,value=2],[SetValue:type=Cell,to=79,value=0],[RememberValue:name=null,value=47],[SetVar:name=ML,value=2],[SetVar:name=OriginFromCenter,value=2],[Move:typeFrom=Cell,from=47,typeTo=Cell,to=36,decision=true],[SetVar:name=ML,value=1],[RememberValue:name=null,value=36],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=36,to=27,actions=[Move:typeFrom=Cell,from=36,typeTo=Cell,to=27,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=27],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=27,to=18,actions=[Move:typeFrom=Cell,from=27,typeTo=Cell,to=18,decision=true],[Remove:type=Cell,to=18],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=71,to=78,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=0,value=0],[ForgetValue:name=null,value=47],[ForgetValue:name=null,value=36],[ForgetValue:name=null,value=27],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=62,value=2],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=73,value=2],[SetValue:type=Cell,to=17,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=24,value=0],[SetValue:type=Cell,to=71,value=1],[SetValue:type=Cell,to=32,value=0],[SetValue:type=Cell,to=35,value=0],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=64,value=1],[SetValue:type=Cell,to=83,value=1],[SetValue:type=Cell,to=74,value=1],[SetValue:type=Cell,to=84,value=1],[SetValue:type=Cell,to=61,value=1],[SetValue:type=Cell,to=49,value=0],[RememberValue:name=null,value=71],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=71,typeTo=Cell,to=78,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=78],[SetNextPlayer:player=2]] +Move=[Move:mover=2,actions=[Remove:type=Cell,to=78],[Pass:decision=true]] +Move=[Move:mover=1,from=34,to=33,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=2,value=0],[ForgetValue:name=null,value=71],[ForgetValue:name=null,value=78],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=1],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=13,value=0],[SetValue:type=Cell,to=16,value=1],[SetValue:type=Cell,to=19,value=1],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=31,value=0],[SetValue:type=Cell,to=34,value=0],[SetValue:type=Cell,to=37,value=1],[SetValue:type=Cell,to=40,value=0],[SetValue:type=Cell,to=43,value=0],[SetValue:type=Cell,to=46,value=0],[SetValue:type=Cell,to=79,value=0],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=55,value=0],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=63,value=0],[SetValue:type=Cell,to=28,value=2],[SetValue:type=Cell,to=15,value=2],[RememberValue:name=null,value=34],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=1],[Move:typeFrom=Cell,from=34,typeTo=Cell,to=33,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=32],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=49,to=39,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=0,value=0],[ForgetValue:name=null,value=34],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=62,value=1],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=73,value=2],[SetValue:type=Cell,to=17,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=24,value=0],[SetValue:type=Cell,to=49,value=0],[SetValue:type=Cell,to=61,value=1],[SetValue:type=Cell,to=35,value=0],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=64,value=1],[SetValue:type=Cell,to=83,value=1],[SetValue:type=Cell,to=74,value=1],[SetValue:type=Cell,to=84,value=1],[RememberValue:name=null,value=49],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=49,typeTo=Cell,to=39,decision=true],[Remove:type=Cell,to=39],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=55,to=54,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=2,value=0],[ForgetValue:name=null,value=49],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=1],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=13,value=0],[SetValue:type=Cell,to=16,value=1],[SetValue:type=Cell,to=19,value=1],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=31,value=0],[SetValue:type=Cell,to=15,value=2],[SetValue:type=Cell,to=37,value=1],[SetValue:type=Cell,to=40,value=0],[SetValue:type=Cell,to=43,value=1],[SetValue:type=Cell,to=46,value=0],[SetValue:type=Cell,to=79,value=0],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=55,value=0],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=63,value=0],[SetValue:type=Cell,to=28,value=2],[SetValue:type=Cell,to=33,value=1],[RememberValue:name=null,value=55],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=1],[Move:typeFrom=Cell,from=55,typeTo=Cell,to=54,decision=true],[Remove:type=Cell,to=54],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=24,to=34,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=0,value=0],[ForgetValue:name=null,value=55],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=62,value=1],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=73,value=2],[SetValue:type=Cell,to=17,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=24,value=0],[SetValue:type=Cell,to=84,value=1],[SetValue:type=Cell,to=61,value=1],[SetValue:type=Cell,to=35,value=0],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=64,value=1],[SetValue:type=Cell,to=83,value=1],[SetValue:type=Cell,to=74,value=1],[RememberValue:name=null,value=24],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=2],[Move:typeFrom=Cell,from=24,typeTo=Cell,to=34,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=16,to=25,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=2,value=0],[ForgetValue:name=null,value=24],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=1],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=13,value=0],[SetValue:type=Cell,to=16,value=1],[SetValue:type=Cell,to=19,value=1],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=31,value=0],[SetValue:type=Cell,to=15,value=2],[SetValue:type=Cell,to=37,value=1],[SetValue:type=Cell,to=40,value=0],[SetValue:type=Cell,to=43,value=1],[SetValue:type=Cell,to=46,value=0],[SetValue:type=Cell,to=79,value=0],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=33,value=1],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=63,value=0],[SetValue:type=Cell,to=28,value=2],[RememberValue:name=null,value=16],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=3],[Move:typeFrom=Cell,from=16,typeTo=Cell,to=25,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=35],[SetVar:name=ML,value=0],[RememberValue:name=null,value=25],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=25,to=24,actions=[Move:typeFrom=Cell,from=25,typeTo=Cell,to=24,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=61,to=70,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=0,value=0],[ForgetValue:name=null,value=16],[ForgetValue:name=null,value=25],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=62,value=1],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=73,value=2],[SetValue:type=Cell,to=17,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=74,value=1],[SetValue:type=Cell,to=84,value=1],[SetValue:type=Cell,to=61,value=1],[SetValue:type=Cell,to=34,value=1],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=1],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=64,value=1],[SetValue:type=Cell,to=83,value=1],[RememberValue:name=null,value=61],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=61,typeTo=Cell,to=70,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=70],[SetNextPlayer:player=2]] +Move=[Move:mover=2,from=70,to=71,actions=[Move:typeFrom=Cell,from=70,typeTo=Cell,to=71,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=2,to=1,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=2,value=0],[ForgetValue:name=null,value=61],[ForgetValue:name=null,value=70],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=1],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=13,value=0],[SetValue:type=Cell,to=28,value=2],[SetValue:type=Cell,to=19,value=1],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=31,value=0],[SetValue:type=Cell,to=15,value=2],[SetValue:type=Cell,to=37,value=1],[SetValue:type=Cell,to=40,value=0],[SetValue:type=Cell,to=43,value=1],[SetValue:type=Cell,to=46,value=0],[SetValue:type=Cell,to=79,value=0],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=33,value=2],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=63,value=0],[SetValue:type=Cell,to=24,value=2],[RememberValue:name=null,value=2],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=2,typeTo=Cell,to=1,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=0],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=71,to=78,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=71,value=1],[ForgetValue:name=null,value=2],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=62,value=1],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=73,value=2],[SetValue:type=Cell,to=17,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=74,value=1],[SetValue:type=Cell,to=84,value=1],[SetValue:type=Cell,to=83,value=1],[SetValue:type=Cell,to=34,value=1],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=1],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=64,value=1],[RememberValue:name=null,value=71],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=71,typeTo=Cell,to=78,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=78],[SetNextPlayer:player=2]] +Move=[Move:mover=2,actions=[Remove:type=Cell,to=78],[Pass:decision=true]] +Move=[Move:mover=1,from=13,to=22,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=24,value=2],[ForgetValue:name=null,value=71],[ForgetValue:name=null,value=78],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=2],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=13,value=0],[SetValue:type=Cell,to=28,value=2],[SetValue:type=Cell,to=19,value=1],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=31,value=0],[SetValue:type=Cell,to=15,value=2],[SetValue:type=Cell,to=37,value=1],[SetValue:type=Cell,to=40,value=0],[SetValue:type=Cell,to=43,value=1],[SetValue:type=Cell,to=46,value=0],[SetValue:type=Cell,to=79,value=0],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=33,value=2],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=63,value=0],[SetValue:type=Cell,to=1,value=1],[RememberValue:name=null,value=13],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=13,typeTo=Cell,to=22,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=84,to=76,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=64,value=1],[ForgetValue:name=null,value=13],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=62,value=0],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=73,value=2],[SetValue:type=Cell,to=17,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=74,value=1],[SetValue:type=Cell,to=84,value=1],[SetValue:type=Cell,to=83,value=1],[SetValue:type=Cell,to=34,value=1],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=1],[SetValue:type=Cell,to=88,value=0],[RememberValue:name=null,value=84],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=84,typeTo=Cell,to=76,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=76],[SetNextPlayer:player=2]] +Move=[Move:mover=2,from=76,to=77,actions=[Move:typeFrom=Cell,from=76,typeTo=Cell,to=77,decision=true],[Remove:type=Cell,to=77],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=40,to=51,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=24,value=2],[ForgetValue:name=null,value=84],[ForgetValue:name=null,value=76],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=2],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=1,value=1],[SetValue:type=Cell,to=28,value=2],[SetValue:type=Cell,to=19,value=1],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=31,value=1],[SetValue:type=Cell,to=15,value=2],[SetValue:type=Cell,to=37,value=1],[SetValue:type=Cell,to=40,value=0],[SetValue:type=Cell,to=43,value=1],[SetValue:type=Cell,to=46,value=0],[SetValue:type=Cell,to=79,value=0],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=33,value=2],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=63,value=0],[SetValue:type=Cell,to=22,value=1],[RememberValue:name=null,value=40],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=40,typeTo=Cell,to=51,decision=true],[Remove:type=Cell,to=51],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=3,to=9,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=64,value=1],[ForgetValue:name=null,value=40],[SetValue:type=Cell,to=3,value=0],[SetValue:type=Cell,to=62,value=0],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=73,value=2],[SetValue:type=Cell,to=17,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=74,value=1],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=83,value=0],[SetValue:type=Cell,to=34,value=1],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=41,value=0],[SetValue:type=Cell,to=44,value=1],[RememberValue:name=null,value=3],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=3,typeTo=Cell,to=9,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=79,to=71,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=24,value=2],[ForgetValue:name=null,value=3],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=2],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=1,value=1],[SetValue:type=Cell,to=28,value=2],[SetValue:type=Cell,to=19,value=1],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=31,value=1],[SetValue:type=Cell,to=15,value=2],[SetValue:type=Cell,to=37,value=1],[SetValue:type=Cell,to=22,value=1],[SetValue:type=Cell,to=43,value=1],[SetValue:type=Cell,to=46,value=0],[SetValue:type=Cell,to=79,value=0],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=33,value=2],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=63,value=0],[RememberValue:name=null,value=79],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=79,typeTo=Cell,to=71,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=62],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=41,to=40,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=64,value=1],[ForgetValue:name=null,value=79],[SetValue:type=Cell,to=44,value=1],[SetValue:type=Cell,to=9,value=1],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=73,value=2],[SetValue:type=Cell,to=17,value=1],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=74,value=1],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=83,value=0],[SetValue:type=Cell,to=34,value=1],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=41,value=0],[RememberValue:name=null,value=41],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=41,typeTo=Cell,to=40,decision=true],[Remove:type=Cell,to=40],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=37,to=48,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=24,value=2],[ForgetValue:name=null,value=41],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=2],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=1,value=1],[SetValue:type=Cell,to=28,value=2],[SetValue:type=Cell,to=19,value=1],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=31,value=1],[SetValue:type=Cell,to=15,value=2],[SetValue:type=Cell,to=37,value=1],[SetValue:type=Cell,to=22,value=1],[SetValue:type=Cell,to=43,value=1],[SetValue:type=Cell,to=46,value=0],[SetValue:type=Cell,to=63,value=1],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=33,value=2],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=71,value=1],[RememberValue:name=null,value=37],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=3],[Move:typeFrom=Cell,from=37,typeTo=Cell,to=48,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=48],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=48,to=47,actions=[Move:typeFrom=Cell,from=48,typeTo=Cell,to=47,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=17,to=18,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=64,value=1],[ForgetValue:name=null,value=37],[ForgetValue:name=null,value=48],[SetValue:type=Cell,to=44,value=1],[SetValue:type=Cell,to=9,value=1],[SetValue:type=Cell,to=11,value=0],[SetValue:type=Cell,to=73,value=2],[SetValue:type=Cell,to=17,value=1],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=74,value=1],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=83,value=0],[SetValue:type=Cell,to=34,value=1],[SetValue:type=Cell,to=85,value=0],[RememberValue:name=null,value=17],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=3],[Move:typeFrom=Cell,from=17,typeTo=Cell,to=18,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=19],[SetVar:name=ML,value=0],[RememberValue:name=null,value=18],[SetNextPlayer:player=2]] +Move=[Move:mover=2,from=18,to=19,actions=[Move:typeFrom=Cell,from=18,typeTo=Cell,to=19,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=1,to=0,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=24,value=2],[ForgetValue:name=null,value=17],[ForgetValue:name=null,value=18],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=2],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=1,value=1],[SetValue:type=Cell,to=28,value=0],[SetValue:type=Cell,to=47,value=1],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=31,value=1],[SetValue:type=Cell,to=15,value=2],[SetValue:type=Cell,to=71,value=1],[SetValue:type=Cell,to=22,value=1],[SetValue:type=Cell,to=43,value=1],[SetValue:type=Cell,to=46,value=1],[SetValue:type=Cell,to=63,value=1],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=33,value=2],[SetValue:type=Cell,to=66,value=0],[RememberValue:name=null,value=1],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=1,typeTo=Cell,to=0,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=0],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=0,to=6,actions=[Move:typeFrom=Cell,from=0,typeTo=Cell,to=6,decision=true],[Remove:type=Cell,to=6],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=34,to=35,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=64,value=1],[ForgetValue:name=null,value=1],[ForgetValue:name=null,value=0],[SetValue:type=Cell,to=44,value=1],[SetValue:type=Cell,to=9,value=0],[SetValue:type=Cell,to=11,value=1],[SetValue:type=Cell,to=73,value=2],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=20,value=1],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=74,value=1],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=83,value=0],[SetValue:type=Cell,to=34,value=1],[SetValue:type=Cell,to=19,value=2],[RememberValue:name=null,value=34],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=1],[Move:typeFrom=Cell,from=34,typeTo=Cell,to=35,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=35],[SetNextPlayer:player=2]] +Move=[Move:mover=2,from=35,to=36,actions=[Move:typeFrom=Cell,from=35,typeTo=Cell,to=36,decision=true],[Remove:type=Cell,to=36],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=33,to=23,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=24,value=2],[ForgetValue:name=null,value=34],[ForgetValue:name=null,value=35],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=1],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=66,value=0],[SetValue:type=Cell,to=28,value=0],[SetValue:type=Cell,to=47,value=1],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=31,value=1],[SetValue:type=Cell,to=15,value=2],[SetValue:type=Cell,to=71,value=1],[SetValue:type=Cell,to=22,value=1],[SetValue:type=Cell,to=43,value=1],[SetValue:type=Cell,to=46,value=1],[SetValue:type=Cell,to=63,value=1],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=33,value=2],[RememberValue:name=null,value=33],[SetVar:name=ML,value=2],[SetVar:name=OriginFromCenter,value=2],[Move:typeFrom=Cell,from=33,typeTo=Cell,to=23,decision=true],[SetVar:name=ML,value=1],[RememberValue:name=null,value=23],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=23,to=14,actions=[Move:typeFrom=Cell,from=23,typeTo=Cell,to=14,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=14],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=14,to=6,actions=[Move:typeFrom=Cell,from=14,typeTo=Cell,to=6,decision=true],[Remove:type=Cell,to=6],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=64,to=65,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=64,value=1],[ForgetValue:name=null,value=33],[ForgetValue:name=null,value=23],[ForgetValue:name=null,value=14],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=9,value=0],[SetValue:type=Cell,to=11,value=1],[SetValue:type=Cell,to=73,value=2],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=20,value=1],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=74,value=1],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=83,value=0],[SetValue:type=Cell,to=19,value=2],[RememberValue:name=null,value=64],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=2],[Move:typeFrom=Cell,from=64,typeTo=Cell,to=65,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=66],[SetVar:name=ML,value=0],[RememberValue:name=null,value=65],[SetNextPlayer:player=2]] +Move=[Move:mover=2,actions=[Remove:type=Cell,to=65],[Pass:decision=true]] +Move=[Move:mover=1,from=46,to=35,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=24,value=1],[ForgetValue:name=null,value=64],[ForgetValue:name=null,value=65],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=1],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=28,value=0],[SetValue:type=Cell,to=47,value=1],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=31,value=1],[SetValue:type=Cell,to=15,value=2],[SetValue:type=Cell,to=71,value=1],[SetValue:type=Cell,to=22,value=1],[SetValue:type=Cell,to=43,value=0],[SetValue:type=Cell,to=46,value=1],[SetValue:type=Cell,to=63,value=1],[RememberValue:name=null,value=46],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=1],[Move:typeFrom=Cell,from=46,typeTo=Cell,to=35,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=35],[SetNextPlayer:player=1]] +Move=[Move:mover=1,actions=[Remove:type=Cell,to=35],[Pass:decision=true]] +Move=[Move:mover=2,from=21,to=13,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=19,value=2],[ForgetValue:name=null,value=46],[ForgetValue:name=null,value=35],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=9,value=0],[SetValue:type=Cell,to=11,value=1],[SetValue:type=Cell,to=73,value=1],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=20,value=1],[SetValue:type=Cell,to=21,value=0],[SetValue:type=Cell,to=74,value=1],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=83,value=0],[RememberValue:name=null,value=21],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=21,typeTo=Cell,to=13,decision=true],[Remove:type=Cell,to=13],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=68,to=58,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=24,value=1],[ForgetValue:name=null,value=21],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=1],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=28,value=0],[SetValue:type=Cell,to=47,value=0],[SetValue:type=Cell,to=68,value=0],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=87,value=0],[SetValue:type=Cell,to=31,value=1],[SetValue:type=Cell,to=15,value=2],[SetValue:type=Cell,to=71,value=1],[SetValue:type=Cell,to=22,value=1],[SetValue:type=Cell,to=43,value=0],[SetValue:type=Cell,to=63,value=1],[RememberValue:name=null,value=68],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=68,typeTo=Cell,to=58,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=74,to=81,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=19,value=2],[ForgetValue:name=null,value=68],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=9,value=0],[SetValue:type=Cell,to=11,value=1],[SetValue:type=Cell,to=73,value=1],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=20,value=1],[SetValue:type=Cell,to=83,value=0],[SetValue:type=Cell,to=74,value=1],[SetValue:type=Cell,to=88,value=0],[RememberValue:name=null,value=74],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=3],[Move:typeFrom=Cell,from=74,typeTo=Cell,to=81,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=87],[SetVar:name=ML,value=0],[RememberValue:name=null,value=81],[SetNextPlayer:player=2]] +Move=[Move:mover=2,actions=[Remove:type=Cell,to=81],[Pass:decision=true]] +Move=[Move:mover=1,from=43,to=54,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=24,value=1],[ForgetValue:name=null,value=74],[ForgetValue:name=null,value=81],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=1],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=28,value=0],[SetValue:type=Cell,to=47,value=1],[SetValue:type=Cell,to=63,value=1],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=58,value=1],[SetValue:type=Cell,to=31,value=1],[SetValue:type=Cell,to=15,value=2],[SetValue:type=Cell,to=71,value=1],[SetValue:type=Cell,to=22,value=1],[SetValue:type=Cell,to=43,value=0],[RememberValue:name=null,value=43],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=2],[Move:typeFrom=Cell,from=43,typeTo=Cell,to=54,decision=true],[Remove:type=Cell,to=54],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=83,to=82,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=19,value=2],[ForgetValue:name=null,value=43],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=9,value=0],[SetValue:type=Cell,to=11,value=1],[SetValue:type=Cell,to=73,value=0],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=20,value=1],[SetValue:type=Cell,to=83,value=0],[SetValue:type=Cell,to=88,value=0],[RememberValue:name=null,value=83],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=83,typeTo=Cell,to=82,decision=true],[Remove:type=Cell,to=82],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=15,to=14,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=24,value=1],[ForgetValue:name=null,value=83],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=1],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=28,value=0],[SetValue:type=Cell,to=47,value=1],[SetValue:type=Cell,to=63,value=1],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=58,value=1],[SetValue:type=Cell,to=31,value=1],[SetValue:type=Cell,to=15,value=2],[SetValue:type=Cell,to=71,value=1],[SetValue:type=Cell,to=22,value=1],[RememberValue:name=null,value=15],[SetVar:name=ML,value=2],[SetVar:name=OriginFromCenter,value=3],[Move:typeFrom=Cell,from=15,typeTo=Cell,to=14,decision=true],[SetVar:name=ML,value=1],[RememberValue:name=null,value=14],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=14,to=23,actions=[Move:typeFrom=Cell,from=14,typeTo=Cell,to=23,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=23],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=23,to=32,actions=[Move:typeFrom=Cell,from=23,typeTo=Cell,to=32,decision=true],[Remove:type=Cell,to=32],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=11,to=12,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=19,value=2],[ForgetValue:name=null,value=15],[ForgetValue:name=null,value=14],[ForgetValue:name=null,value=23],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=9,value=0],[SetValue:type=Cell,to=11,value=1],[SetValue:type=Cell,to=73,value=0],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=20,value=1],[SetValue:type=Cell,to=88,value=0],[RememberValue:name=null,value=11],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=11,typeTo=Cell,to=12,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=12],[SetNextPlayer:player=2]] +Move=[Move:mover=2,actions=[Remove:type=Cell,to=12],[Pass:decision=true]] +Move=[Move:mover=1,from=22,to=21,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=24,value=0],[ForgetValue:name=null,value=11],[ForgetValue:name=null,value=12],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=0],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=28,value=0],[SetValue:type=Cell,to=47,value=1],[SetValue:type=Cell,to=63,value=1],[SetValue:type=Cell,to=26,value=0],[SetValue:type=Cell,to=58,value=1],[SetValue:type=Cell,to=31,value=1],[SetValue:type=Cell,to=22,value=1],[SetValue:type=Cell,to=71,value=1],[RememberValue:name=null,value=22],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=22,typeTo=Cell,to=21,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=21],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=21,to=30,actions=[Move:typeFrom=Cell,from=21,typeTo=Cell,to=30,decision=true],[Remove:type=Cell,to=30],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=9,to=17,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=19,value=1],[ForgetValue:name=null,value=22],[ForgetValue:name=null,value=21],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=9,value=0],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=73,value=0],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=20,value=1],[RememberValue:name=null,value=9],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=9,typeTo=Cell,to=17,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=26],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=63,to=53,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=24,value=0],[ForgetValue:name=null,value=9],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=0],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=28,value=0],[SetValue:type=Cell,to=47,value=1],[SetValue:type=Cell,to=63,value=1],[SetValue:type=Cell,to=71,value=1],[SetValue:type=Cell,to=58,value=1],[SetValue:type=Cell,to=31,value=0],[RememberValue:name=null,value=63],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=3],[Move:typeFrom=Cell,from=63,typeTo=Cell,to=53,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=53],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=53,to=54,actions=[Move:typeFrom=Cell,from=53,typeTo=Cell,to=54,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=19,to=12,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=19,value=1],[ForgetValue:name=null,value=63],[ForgetValue:name=null,value=53],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=20,value=1],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=73,value=0],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=17,value=0],[RememberValue:name=null,value=19],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=19,typeTo=Cell,to=12,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=12],[SetNextPlayer:player=2]] +Move=[Move:mover=2,actions=[Remove:type=Cell,to=12],[Pass:decision=true]] +Move=[Move:mover=1,from=54,to=63,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=24,value=0],[ForgetValue:name=null,value=19],[ForgetValue:name=null,value=12],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=0],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=28,value=0],[SetValue:type=Cell,to=47,value=1],[SetValue:type=Cell,to=31,value=0],[SetValue:type=Cell,to=71,value=0],[SetValue:type=Cell,to=58,value=1],[SetValue:type=Cell,to=54,value=0],[RememberValue:name=null,value=54],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=2],[Move:typeFrom=Cell,from=54,typeTo=Cell,to=63,decision=true],[Remove:type=Cell,to=63],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=88,to=82,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=17,value=0],[ForgetValue:name=null,value=54],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=88,value=0],[SetValue:type=Cell,to=73,value=0],[SetValue:type=Cell,to=85,value=0],[RememberValue:name=null,value=88],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=88,typeTo=Cell,to=82,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=7,to=1,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=24,value=0],[ForgetValue:name=null,value=88],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=7,value=0],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=28,value=0],[SetValue:type=Cell,to=47,value=1],[SetValue:type=Cell,to=31,value=0],[SetValue:type=Cell,to=71,value=0],[SetValue:type=Cell,to=58,value=1],[RememberValue:name=null,value=7],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=7,typeTo=Cell,to=1,decision=true],[Remove:type=Cell,to=1],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=85,to=86,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=17,value=0],[ForgetValue:name=null,value=7],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=85,value=0],[SetValue:type=Cell,to=73,value=0],[SetValue:type=Cell,to=82,value=0],[RememberValue:name=null,value=85],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=85,typeTo=Cell,to=86,decision=true],[Remove:type=Cell,to=86],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=58,to=48,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=24,value=0],[ForgetValue:name=null,value=85],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=58,value=1],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=28,value=0],[SetValue:type=Cell,to=47,value=1],[SetValue:type=Cell,to=31,value=0],[SetValue:type=Cell,to=71,value=0],[RememberValue:name=null,value=58],[SetVar:name=ML,value=1],[SetVar:name=OriginFromCenter,value=3],[Move:typeFrom=Cell,from=58,typeTo=Cell,to=48,decision=true],[SetVar:name=ML,value=0],[RememberValue:name=null,value=48],[SetNextPlayer:player=1]] +Move=[Move:mover=1,from=48,to=38,actions=[Move:typeFrom=Cell,from=48,typeTo=Cell,to=38,decision=true],[Remove:type=Cell,to=38],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=44,to=45,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=17,value=0],[ForgetValue:name=null,value=58],[ForgetValue:name=null,value=48],[SetValue:type=Cell,to=44,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=73,value=0],[RememberValue:name=null,value=44],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=1],[Move:typeFrom=Cell,from=44,typeTo=Cell,to=45,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=24,to=25,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=24,value=0],[ForgetValue:name=null,value=44],[SetValue:type=Cell,to=5,value=0],[SetValue:type=Cell,to=71,value=0],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=28,value=0],[SetValue:type=Cell,to=47,value=0],[SetValue:type=Cell,to=31,value=0],[RememberValue:name=null,value=24],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=2],[Move:typeFrom=Cell,from=24,typeTo=Cell,to=25,decision=true],[Remove:type=Cell,to=25],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=20,to=12,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=17,value=0],[ForgetValue:name=null,value=24],[SetValue:type=Cell,to=73,value=0],[SetValue:type=Cell,to=20,value=0],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=45,value=0],[RememberValue:name=null,value=20],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=20,typeTo=Cell,to=12,decision=true],[SetVar:name=CaptureFlag,value=1],[Remove:type=Cell,to=5],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=47,to=58,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=31,value=0],[ForgetValue:name=null,value=20],[SetValue:type=Cell,to=47,value=0],[SetValue:type=Cell,to=71,value=0],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=52,value=0],[SetValue:type=Cell,to=28,value=0],[RememberValue:name=null,value=47],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=2],[Move:typeFrom=Cell,from=47,typeTo=Cell,to=58,decision=true],[Remove:type=Cell,to=58],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=12,to=19,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=17,value=0],[ForgetValue:name=null,value=47],[SetValue:type=Cell,to=73,value=0],[SetValue:type=Cell,to=45,value=0],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=12,value=0],[RememberValue:name=null,value=12],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=5],[Move:typeFrom=Cell,from=12,typeTo=Cell,to=19,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=31,to=30,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=31,value=0],[ForgetValue:name=null,value=12],[SetValue:type=Cell,to=28,value=0],[SetValue:type=Cell,to=71,value=0],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=52,value=0],[RememberValue:name=null,value=31],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=31,typeTo=Cell,to=30,decision=true],[Remove:type=Cell,to=30],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=73,to=74,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=17,value=0],[ForgetValue:name=null,value=31],[SetValue:type=Cell,to=73,value=0],[SetValue:type=Cell,to=45,value=0],[SetValue:type=Cell,to=82,value=0],[SetValue:type=Cell,to=19,value=0],[RememberValue:name=null,value=73],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=3],[Move:typeFrom=Cell,from=73,typeTo=Cell,to=74,decision=true],[Remove:type=Cell,to=74],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=28,to=37,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=52,value=0],[ForgetValue:name=null,value=73],[SetValue:type=Cell,to=28,value=0],[SetValue:type=Cell,to=71,value=0],[SetValue:type=Cell,to=10,value=0],[RememberValue:name=null,value=28],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=28,typeTo=Cell,to=37,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=45,to=55,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=17,value=0],[ForgetValue:name=null,value=28],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=45,value=0],[SetValue:type=Cell,to=82,value=0],[RememberValue:name=null,value=45],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=0],[Move:typeFrom=Cell,from=45,typeTo=Cell,to=55,decision=true],[Remove:type=Cell,to=55],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=52,to=41,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=52,value=0],[ForgetValue:name=null,value=45],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=71,value=0],[SetValue:type=Cell,to=37,value=0],[RememberValue:name=null,value=52],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=52,typeTo=Cell,to=41,decision=true],[Remove:type=Cell,to=41],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=17,to=9,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=17,value=0],[ForgetValue:name=null,value=52],[SetValue:type=Cell,to=19,value=0],[SetValue:type=Cell,to=82,value=0],[RememberValue:name=null,value=17],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=3],[Move:typeFrom=Cell,from=17,typeTo=Cell,to=9,decision=true],[Remove:type=Cell,to=9],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=37,to=36,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=37,value=0],[ForgetValue:name=null,value=17],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=71,value=0],[RememberValue:name=null,value=37],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=3],[Move:typeFrom=Cell,from=37,typeTo=Cell,to=36,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=82,to=88,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=82,value=0],[ForgetValue:name=null,value=37],[SetValue:type=Cell,to=19,value=0],[RememberValue:name=null,value=82],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=82,typeTo=Cell,to=88,decision=true],[Remove:type=Cell,to=88],[SetVar:name=ML,value=-1]] +Move=[Move:mover=1,from=10,to=17,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=71,value=0],[ForgetValue:name=null,value=82],[SetValue:type=Cell,to=10,value=0],[SetValue:type=Cell,to=36,value=0],[RememberValue:name=null,value=10],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=10,typeTo=Cell,to=17,decision=true],[SetVar:name=ML,value=-1]] +Move=[Move:mover=2,from=19,to=28,actions=[SetVar:name=CaptureFlag,value=0],[SetValue:type=Cell,to=19,value=0],[ForgetValue:name=null,value=10],[RememberValue:name=null,value=19],[SetVar:name=ML,value=0],[SetVar:name=OriginFromCenter,value=4],[Move:typeFrom=Cell,from=19,typeTo=Cell,to=28,decision=true],[Remove:type=Cell,to=28],[SetVar:name=ML,value=-1]] +LEGAL MOVES LIST SIZE = 81 +LEGAL MOVES LIST SIZE = 79 +LEGAL MOVES LIST SIZE = 80 +LEGAL MOVES LIST SIZE = 77 +LEGAL MOVES LIST SIZE = 80 +LEGAL MOVES LIST SIZE = 4 +LEGAL MOVES LIST SIZE = 76 +LEGAL MOVES LIST SIZE = 84 +LEGAL MOVES LIST SIZE = 74 +LEGAL MOVES LIST SIZE = 78 +LEGAL MOVES LIST SIZE = 71 +LEGAL MOVES LIST SIZE = 76 +LEGAL MOVES LIST SIZE = 66 +LEGAL MOVES LIST SIZE = 79 +LEGAL MOVES LIST SIZE = 5 +LEGAL MOVES LIST SIZE = 64 +LEGAL MOVES LIST SIZE = 86 +LEGAL MOVES LIST SIZE = 64 +LEGAL MOVES LIST SIZE = 83 +LEGAL MOVES LIST SIZE = 2 +LEGAL MOVES LIST SIZE = 2 +LEGAL MOVES LIST SIZE = 67 +LEGAL MOVES LIST SIZE = 2 +LEGAL MOVES LIST SIZE = 83 +LEGAL MOVES LIST SIZE = 62 +LEGAL MOVES LIST SIZE = 84 +LEGAL MOVES LIST SIZE = 58 +LEGAL MOVES LIST SIZE = 82 +LEGAL MOVES LIST SIZE = 3 +LEGAL MOVES LIST SIZE = 54 +LEGAL MOVES LIST SIZE = 3 +LEGAL MOVES LIST SIZE = 81 +LEGAL MOVES LIST SIZE = 54 +LEGAL MOVES LIST SIZE = 2 +LEGAL MOVES LIST SIZE = 83 +LEGAL MOVES LIST SIZE = 52 +LEGAL MOVES LIST SIZE = 4 +LEGAL MOVES LIST SIZE = 83 +LEGAL MOVES LIST SIZE = 51 +LEGAL MOVES LIST SIZE = 81 +LEGAL MOVES LIST SIZE = 48 +LEGAL MOVES LIST SIZE = 84 +LEGAL MOVES LIST SIZE = 6 +LEGAL MOVES LIST SIZE = 44 +LEGAL MOVES LIST SIZE = 3 +LEGAL MOVES LIST SIZE = 83 +LEGAL MOVES LIST SIZE = 2 +LEGAL MOVES LIST SIZE = 45 +LEGAL MOVES LIST SIZE = 4 +LEGAL MOVES LIST SIZE = 83 +LEGAL MOVES LIST SIZE = 3 +LEGAL MOVES LIST SIZE = 3 +LEGAL MOVES LIST SIZE = 44 +LEGAL MOVES LIST SIZE = 4 +LEGAL MOVES LIST SIZE = 78 +LEGAL MOVES LIST SIZE = 5 +LEGAL MOVES LIST SIZE = 42 +LEGAL MOVES LIST SIZE = 76 +LEGAL MOVES LIST SIZE = 40 +LEGAL MOVES LIST SIZE = 4 +LEGAL MOVES LIST SIZE = 71 +LEGAL MOVES LIST SIZE = 38 +LEGAL MOVES LIST SIZE = 66 +LEGAL MOVES LIST SIZE = 4 +LEGAL MOVES LIST SIZE = 3 +LEGAL MOVES LIST SIZE = 32 +LEGAL MOVES LIST SIZE = 1 +LEGAL MOVES LIST SIZE = 66 +LEGAL MOVES LIST SIZE = 3 +LEGAL MOVES LIST SIZE = 30 +LEGAL MOVES LIST SIZE = 56 +LEGAL MOVES LIST SIZE = 5 +LEGAL MOVES LIST SIZE = 29 +LEGAL MOVES LIST SIZE = 2 +LEGAL MOVES LIST SIZE = 58 +LEGAL MOVES LIST SIZE = 27 +LEGAL MOVES LIST SIZE = 53 +LEGAL MOVES LIST SIZE = 29 +LEGAL MOVES LIST SIZE = 47 +LEGAL MOVES LIST SIZE = 5 +LEGAL MOVES LIST SIZE = 26 +LEGAL MOVES LIST SIZE = 43 +LEGAL MOVES LIST SIZE = 26 +LEGAL MOVES LIST SIZE = 35 +LEGAL MOVES LIST SIZE = 27 +LEGAL MOVES LIST SIZE = 28 +LEGAL MOVES LIST SIZE = 28 +LEGAL MOVES LIST SIZE = 22 +LEGAL MOVES LIST SIZE = 23 +LEGAL MOVES LIST SIZE = 23 +LEGAL MOVES LIST SIZE = 17 +LEGAL MOVES LIST SIZE = 18 +LEGAL MOVES LIST SIZE = 12 +LEGAL MOVES LIST SIZE = 18 +LEGAL MOVES LIST SIZE = 6 +numInitialPlacementMoves=60 +winner=1 +endtype=NaturalEnd +rankings=0.0,1.0,2.0 +SANDBOX=false +LUDII_VERSION=1.3.13