-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ericp
authored and
ericp
committed
Oct 23, 2024
1 parent
5a1218c
commit b17d083
Showing
5 changed files
with
1,112 additions
and
0 deletions.
There are no files selected for viewing
132 changes: 132 additions & 0 deletions
132
Common/res/lud/board/war/replacement/eliminate/all/Catapult.lud
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <Size>))) | ||
(piece "Disc" Each | ||
(or | ||
("NoncapturingMove") | ||
("CapturingMove") | ||
) | ||
) | ||
} | ||
) | ||
(rules | ||
(start { | ||
(place "Disc1" | ||
(difference | ||
(expand (sites Bottom) steps:(- <Size> 3) Orthogonal) | ||
(sites Phase (% <Size> 2)) | ||
) | ||
) | ||
(place "Disc2" | ||
(difference | ||
(expand (sites Top) steps:(- <Size> 3) Orthogonal) | ||
(sites Phase (% <Size> 2)) | ||
) | ||
) | ||
}) | ||
(play | ||
(forEach Piece) | ||
) | ||
(end | ||
(if | ||
(no Pieces Next) | ||
(result Next Loss) | ||
) | ||
) | ||
) | ||
) | ||
|
||
(option "Board Size" <Size> args:{ <size> } | ||
{ | ||
(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) | ||
}) | ||
) |
238 changes: 238 additions & 0 deletions
238
Player/res/random_trials/board/war/replacement/eliminate/all/Catapult/RandomTrial_0.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
Oops, something went wrong.