Disable wordle bonus points for small dictionaries.
This commit is contained in:
@@ -137,6 +137,7 @@ module.exports = {
|
||||
wordle: {
|
||||
minLength: 3,
|
||||
length: 5,
|
||||
bonusDictionaryThreshold: 1000, // minimum dictionary size to assign bonus points, prevent people from scoring full bonus points from 1-word dictionaries
|
||||
mode: 'easy',
|
||||
},
|
||||
numbers: {
|
||||
|
||||
Reference in New Issue
Block a user