Skip to content

pdanpdan/wordle-solver

Repository files navigation

Wordle Solver (wordle-solver)

Wordle Solver Helper

  • can provide optimal solve for unknown words
  • can auto check guesses against a known word
  • by default uses the precompiled decision tree
  • if one guess does not use the precompiled decision tree then it switches to dynamic decission tree

Source and credits:

How to run

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build -m pwa