Submitted by: Eriberto Gonzalez
Wordle is a game where the user will be given a secret word to guess and a limited number of chances to do so. With each guess, you'll receive clues in the form of color higlights that indicate which letters are included in the word and where they're located. You aim to use these clues to guess the secret word before running out of attempts.
Time spent: 6 hours spent in total
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
The following optional features are implemented:
- Improve and customize the user interface by adding a launchscreen and app icon
- Run the app on a device rather than in the simulator
The following additional features are implemented:
- List anything else that you can get done to improve the app functionality!
A big challenge encountered was the use of closures. Passing them in and calling hem, and especially understanding them with functions. Another big challenge was the swift nuances such as image sizing.
Copyright [2023] [EG]
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.