Submitted by: Imani Cage
Wordle pt.1 is an app that is the partially finished version of the NYTimes Wordle. In each round, you will be given a secret word to guess and a limited number of chances to do so. With each guess, you'll receive clues that indicate which letters are included in the word and where they're located.
Time spent: 2 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
[Guide]](https://www.loom.com/share/cc407401bd2b421b8c5d8bc42b97c090?sid=0a7e1715-6d41-45bb-a435-e4bd55bde2c2) .
Describe any challenges encountered while building the app.
Exercise 3: Assign a closure to the didSelectString property of keyboardController (see KeyboardController.swift) caused me the most errors and debugging issues.
Copyright [2024] [Imani Cage]
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.