Introducing - Wordle in MakeCode! ๐Ÿ“š

maaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaate

(*insert brain explosion)

1 Like

Just wanted to come back to this and mention how itโ€™s actually done. You see, @AlexKโ€™s approach was to import the whole 100,000+ valid english words into the game, which is obviously too much.

Instead, he opted to import the 1000 most used 5-letter english words. Now the thing is, itโ€™s actually totally possible to import all 5-letter english words, but thatโ€™s unnecessary. Thereโ€™s a list of all legal Wordle words online, as well as an archive for all the words used so far (I can post those if anyone cares). I just downloaded them, wrote a quick script to format them into a JS array and pasted them into the game, which means I successfully added all 12k legal Wordle words!

5 Likes