Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 788 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 788 Bytes

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