A spin-off of the popular word guessing game Wordle. The game utilises a dictionary of words and randomly generates the correct word, allowing the user to play as many times as they want. Additional options exist, including the ability to change the word length and the number of guesses.
I worked on this early 2022, when Wordle was at its peak. This taught me a lot about front-end development including webpage styling and implementing interactivity using React. While there is a lot I would have done differently looking back to improve the code quality and project structure, this was a valuable learning experience for me.
The letter R is in the word and the correct position. | |
The letter T is in the word, but the incorrect position. | |
The letter C is not in the word. |
Number of Guesses: Change the number of guesses you can make before the game is over.
Word Length: Change the length of the word you are guessing.
Number of Words: Number of different words to guess simultaneously.