update them
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -3,4 +3,6 @@
|
|||||||
**/.custom/
|
**/.custom/
|
||||||
target/
|
target/
|
||||||
.env
|
.env
|
||||||
out/puzzle/
|
out/puzzle/
|
||||||
|
*.log
|
||||||
|
.output.txt
|
||||||
@@ -143,7 +143,7 @@ public class SwedishGenerator {
|
|||||||
// Lower difficulty value means it is tried EARLIER.
|
// Lower difficulty value means it is tried EARLIER.
|
||||||
// We want LONGER and SIMPLER words to be tried earlier.
|
// We want LONGER and SIMPLER words to be tried earlier.
|
||||||
// Increasing simplicity weight: score (1-10) now has max impact of 50.
|
// Increasing simplicity weight: score (1-10) now has max impact of 50.
|
||||||
this.difficulty = -Math.min(40, word.length() * 5) - (score * 5);
|
this.difficulty = /*Math.min(40, (10-word.length()) * 5)*/ - (score * 5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
11310
word_scores.csv
11310
word_scores.csv
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user