MinerBryan / mineshaft

https://minerbryan.github.io/mineshaft/
MIT License
0 stars 0 forks source link

Wordle Wordlist #11

Closed MinerBryan closed 6 months ago

MinerBryan commented 6 months ago

General Explanation: Current Wordle is using a predefined constant list, when in reality it should outsource that to a file. The wordlist also contains a bunch of words that are rarely used or almost unheard of for most people, Like "aahed". Thats fine for user guesses, but not for the actual word.

TLDR