Submitted by: Xiaoai Zhu
Wordle is an app that ... [randomly generate different word (in different theme and number of letters. By simple clicks, you can also change the number of guesses/letters, reset, and isAlien)]
Time spent: 1 hours spent in total
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)
The following additional features are implemented:
- List anything else that you can get done to improve the app functionality!
- There could be more word options, cause now we only have 3 themes and 36 words in total.
- we can increase the maximum of letters in word.
Describe any challenges encountered while building the app.
- when adding 'reset' function, I forgot to define tintColor and navigationItem and fail to show reset when simulating.
Copyright [2024] [Xiaoai Zhu]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.