@scrabble-solver/configs 2.13.5-alpha.2 → 2.13.5-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  import { Game } from '@scrabble-solver/types';
2
- declare const scrabble: {
2
+ declare const superScrabble: {
3
3
  allTilesBonusScore: number;
4
4
  blankScore: number;
5
5
  blanksCount: number;
@@ -15,4 +15,4 @@ declare const scrabble: {
15
15
  y: number;
16
16
  }[];
17
17
  };
18
- export default scrabble;
18
+ export default superScrabble;
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const constants_1 = require("@scrabble-solver/constants");
4
4
  const types_1 = require("@scrabble-solver/types");
5
- const scrabble = {
5
+ const superScrabble = {
6
6
  allTilesBonusScore: 50,
7
7
  blankScore: 0,
8
8
  blanksCount: 4,
@@ -138,4 +138,4 @@ const scrabble = {
138
138
  { multiplier: 4, type: constants_1.BONUS_WORD, x: 20, y: 20 },
139
139
  ],
140
140
  };
141
- exports.default = scrabble;
141
+ exports.default = superScrabble;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrabble-solver/configs",
3
- "version": "2.13.5-alpha.2",
3
+ "version": "2.13.5-alpha.3",
4
4
  "description": "Scrabble Solver 2 - Configs",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -23,8 +23,8 @@
23
23
  "clean": "rimraf build/"
24
24
  },
25
25
  "dependencies": {
26
- "@scrabble-solver/constants": "^2.13.5-alpha.2",
27
- "@scrabble-solver/types": "^2.13.5-alpha.2"
26
+ "@scrabble-solver/constants": "^2.13.5-alpha.3",
27
+ "@scrabble-solver/types": "^2.13.5-alpha.3"
28
28
  },
29
- "gitHead": "95703c052d4874a7fffcd2a296a5be4fe25b6b72"
29
+ "gitHead": "df3cb16543b0664e0acae735b9010f2ff0607784"
30
30
  }
