In this project, you'll create the Wordle game. This is a single-player game where the player tries to guess a five-letter word within six attempts. After each guess, the letters are marked as correct, present, or absent based on the secret word. You'll create the layout of the game and handle the feedback mechanism for correct, present, or absent letters.