my_wordle is an app that mimics basic funcitonality of the well known wordle app.
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
my_wordle2 is an app that mimics the basic functionality of the well-known Wordle game,including additional features as well.
The following required functionality is completed:
- 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)