diff --git a/README.md b/README.md index e1bce8d..23c30fa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Wordle Clone +- Go play the real Wordle [here](https://www.powerlanguage.co.uk/wordle/) +- Read the story behind it [here](https://www.nytimes.com/2022/01/03/technology/wordle-word-game-creator.html) + _Inspiration:_ This game is an open source clone of the immensely popular online word guessing game Wordle. Like many others all over the world, I saw the signature pattern of green, yellow, and white squares popping up all over social media and the web and had to check it out. After a few days of play, I decided it would be great for my learning to try to rebuild Wordle in React!