thesilican / duotrigordle

Play 32 wordles simultaneously
https://duotrigordle.com/
58 stars 46 forks source link

Question (not an actual issue) #99

Closed eric24601 closed 1 year ago

eric24601 commented 1 year ago

Hi, what is your word source list? Some of the duotrigordle words are more exotic than what I've seen on wordle.

thesilican commented 1 year ago

The words are listed in https://github.com/thesilican/duotrigordle/blob/main/src/store/wordlist.ts

There are two arrays, WORDS_TARGET which list the potential target words for a duotrigordle puzzle, and WORDS_VALID which are all the words allowed as guesses.

eric24601 commented 1 year ago

Much obliged! (for the quick response and the great game!)