# Introducing - Wordle in MakeCode! 📚

**URL:** https://forum.makecode.com/t/introducing-wordle-in-makecode/19780
**Category:** Show & Tell
**Tags:** game
**Created:** [May 8, 2023, 4:48pm UTC](https://forum.makecode.com/t/introducing-wordle-in-makecode/19780 "2023-05-08T16:48:13Z")
**Posts on this page:** 2
**Page:** 2

<div class="post-metadata">

### Author: ![Archer\_Bright](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/archer_bright/32/32896_2.png) [@Archer\_Bright](https://forum.makecode.com/u/Archer_Bright)
#### Post date: [May 15, 2023, 5:01pm UTC](https://forum.makecode.com/t/introducing-wordle-in-makecode/19780/21 "2023-05-15T17:01:41Z")

</div>

maaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaate

(\*insert brain explosion)

---

<div class="post-metadata">

### Author: ![Sarge](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/sarge/32/19590_2.png) [@Sarge](https://forum.makecode.com/u/Sarge)
#### Post date: [June 19, 2023, 5:50pm UTC](https://forum.makecode.com/t/introducing-wordle-in-makecode/19780/22 "2023-06-19T17:50:18Z")

</div>

> [@randomuser](#):
>
> 12 THOUSAND words

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!

[Previous page](https://forum.makecode.com/t/introducing-wordle-in-makecode/19780.md?page=1)
