Added/implemented wordle game.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user