https://github.com/anwarulislam/wordle-helper
Wordle is a simple word game created by a Software Engineer Wardle. I made this simple helper app to show remaining words in each step.
https://github.com/anwarulislam/wordle-helper
game vue-js word wordle wordle-assistant wordle-game wordle-helper wordle-in-vue wordle-solver
Last synced: 6 days ago
JSON representation
Wordle is a simple word game created by a Software Engineer Wardle. I made this simple helper app to show remaining words in each step.
- Host: GitHub
- URL: https://github.com/anwarulislam/wordle-helper
- Owner: anwarulislam
- Created: 2022-02-01T20:51:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-08T22:37:56.000Z (over 3 years ago)
- Last Synced: 2025-04-11T02:51:17.637Z (2 months ago)
- Topics: game, vue-js, word, wordle, wordle-assistant, wordle-game, wordle-helper, wordle-in-vue, wordle-solver
- Language: JavaScript
- Homepage: https://anwarulislam.github.io/wordle-helper/
- Size: 68.4 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordle Helper
Wordle is a simple word game created by a Software Engineer Wardle. I made this simple helper app to show remaining words in each step.Demo: https://anwarulislam.github.io/wordle-helper/
I play Wordle game everyday. It's really fun and simple. We can play only once in a day and we do not share the actual answer rather some square sign to show our result. This is something interesting about this game. That's why it became a social game now.
When I play, I try to start with some known and easy word where we have maximum number of vowel. After trying three or four times I easily can guess the actual word. But, sometimes I can't remember words to try. That's why I thought it's better to create a simple solution to show remaining words in each step. And I created this solution using `JavaScript` and `VueJS`
## How it works?
It's actually very straightforward. When we write a word in Wordle and submit the word we see three state of characters of that word. It can be *PRESENT*, *ABSENT* or *CORRECT*. Wordle hightlight those state with color. Correct is Green, Present is Orange, and Absent is Gray. After trying in wordle if you want to see all remaining words in *Wordle Helper* you have to write the word and you can change the state of characters of that word by taping on a single character. And after that you have to click on *Next* button to write next word. After clicking on a next button you will see a *Show* button to show remaining words of that step in a modal.
## Contribution
If you think there is a bug or something you can optimize feel free to make a pull request. And if you love the script give it a star 😉