2022-01-09 14:53:54 -05:00
2022-01-09 13:37:32 -05:00
2022-01-09 14:53:54 -05:00
2022-01-09 13:37:32 -05:00
2022-01-09 13:37:32 -05:00
2022-01-09 13:37:32 -05:00
2022-01-09 13:42:32 -05:00
2022-01-09 13:49:38 -05:00
2022-01-09 13:37:32 -05:00

Wordle Archive

🔗 https://www.devangthakkar.com/wordle_archive/

An archive for Wordle by Josh Wardle and built on top of Word Master created by Katherine Peterson, Wordle Archive is ... simply a rememberance of wordles past. I created this because I wanted to go back to Wordles that I had missed.

How did I do it?

This project would not have been possible without Selenium and libfaketime. I figured out that if I changed my computer time to a previous date, I could trick Wordle into allowing me to access the Wordle for the day. I was not ready to do that manually for 200+ Wordles so far, so I am glad libfaketime exists. I have the answers in plain text in the source code because I don't care, especially since there are many ways to cheat already.

Rules

You have 6 guesses to guess the correct word. Each guess can be any valid word.

After submitting a guess, the letters will turn gray, green, or yellow.

  • Green: The letter is correct, in the correct position.
  • Yellow: The letter is correct, but in the wrong position.
  • Gray: The letter is incorrect.

Contributing

Feel free to open an issue for any bugs or feature requests.

To contribute to the code, see CONTRIBUTING.md

Description
No description provided
Readme MIT 4.1 MiB
Languages
HTML 57.1%
JavaScript 19%
CSS 14%
Python 9.9%