@@ -1,3 +0,0 @@
1
- import { Config } from '@scrabble-solver/types';
2
- declare const deDe: Config[];
3
- export default deDe;
@@ -1,42 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const types_1 = require("@scrabble-solver/types");
4
- const games_1 = require("../games");
5
- const deDe = [
6
- new types_1.Config({
7
- ...games_1.scrabble,
8
- locale: types_1.Locale.DE_DE,
9
- tiles: [
10
- { character: 'a', count: 5, score: 1 },
11
- { character: 'ä', count: 1, score: 6 },
12
- { character: 'b', count: 2, score: 3 },
13
- { character: 'c', count: 2, score: 4 },
14
- { character: 'd', count: 4, score: 1 },
15
- { character: 'e', count: 15, score: 1 },
16
- { character: 'f', count: 2, score: 4 },
17
- { character: 'g', count: 3, score: 2 },
18
- { character: 'h', count: 4, score: 2 },
19
- { character: 'i', count: 6, score: 1 },
20
- { character: 'j', count: 1, score: 6 },
21
- { character: 'k', count: 2, score: 4 },
22
- { character: 'l', count: 3, score: 2 },
23
- { character: 'm', count: 4, score: 3 },
24
- { character: 'n', count: 9, score: 1 },
25
- { character: 'o', count: 3, score: 2 },
26
- { character: 'ö', count: 1, score: 8 },
27
- { character: 'p', count: 1, score: 4 },
28
- { character: 'q', count: 1, score: 10 },
29
- { character: 'r', count: 6, score: 1 },
30
- { character: 's', count: 7, score: 1 },
31
- { character: 't', count: 6, score: 1 },
32
- { character: 'u', count: 6, score: 1 },
33
- { character: 'ü', count: 1, score: 6 },
34
- { character: 'v', count: 1, score: 6 },
35
- { character: 'w', count: 1, score: 3 },
36
- { character: 'x', count: 1, score: 8 },
37
- { character: 'y', count: 1, score: 10 },
38
- { character: 'z', count: 1, score: 3 },
39
- ],
40
- }),
41
- ];
42
- exports.default = deDe;
@@ -1,3 +0,0 @@
1
- import { Config } from '@scrabble-solver/types';
2
- declare const enGb: Config[];
3
- export default enGb;
@@ -1,104 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const types_1 = require("@scrabble-solver/types");
4
- const games_1 = require("../games");
5
- const enGb = [
6
- new types_1.Config({
7
- ...games_1.scrabble,
8
- locale: types_1.Locale.EN_GB,
9
- tiles: [
10
- { character: 'a', count: 9, score: 1 },
11
- { character: 'b', count: 2, score: 3 },
12
- { character: 'c', count: 2, score: 3 },
13
- { character: 'd', count: 4, score: 2 },
14
- { character: 'e', count: 12, score: 1 },
15
- { character: 'f', count: 2, score: 4 },
16
- { character: 'g', count: 3, score: 2 },
17
- { character: 'h', count: 2, score: 4 },
18
- { character: 'i', count: 9, score: 1 },
19
- { character: 'j', count: 1, score: 8 },
20
- { character: 'k', count: 1, score: 5 },
21
- { character: 'l', count: 4, score: 1 },
22
- { character: 'm', count: 2, score: 3 },
23
- { character: 'n', count: 6, score: 1 },
24
- { character: 'o', count: 8, score: 1 },
25
- { character: 'p', count: 2, score: 3 },
26
- { character: 'q', count: 1, score: 10 },
27
- { character: 'r', count: 6, score: 1 },
28
- { character: 's', count: 4, score: 1 },
29
- { character: 't', count: 6, score: 1 },
30
- { character: 'u', count: 4, score: 1 },
31
- { character: 'v', count: 2, score: 4 },
32
- { character: 'w', count: 2, score: 4 },
33
- { character: 'x', count: 1, score: 8 },
34
- { character: 'y', count: 2, score: 4 },
35
- { character: 'z', count: 1, score: 10 },
36
- ],
37
- }),
38
- new types_1.Config({
39
- ...games_1.superScrabble,
40
- locale: types_1.Locale.EN_GB,
41
- tiles: [
42
- { character: 'a', count: 16, score: 1 },
43
- { character: 'b', count: 4, score: 3 },
44
- { character: 'c', count: 6, score: 3 },
45
- { character: 'd', count: 8, score: 2 },
46
- { character: 'e', count: 24, score: 1 },
47
- { character: 'f', count: 4, score: 4 },
48
- { character: 'g', count: 5, score: 2 },
49
- { character: 'h', count: 5, score: 4 },
50
- { character: 'i', count: 13, score: 1 },
51
- { character: 'j', count: 2, score: 8 },
52
- { character: 'k', count: 2, score: 5 },
53
- { character: 'l', count: 7, score: 1 },
54
- { character: 'm', count: 6, score: 3 },
55
- { character: 'n', count: 13, score: 1 },
56
- { character: 'o', count: 15, score: 1 },
57
- { character: 'p', count: 4, score: 3 },
58
- { character: 'q', count: 2, score: 10 },
59
- { character: 'r', count: 13, score: 1 },
60
- { character: 's', count: 10, score: 1 },
61
- { character: 't', count: 15, score: 1 },
62
- { character: 'u', count: 7, score: 1 },
63
- { character: 'v', count: 3, score: 4 },
64
- { character: 'w', count: 4, score: 4 },
65
- { character: 'x', count: 2, score: 8 },
66
- { character: 'y', count: 4, score: 4 },
67
- { character: 'z', count: 2, score: 10 },
68
- ],
69
- }),
70
- new types_1.Config({
71
- ...games_1.literaki,
72
- locale: types_1.Locale.EN_GB,
73
- name: 'Literaxx',
74
- tiles: [
75
- { character: 'a', count: 9, score: 1 },
76
- { character: 'b', count: 2, score: 3 },
77
- { character: 'c', count: 2, score: 3 },
78
- { character: 'd', count: 4, score: 2 },
79
- { character: 'e', count: 12, score: 1 },
80
- { character: 'f', count: 2, score: 4 },
81
- { character: 'g', count: 3, score: 2 },
82
- { character: 'h', count: 2, score: 4 },
83
- { character: 'i', count: 9, score: 1 },
84
- { character: 'j', count: 1, score: 8 },
85
- { character: 'k', count: 1, score: 5 },
86
- { character: 'l', count: 4, score: 1 },
87
- { character: 'm', count: 2, score: 3 },
88
- { character: 'n', count: 6, score: 1 },
89
- { character: 'o', count: 8, score: 1 },
90
- { character: 'p', count: 2, score: 3 },
91
- { character: 'q', count: 1, score: 10 },
92
- { character: 'r', count: 6, score: 1 },
93
- { character: 's', count: 4, score: 1 },
94
- { character: 't', count: 6, score: 1 },
95
- { character: 'u', count: 4, score: 1 },
96
- { character: 'v', count: 2, score: 4 },
97
- { character: 'w', count: 2, score: 4 },
98
- { character: 'x', count: 1, score: 8 },
99
- { character: 'y', count: 2, score: 4 },
100
- { character: 'z', count: 1, score: 10 },
101
- ],
102
- }),
103
- ];
104
- exports.default = enGb;
@@ -1,3 +0,0 @@
1
- import { Config } from '@scrabble-solver/types';
2
- declare const enUs: Config[];
3
- export default enUs;
@@ -1,104 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const types_1 = require("@scrabble-solver/types");
4
- const games_1 = require("../games");
5
- const enUs = [
6
- new types_1.Config({
7
- ...games_1.scrabble,
8
- locale: types_1.Locale.EN_US,
9
- tiles: [
10
- { character: 'a', count: 9, score: 1 },
11
- { character: 'b', count: 2, score: 3 },
12
- { character: 'c', count: 2, score: 3 },
13
- { character: 'd', count: 4, score: 2 },
14
- { character: 'e', count: 12, score: 1 },
15
- { character: 'f', count: 2, score: 4 },
16
- { character: 'g', count: 3, score: 2 },
17
- { character: 'h', count: 2, score: 4 },
18
- { character: 'i', count: 9, score: 1 },
19
- { character: 'j', count: 1, score: 8 },
20
- { character: 'k', count: 1, score: 5 },
21
- { character: 'l', count: 4, score: 1 },
22
- { character: 'm', count: 2, score: 3 },
23
- { character: 'n', count: 6, score: 1 },
24
- { character: 'o', count: 8, score: 1 },
25
- { character: 'p', count: 2, score: 3 },
26
- { character: 'q', count: 1, score: 10 },
27
- { character: 'r', count: 6, score: 1 },
28
- { character: 's', count: 4, score: 1 },
29
- { character: 't', count: 6, score: 1 },
30
- { character: 'u', count: 4, score: 1 },
31
- { character: 'v', count: 2, score: 4 },
32
- { character: 'w', count: 2, score: 4 },
33
- { character: 'x', count: 1, score: 8 },
34
- { character: 'y', count: 2, score: 4 },
35
- { character: 'z', count: 1, score: 10 },
36
- ],
37
- }),
38
- new types_1.Config({
39
- ...games_1.superScrabble,
40
- locale: types_1.Locale.EN_US,
41
- tiles: [
42
- { character: 'a', count: 16, score: 1 },
43
- { character: 'b', count: 4, score: 3 },
44
- { character: 'c', count: 6, score: 3 },
45
- { character: 'd', count: 8, score: 2 },
46
- { character: 'e', count: 24, score: 1 },
47
- { character: 'f', count: 4, score: 4 },
48
- { character: 'g', count: 5, score: 2 },
49
- { character: 'h', count: 5, score: 4 },
50
- { character: 'i', count: 13, score: 1 },
51
- { character: 'j', count: 2, score: 8 },
52
- { character: 'k', count: 2, score: 5 },
53
- { character: 'l', count: 7, score: 1 },
54
- { character: 'm', count: 6, score: 3 },
55
- { character: 'n', count: 13, score: 1 },
56
- { character: 'o', count: 15, score: 1 },
57
- { character: 'p', count: 4, score: 3 },
58
- { character: 'q', count: 2, score: 10 },
59
- { character: 'r', count: 13, score: 1 },
60
- { character: 's', count: 10, score: 1 },
61
- { character: 't', count: 15, score: 1 },
62
- { character: 'u', count: 7, score: 1 },
63
- { character: 'v', count: 3, score: 4 },
64
- { character: 'w', count: 4, score: 4 },
65
- { character: 'x', count: 2, score: 8 },
66
- { character: 'y', count: 4, score: 4 },
67
- { character: 'z', count: 2, score: 10 },
68
- ],
69
- }),
70
- new types_1.Config({
71
- ...games_1.literaki,
72
- locale: types_1.Locale.EN_US,
73
- name: 'Literaxx',
74
- tiles: [
75
- { character: 'a', count: 9, score: 1 },
76
- { character: 'b', count: 2, score: 3 },
77
- { character: 'c', count: 2, score: 3 },
78
- { character: 'd', count: 4, score: 2 },
79
- { character: 'e', count: 12, score: 1 },
80
- { character: 'f', count: 2, score: 4 },
81
- { character: 'g', count: 3, score: 2 },
82
- { character: 'h', count: 2, score: 4 },
83
- { character: 'i', count: 9, score: 1 },
84
- { character: 'j', count: 1, score: 8 },
85
- { character: 'k', count: 1, score: 5 },
86
- { character: 'l', count: 4, score: 1 },
87
- { character: 'm', count: 2, score: 3 },
88
- { character: 'n', count: 6, score: 1 },
89
- { character: 'o', count: 8, score: 1 },
90
- { character: 'p', count: 2, score: 3 },
91
- { character: 'q', count: 1, score: 10 },
92
- { character: 'r', count: 6, score: 1 },
93
- { character: 's', count: 4, score: 1 },
94
- { character: 't', count: 6, score: 1 },
95
- { character: 'u', count: 4, score: 1 },
96
- { character: 'v', count: 2, score: 4 },
97
- { character: 'w', count: 2, score: 4 },
98
- { character: 'x', count: 1, score: 8 },
99
- { character: 'y', count: 2, score: 4 },
100
- { character: 'z', count: 1, score: 10 },
101
- ],
102
- }),
103
- ];
104
- exports.default = enUs;
@@ -1,3 +0,0 @@
1
- import { Config } from '@scrabble-solver/types';
2
- declare const esEs: Config[];
3
- export default esEs;
@@ -1,41 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const types_1 = require("@scrabble-solver/types");
4
- const games_1 = require("../games");
5
- const esEs = [
6
- new types_1.Config({
7
- ...games_1.scrabble,
8
- locale: types_1.Locale.ES_ES,
9
- tiles: [
10
- { character: 'a', count: 12, score: 1 },
11
- { character: 'b', count: 2, score: 3 },
12
- { character: 'c', count: 4, score: 3 },
13
- { character: 'ch', count: 1, score: 5 },
14
- { character: 'd', count: 5, score: 2 },
15
- { character: 'e', count: 12, score: 1 },
16
- { character: 'f', count: 1, score: 4 },
17
- { character: 'g', count: 2, score: 2 },
18
- { character: 'h', count: 2, score: 4 },
19
- { character: 'i', count: 6, score: 1 },
20
- { character: 'j', count: 1, score: 8 },
21
- { character: 'll', count: 1, score: 8 },
22
- { character: 'l', count: 4, score: 1 },
23
- { character: 'm', count: 2, score: 3 },
24
- { character: 'n', count: 5, score: 1 },
25
- { character: 'ñ', count: 1, score: 8 },
26
- { character: 'o', count: 9, score: 1 },
27
- { character: 'p', count: 2, score: 3 },
28
- { character: 'q', count: 1, score: 5 },
29
- { character: 'r', count: 5, score: 1 },
30
- { character: 'rr', count: 1, score: 8 },
31
- { character: 's', count: 6, score: 1 },
32
- { character: 't', count: 4, score: 1 },
33
- { character: 'u', count: 5, score: 1 },
34
- { character: 'v', count: 1, score: 4 },
35
- { character: 'x', count: 1, score: 8 },
36
- { character: 'y', count: 1, score: 4 },
37
- { character: 'z', count: 1, score: 10 },
38
- ],
39
- }),
40
- ];
41
- exports.default = esEs;
@@ -1,3 +0,0 @@
1
- import { Config } from '@scrabble-solver/types';
2
- declare const faIr: Config[];
3
- export default faIr;
@@ -1,45 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const types_1 = require("@scrabble-solver/types");
4
- const games_1 = require("../games");
5
- const faIr = [
6
- new types_1.Config({
7
- ...games_1.scrabble,
8
- locale: types_1.Locale.FA_IR,
9
- tiles: [
10
- { character: 'ا', count: 12, score: 1 },
11
- { character: 'ب', count: 4, score: 1 },
12
- { character: 'پ', count: 1, score: 6 },
13
- { character: 'ت', count: 4, score: 1 },
14
- { character: 'ث', count: 1, score: 10 },
15
- { character: 'ج', count: 2, score: 5 },
16
- { character: 'چ', count: 1, score: 6 },
17
- { character: 'ح', count: 1, score: 6 },
18
- { character: 'خ', count: 2, score: 5 },
19
- { character: 'د', count: 6, score: 1 },
20
- { character: 'ذ', count: 1, score: 10 },
21
- { character: 'ر', count: 7, score: 1 },
22
- { character: 'ز', count: 3, score: 4 },
23
- { character: 'ژ', count: 1, score: 10 },
24
- { character: 'س', count: 3, score: 2 },
25
- { character: 'ش', count: 3, score: 3 },
26
- { character: 'ص', count: 1, score: 6 },
27
- { character: 'ض', count: 1, score: 8 },
28
- { character: 'ط', count: 1, score: 8 },
29
- { character: 'ظ', count: 1, score: 10 },
30
- { character: 'ع', count: 2, score: 5 },
31
- { character: 'غ', count: 1, score: 8 },
32
- { character: 'ف', count: 2, score: 4 },
33
- { character: 'ق', count: 2, score: 5 },
34
- { character: 'ک', count: 3, score: 3 },
35
- { character: 'گ', count: 2, score: 4 },
36
- { character: 'ل', count: 3, score: 2 },
37
- { character: 'م', count: 5, score: 1 },
38
- { character: 'ن', count: 6, score: 1 },
39
- { character: 'و', count: 5, score: 1 },
40
- { character: 'ه', count: 5, score: 1 },
41
- { character: 'ی', count: 8, score: 1 },
42
- ],
43
- }),
44
- ];
45
- exports.default = faIr;
@@ -1,3 +0,0 @@
1
- import { Config } from '@scrabble-solver/types';
2
- declare const frFr: Config[];
3
- export default frFr;
@@ -1,39 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const types_1 = require("@scrabble-solver/types");
4
- const games_1 = require("../games");
5
- const frFr = [
6
- new types_1.Config({
7
- ...games_1.scrabble,
8
- locale: types_1.Locale.FR_FR,
9
- tiles: [
10
- { character: 'a', count: 9, score: 1 },
11
- { character: 'b', count: 2, score: 3 },
12
- { character: 'c', count: 2, score: 3 },
13
- { character: 'd', count: 3, score: 2 },
14
- { character: 'e', count: 15, score: 1 },
15
- { character: 'f', count: 2, score: 4 },
16
- { character: 'g', count: 2, score: 2 },
17
- { character: 'h', count: 2, score: 4 },
18
- { character: 'i', count: 8, score: 1 },
19
- { character: 'j', count: 1, score: 8 },
20
- { character: 'k', count: 1, score: 10 },
21
- { character: 'l', count: 5, score: 1 },
22
- { character: 'm', count: 3, score: 2 },
23
- { character: 'n', count: 6, score: 1 },
24
- { character: 'o', count: 6, score: 1 },
25
- { character: 'p', count: 2, score: 3 },
26
- { character: 'q', count: 1, score: 8 },
27
- { character: 'r', count: 6, score: 1 },
28
- { character: 's', count: 6, score: 1 },
29
- { character: 't', count: 6, score: 1 },
30
- { character: 'u', count: 6, score: 1 },
31
- { character: 'v', count: 2, score: 4 },
32
- { character: 'w', count: 1, score: 10 },
33
- { character: 'x', count: 1, score: 10 },
34
- { character: 'y', count: 1, score: 10 },
35
- { character: 'z', count: 1, score: 10 },
36
- ],
37
- }),
38
- ];
39
- exports.default = frFr;
@@ -1,8 +0,0 @@
1
- export { default as deDe } from './deDe';
2
- export { default as enGb } from './enGb';
3
- export { default as enUs } from './enUs';
4
- export { default as esEs } from './esEs';
5
- export { default as faIr } from './faIr';
6
- export { default as frFr } from './frFr';
7
- export { default as plPl } from './plPl';
8
- export { default as roRo } from './roRo';
@@ -1,22 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.roRo = exports.plPl = exports.frFr = exports.faIr = exports.esEs = exports.enUs = exports.enGb = exports.deDe = void 0;
7
- var deDe_1 = require("./deDe");
8
- Object.defineProperty(exports, "deDe", { enumerable: true, get: function () { return __importDefault(deDe_1).default; } });
9
- var enGb_1 = require("./enGb");
10
- Object.defineProperty(exports, "enGb", { enumerable: true, get: function () { return __importDefault(enGb_1).default; } });
11
- var enUs_1 = require("./enUs");
12
- Object.defineProperty(exports, "enUs", { enumerable: true, get: function () { return __importDefault(enUs_1).default; } });
13
- var esEs_1 = require("./esEs");
14
- Object.defineProperty(exports, "esEs", { enumerable: true, get: function () { return __importDefault(esEs_1).default; } });
15
- var faIr_1 = require("./faIr");
16
- Object.defineProperty(exports, "faIr", { enumerable: true, get: function () { return __importDefault(faIr_1).default; } });
17
- var frFr_1 = require("./frFr");
18
- Object.defineProperty(exports, "frFr", { enumerable: true, get: function () { return __importDefault(frFr_1).default; } });
19
- var plPl_1 = require("./plPl");
20
- Object.defineProperty(exports, "plPl", { enumerable: true, get: function () { return __importDefault(plPl_1).default; } });
21
- var roRo_1 = require("./roRo");
22
- Object.defineProperty(exports, "roRo", { enumerable: true, get: function () { return __importDefault(roRo_1).default; } });
@@ -1,3 +0,0 @@
1
- import { Config } from '@scrabble-solver/types';
2
- declare const plPL: Config[];
3
- export default plPL;
@@ -1,83 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const types_1 = require("@scrabble-solver/types");
4
- const games_1 = require("../games");
5
- const plPL = [
6
- new types_1.Config({
7
- ...games_1.scrabble,
8
- locale: types_1.Locale.PL_PL,
9
- tiles: [
10
- { character: 'a', count: 9, score: 1 },
11
- { character: 'ą', count: 1, score: 5 },
12
- { character: 'b', count: 2, score: 3 },
13
- { character: 'c', count: 3, score: 2 },
14
- { character: 'ć', count: 1, score: 6 },
15
- { character: 'd', count: 3, score: 2 },
16
- { character: 'e', count: 7, score: 1 },
17
- { character: 'ę', count: 1, score: 5 },
18
- { character: 'f', count: 1, score: 5 },
19
- { character: 'g', count: 2, score: 3 },
20
- { character: 'h', count: 2, score: 3 },
21
- { character: 'i', count: 8, score: 1 },
22
- { character: 'j', count: 2, score: 3 },
23
- { character: 'k', count: 3, score: 2 },
24
- { character: 'l', count: 3, score: 2 },
25
- { character: 'ł', count: 2, score: 3 },
26
- { character: 'm', count: 3, score: 2 },
27
- { character: 'n', count: 5, score: 1 },
28
- { character: 'ń', count: 1, score: 7 },
29
- { character: 'o', count: 6, score: 1 },
30
- { character: 'ó', count: 1, score: 5 },
31
- { character: 'p', count: 3, score: 2 },
32
- { character: 'r', count: 4, score: 1 },
33
- { character: 's', count: 4, score: 1 },
34
- { character: 'ś', count: 1, score: 5 },
35
- { character: 't', count: 3, score: 2 },
36
- { character: 'u', count: 2, score: 3 },
37
- { character: 'w', count: 4, score: 1 },
38
- { character: 'y', count: 4, score: 2 },
39
- { character: 'z', count: 5, score: 1 },
40
- { character: 'ź', count: 1, score: 9 },
41
- { character: 'ż', count: 1, score: 5 },
42
- ],
43
- }),
44
- new types_1.Config({
45
- ...games_1.literaki,
46
- locale: types_1.Locale.PL_PL,
47
- tiles: [
48
- { character: 'a', count: 9, score: 1 },
49
- { character: 'ą', count: 1, score: 5 },
50
- { character: 'b', count: 2, score: 3 },
51
- { character: 'c', count: 3, score: 2 },
52
- { character: 'ć', count: 1, score: 5 },
53
- { character: 'd', count: 3, score: 2 },
54
- { character: 'e', count: 7, score: 1 },
55
- { character: 'ę', count: 1, score: 5 },
56
- { character: 'f', count: 1, score: 5 },
57
- { character: 'g', count: 2, score: 3 },
58
- { character: 'h', count: 2, score: 3 },
59
- { character: 'i', count: 8, score: 1 },
60
- { character: 'j', count: 2, score: 3 },
61
- { character: 'k', count: 3, score: 2 },
62
- { character: 'l', count: 3, score: 2 },
63
- { character: 'ł', count: 2, score: 3 },
64
- { character: 'm', count: 3, score: 2 },
65
- { character: 'n', count: 5, score: 1 },
66
- { character: 'ń', count: 1, score: 5 },
67
- { character: 'o', count: 6, score: 1 },
68
- { character: 'ó', count: 1, score: 5 },
69
- { character: 'p', count: 3, score: 2 },
70
- { character: 'r', count: 4, score: 1 },
71
- { character: 's', count: 4, score: 1 },
72
- { character: 'ś', count: 1, score: 5 },
73
- { character: 't', count: 3, score: 2 },
74
- { character: 'u', count: 2, score: 3 },
75
- { character: 'w', count: 4, score: 1 },
76
- { character: 'y', count: 4, score: 2 },
77
- { character: 'z', count: 5, score: 1 },
78
- { character: 'ź', count: 1, score: 5 },
79
- { character: 'ż', count: 1, score: 5 },
80
- ],
81
- }),
82
- ];
83
- exports.default = plPL;
@@ -1,3 +0,0 @@
1
- import { Config } from '@scrabble-solver/types';
2
- declare const roRo: Config[];
3
- export default roRo;
@@ -1,38 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const types_1 = require("@scrabble-solver/types");
4
- const games_1 = require("../games");
5
- const roRo = [
6
- new types_1.Config({
7
- ...games_1.scrabble,
8
- locale: types_1.Locale.RO_RO,
9
- /**
10
- * @see https://frsc1.fortunecity.ws/reg6scr.htm#vallit
11
- */
12
- tiles: [
13
- { character: 'a', count: 11, score: 1 },
14
- { character: 'b', count: 2, score: 9 },
15
- { character: 'c', count: 5, score: 1 },
16
- { character: 'd', count: 4, score: 2 },
17
- { character: 'e', count: 9, score: 1 },
18
- { character: 'f', count: 2, score: 8 },
19
- { character: 'g', count: 2, score: 9 },
20
- { character: 'h', count: 1, score: 10 },
21
- { character: 'i', count: 10, score: 1 },
22
- { character: 'j', count: 1, score: 10 },
23
- { character: 'l', count: 4, score: 1 },
24
- { character: 'm', count: 3, score: 4 },
25
- { character: 'n', count: 6, score: 1 },
26
- { character: 'o', count: 5, score: 1 },
27
- { character: 'p', count: 4, score: 2 },
28
- { character: 'r', count: 7, score: 1 },
29
- { character: 's', count: 5, score: 1 },
30
- { character: 't', count: 7, score: 1 },
31
- { character: 'u', count: 6, score: 1 },
32
- { character: 'v', count: 2, score: 8 },
33
- { character: 'x', count: 1, score: 10 },
34
- { character: 'z', count: 1, score: 10 },
35
- ],
36
- }),
37
- ];
38
- exports.default = roRo;