DevangThakkar / wordle_archive

MIT License
280 stars 158 forks source link

Wordle history #23

Closed Danny-Engelman closed 2 years ago

Danny-Engelman commented 2 years ago

Since there is no copyright on Josh Wardle his code and he built Wordle with native JavaScript Web Components; you could have extended the original Web Component, and built a version that plays all words backward in time: https://github.com/mordle/mordle.github.io

DevangThakkar commented 2 years ago

That sounds great, kudos on a job well done! I did find a few issues trying to play it though. I clicked play previous wordle in the stats pop-up and it led me to Day -1, the word for which was UNDEFINED. Adding navigation would definitely make it awesome-r.

image

Closing this for now!