Improved repeat letter marking in wordle.

This commit is contained in:
ThePendulum
2024-06-04 23:56:51 +02:00
parent 055440418e
commit 13e0bb9a8c
2 changed files with 16 additions and 10 deletions

View File

@@ -137,7 +137,6 @@ module.exports = {
wordle: {
minLength: 3,
defaultLength: 5,
highlightRepeat: false, // in wordle, if the I in the guess HINDI is in the wrong place, only the first I is orange
},
numbers: {
length: 6,