wordle-clone-tyler
v1.0.0
Published
Features: - Animations when guess is submitted - Colour indication to show if user guessed correct - Stats that open and close in a modal and save to your browser - A new word at midnight every night. (If you were to refresh the page the word stays the sa
Downloads
2
Readme
up2006870-wordle-clone-npm-package
Features:
- Animations when guess is submitted
- Colour indication to show if user guessed correct
- Stats that open and close in a modal and save to your browser
- A new word at midnight every night. (If you were to refresh the page the word stays the same)
- Once correct word is guessed my program displays a message and disables the keyboard until the new word is out to avoid users boosting their stats
- The bomb icon is a powerup which once clicked will tell you randomly one of the 5 letters and the position it is in. I made it so that even if the user refreshes the page and presses the power up again it will still give them the same letter
- I made it so that once a word is submitted it checks it against all words included in wordsapi. (I check this website: https://wordsapiv1.p.rapidapi.com/words/${currentWord}. and if their is no response then the word cannot exist.)