Automated Wordle Solver
Automated solver for the wordle game written in javascript.
{{
Full Source Code is here: https://github.com/ranuzz/makeall-code/blob/main/wordle-solver/solver.js
Try it in private/in-cognito window to keep your actual win streak
Launch the game and open the console (Ctrl+Shift+k
for firefox or Ctrl+Shift+i
for chrome). Open the console tab as shown in the video and copy the whole script.
Launch the solver:
solver.solve();
If you have already made some progress or want to retry the solver then reset the game state and refresh the browser and repeat. This will remove the streak and other statistics so be careful !!
solver.reset();
There are some cases where this script can’t find the solution but fear not and try again. It is not the perfect solution so expect many bugs and issues :D