WORDLE is an app that allows users to challenge their vocabulary and deduction skills by guessing a word one letter at a time, following the rules of the classic Wordle game.
The following required functionality is completed:
- App displays a keyboard on the screen
- When tapping on the keyboard, a letter is shown or deleted (letter selected)
- User can play a basic version of Wordle, with different goal words each time
- User can change the number of letters per row (the length of the goal word)
- User can change the numbers of rows on the board (how many guesses allowed)
- User can select a new themed set to pull the goal word from
- User can select "alien wordle", causing the goal word to change after each guess
The following optional features are implemented:
- App displays a reset button on the top left to reset the game (but make no changes to the settings)
