User Story:As a player engaging with the word guessing game, I want to interact with a visually appealing main screen component that effectively represents the word guessing interface. This component should consist of a dynamic line containing grey boxes or revealed letters, with the total number of boxes corresponding to the number of letters in the word. This allows me to intuitively track the progress of the game.
Description:
Create the main screen component responsible for displaying the word guessing interface. This component should consist of a line containing grey boxes or already guessed letters, with the total number of boxes corresponding to the number of letters in the word.
Tasks:
Develop a component to represent the main screen for word guessing.
Implement a dynamic line of grey boxes or revealed letters.
Ensure the total number of boxes matches the number of letters in the word.
Acceptance Criteria:
[x] The main screen component should be visually appealing and user-friendly.
[x] The line of boxes should dynamically adjust to the length of the word.
[x] The component should handle both unguessed and guessed letters appropriately.
User Story: As a player engaging with the word guessing game, I want to interact with a visually appealing main screen component that effectively represents the word guessing interface. This component should consist of a dynamic line containing grey boxes or revealed letters, with the total number of boxes corresponding to the number of letters in the word. This allows me to intuitively track the progress of the game.
Description: Create the main screen component responsible for displaying the word guessing interface. This component should consist of a line containing grey boxes or already guessed letters, with the total number of boxes corresponding to the number of letters in the word.
Tasks:
Acceptance Criteria: