Peter Weinberg e6e182f6fd persist & display scores & past solutions (#35)
* persist and display score and past solutions

* show solutions on board for puzzles that were previously won

* show CLEAR instead of ENTER on keyboard when puzzle is won

* clearSolution will clear board but not history of game state

* for puzzles that have been won in the past but cleared, show as yellow in "choose" menu

* adds score (e.g. 2/6, 6/6, etc.) next to "choose" menu items

* address regression impact of gameStateList changes
2022-02-12 22:25:14 -05:00
2022-01-10 00:07:57 -05:00
2022-01-29 00:15:31 -05:00
2022-01-09 13:37:32 -05:00
2022-01-29 00:15:31 -05:00
2022-01-29 00:15:31 -05:00
2022-01-09 13:37:32 -05:00
2022-01-16 20:54:02 -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 remembrance 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. 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 used Selenium to go back in time and obtain answers, but I have since been told the answers were already in the correct order in the original source code. I have the answers in plain text in the source code as well 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%