-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathhorde.json
63 lines (63 loc) · 1.29 KB
/
horde.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "Horde Chess",
"description": "",
"bishopVersion": "1.4.3",
"boardSize": "8x8",
"pieceTypes": {
"P": {
"betza": "fmWfceFifmnD",
"promoOptions": {
"canPromote": true,
"canPromoteTo": false
},
"enPassantable": true,
"noSanSymbol": true,
"value": 100
},
"N": {"betza": "N", "value": 300},
"B": {"betza": "B", "value": 300},
"R": {"betza": "R", "value": 500},
"Q": {"betza": "Q", "value": 900},
"K": {
"betza": "K",
"royal": true,
"promoOptions": {
"canPromote": false,
"canPromoteTo": false
}
}
},
"castlingOptions": {
"enabled": true,
"kTarget": 6,
"qTarget": 2,
"fixedRooks": true,
"kRook": 7,
"qRook": 0,
"rookPiece": "R",
"useRookAsTarget": false
},
"promotionOptions": "bishop.promo.standard",
"materialConditions": {
"enabled": true,
"soloMaters": ["P", "Q", "R", "A", "C"],
"pairMaters": ["N"],
"combinedPairMaters": ["B"],
"specialCases": [["B", "N"]]
},
"startPosition": "rnbqkbnr/pppppppp/8/1PP2PP1/PPPPPPPP/PPPPPPPP/PPPPPPPP/PPPPPPPP w kq - 0 1",
"enPassant": true,
"firstMoveOptions": {
"id": "bishop.first.pair",
"white": {
"id": "bishop.first.ranks",
"ranks": [0, 1]
},
"black": {
"id": "bishop.first.ranks",
"ranks": [6, 7]
}
},
"halfMoveDraw": 100,
"repetitionDraw": 3
}