-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
90 lines (90 loc) · 1.62 KB
/
config.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"host":"0.0.0.0",
"port":8080,
"ping interval": "00:01",
"rack size": 7,
"bingo": 50,
"penalize remaining tiles": true,
"design":[
[4,0,0,1,0,0,0,4,0,0,0,1,0,0,4],
[0,3,0,0,0,2,0,0,0,2,0,0,0,3,0],
[0,0,3,0,0,0,1,0,1,0,0,0,3,0,0],
[1,0,0,3,0,0,0,1,0,0,0,3,0,0,1],
[0,0,0,0,3,0,0,0,0,0,3,0,0,0,0],
[0,2,0,0,0,2,0,0,0,2,0,0,0,2,0],
[0,0,1,0,0,0,1,0,1,0,0,0,1,0,0],
[4,0,0,1,0,0,0,3,0,0,0,1,0,0,4],
[0,0,1,0,0,0,1,0,1,0,0,0,1,0,0],
[0,2,0,0,0,2,0,0,0,2,0,0,0,2,0],
[0,0,0,0,3,0,0,0,0,0,3,0,0,0,0],
[1,0,0,3,0,0,0,1,0,0,0,3,0,0,1],
[0,0,3,0,0,0,1,0,1,0,0,0,3,0,0],
[0,3,0,0,0,2,0,0,0,2,0,0,0,3,0],
[4,0,0,1,0,0,0,4,0,0,0,1,0,0,4]
],
"tile scores":{
"A":1,
"B":3,
"C":3,
"D":2,
"E":1,
"F":4,
"G":2,
"H":4,
"I":1,
"J":8,
"K":5,
"L":1,
"M":3,
"N":1,
"O":1,
"P":3,
"Q":10,
"R":1,
"S":1,
"T":1,
"U":1,
"V":4,
"W":4,
"X":8,
"Y":4,
"Z":10,
"_":0
},
"tile frequencies":{
"A":9,
"B":2,
"C":2,
"D":4,
"E":12,
"F":2,
"G":3,
"H":2,
"I":9,
"J":1,
"K":1,
"L":4,
"M":2,
"N":6,
"O":8,
"P":2,
"Q":1,
"R":6,
"S":4,
"T":6,
"U":4,
"V":2,
"W":2,
"X":1,
"Y":2,
"Z":1,
"_":2
},
"starting timespans": ["15:00", "15:00"],
"challenge timespan": "00:05",
"penalty":{
"points": 10,
"every":"01:00"
},
"dictionary": "sowpods.txt"
}