An open API service indexing awesome lists of open source software.

https://github.com/renovamen/wordle-helper

Help you solve the Wordle puzzles when your vocabulary failes you.
https://github.com/renovamen/wordle-helper

tailwindcss vite vue3 wordle-solver

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Wordle Helper

Help you solve [Wordle](https://www.powerlanguage.co.uk/wordle/) puzzles when your vocabulary failes you.

Have fun with it here: [wordle.zxh.io](https://wordle.zxh.io)

 

## How to use

First, start a [Wordle](https://www.powerlanguage.co.uk/wordle/) puzzle and guess your first word, for example *POWER*:

![](screenshots/wordle-1.png)

Now you get Wordle's feedback. Then, fill *POWER* in our [helper](https://wordle.zxh.io) 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:

![](screenshots/helper-1.png)

Select one from it and have another try in Wordle:

![](screenshots/wordle-2.png)

Then turn to the helper:

![](screenshots/helper-2.png)

Okey, you won:

![](screenshots/wordle-success.png)

 

## Development

It's powered by [Vue 3](https://v3.vuejs.org/), [Tailwind CSS](https://tailwindcss.com) and [Vite](https://vitejs.dev/).

Clone the repo and install dependencies:

```bash
yarn
```

Start dev server / building:

```bash
yarn dev
yarn build
```

 

## License

[MIT](LICENSE)