- Click the letters on the screen to enter a five letter word - Press enter to see what you got right (or wrong) - Make sure whatever you enter is actually a word; no random combinations of five letters. - If the letter turns gray, that means it is not in the word - If the letter turns yellow, that means it is in the word, but not in that place - If the letter turns green, that means it is in the word in that spot - See if you can guess the word in six tries!
- This is a scratch remake of the popular game wordle. - In the real game, there is one word a day, that's it. While that would be fun, that is not so easy to do in scratch. Maybe with some complicated script involving cloud variables, which I don't have the skill right now to do. Instead, you can try this game over and over, with a new word every time you press the green flag! - Right now, there are only 26 words on the list. I will add more soon. - All coding done by me!