/wordle-helper

Help you solve the Wordle puzzles when your vocabulary failes you.

Primary LanguageTypeScriptMIT LicenseMIT

Wordle Helper

Help you solve Wordle puzzles when your vocabulary failes you.

Have fun with it here: wordle.zxh.io

 

How to use

First, start a Wordle puzzle and guess your first word, for example POWER:

Now you get Wordle's feedback. Then, fill POWER in our helper just like you did in Wordle and click the tile to change its state:

  • click once: gray (absent)
  • twice: yellow (wrong spot)
  • three times: green (correct)

After that, all possible words would be listed in the sidebar on the right:

Select one from it and have another try in Wordle:

Then turn to the helper:

Okey, you won:

 

Development

It's powered by Vue 3, Tailwind CSS and Vite.

Clone the repo and install dependencies:

yarn

Start dev server / building:

yarn dev
yarn build

 

License

MIT