Added/implemented wordle game.

This commit is contained in:
ThePendulum
2024-06-03 01:02:30 +02:00
parent 453a3b1b42
commit 5e396a4abe
2 changed files with 183 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ module.exports = {
'chat',
'mash',
'trivia',
'wordle',
'letters',
'numbers',
'hunt',
@@ -133,6 +134,11 @@ module.exports = {
z: 1,
},
},
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,
timeout: 90,