-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
60 lines (60 loc) · 2.56 KB
/
settings.json
File metadata and controls
60 lines (60 loc) · 2.56 KB
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
{
"fen": "rnbqkbnr/1ppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w - - 0 1 ",
"directions": {
"P": [-10, -20, -9, -11],
"N": [-19, -21, 21, 19, -8, -12, 12, 8],
"B": [-9, -11, 11, 9],
"R": [-10, 1, 10, -1],
"Q": [-10, 1, 10, -1, -9, -11, 11, 9],
"K": [-10, 1, 10, -1, -9, -11, 11, 9],
"p": [10, 20, 9, 11],
"n": [-19, -21, 21, 19, -8, -12, 12, 8],
"b": [-9, -11, 11, 9],
"r": [-10, 1, 10, -1],
"q": [-10, 1, 10, -1, -9, -11, 11, 9],
"k": [-10, 1, 10, -1, -9, -11, 11, 9]
},
"colors": {
"P": 0, "N": 0, "B": 0, "R": 0, "Q": 0, "K": 0,
"p": 1, "n": 1, "b": 1, "r": 1, "q": 1, "k": 1, ".": -1
},
"weights": {
"P": 100, "N": 300, "B": 350, "R": 500, "Q": 900, "K": 10000,
"p":-100, "n":-300, "b":-350, "r":-500, "q":-900, "k":-10000
},
"pst": [
-1,-1, -1, -1, -1, -1, -1, -1, -1, -1,
-1,-1, -1, -1, -1, -1, -1, -1, -1, -1,
-1, 0, 0, 0, 0, 0, 0, 0, 0, -1,
-1, 0, 5, 5, 5, 5, 5, 5, 0, -1,
-1, 0, 5, 10, 10, 10, 10, 5, 0, -1,
-1, 0, 5, 10, 20, 20, 10, 5, 0, -1,
-1, 0, 5, 10, 20, 20, 10, 5, 0, -1,
-1, 0, 5, 10, 10, 10, 10, 5, 0, -1,
-1, 0, 5, 5, 5, 5, 5, 5, 0, -1,
-1, 0, 0, 0, 0, 0, 0, 0, 0, -1,
-1,-1, -1, -1, -1, -1, -1, -1, -1, -1,
-1,-1, -1, -1, -1, -1, -1, -1, -1, -1
],
"rank_2": [81, 82, 83, 84, 85, 86, 87, 88],
"rank_7": [31, 32, 33, 34, 35, 36, 37, 38],
"coordinates": [
"xx", "xx", "xx", "xx", "xx", "xx", "xx", "xx", "xx", "xx",
"xx", "xx", "xx", "xx", "xx", "xx", "xx", "xx", "xx", "xx",
"xx", "a8", "b8", "c8", "d8", "e8", "f8", "g8", "h8", "xx",
"xx", "a7", "b7", "c7", "d7", "e7", "f7", "g7", "h7", "xx",
"xx", "a6", "b6", "c6", "d6", "e6", "f6", "g6", "h6", "xx",
"xx", "a5", "b5", "c5", "d5", "e5", "f5", "g5", "h5", "xx",
"xx", "a4", "b4", "c4", "d4", "e4", "f4", "g4", "h4", "xx",
"xx", "a3", "b3", "c3", "d3", "e3", "f3", "g3", "h3", "xx",
"xx", "a2", "b2", "c2", "d2", "e2", "f2", "g2", "h2", "xx",
"xx", "a1", "b1", "c1", "d1", "e1", "f1", "g1", "h1", "xx",
"xx", "xx", "xx", "xx", "xx", "xx", "xx", "xx", "xx", "xx",
"xx", "xx", "xx", "xx", "xx", "xx", "xx", "xx", "xx", "xx"
],
"pieces": {
"p": "♙", "n": "♘", "b": "♗", "r": "♖", "q": "♕", "k": "♔",
"P": "♟", "N": "♞", "B": "♝", "R": "♜", "Q": "♛", "K": "♚",
".": "·", " ": " ", "\n": "\n"
}
}