W
Wordlle
Wordlle is a game in which you have to guess a 6 letter word and you get 7 chances. It gives hints according to your guessed word.
Created on 12th March 2022
•
W
Wordlle
Wordlle is a game in which you have to guess a 6 letter word and you get 7 chances. It gives hints according to your guessed word.
The problem Wordlle solves
It is a game.
Challenges I ran into
6 Letter Meaningful Word, Different for each gameplay.
For this, I had to use an API which response with a JSON containing only 6 letter dicitonary word.
Hints according to guessed word
If any letter of guessed word is present in the solution word, tile becomes yellow. If it is present at the same position as in the solution word, the tile becomes green. If it is not present in the solution word, it becomes grey.
Accepting keydown from the physical keyboard and as well as the virtual keyboard and Performing the same funtion
Had to use EventListener for the button click on the virtual keyboard and keydown for the physical keyboard and store the keypress and passing it through the same function
Technologies used
Discussion
Builders also viewed
See more projects on Devfolio