Added hard mode to wordle.

This commit is contained in:
ThePendulum
2024-07-05 00:29:40 +02:00
parent 234bbb2bbc
commit 990e18d3da
3 changed files with 46 additions and 9 deletions

View File

@@ -136,7 +136,8 @@ module.exports = {
},
wordle: {
minLength: 3,
defaultLength: 5,
length: 5,
mode: 'easy',
},
numbers: {
length: 6,