Submitted by: Maneesha
Wordle is an app that allows players guess a five lettered hidden word within six attempts, using the feedback provided after each guess to make educated guesses about the word. The game provides feedback on each guess, indicating which letters are correct and in the correct position (green), which letters are correct but in the wrong position (yellow), and which letters are not in the word at all (gray).
Time spent: 7 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
Challenges encountered while building the app.
1.I faced difficulty in understanding the code structure of the app, including the roles of different files like ViewController, BoardController, KeyboardController, LetterCell, and WordGenerator.
2.Throughout the process, I encountered various errors such as ambiguous use of variables, incorrect method calls, and issues with data flow between different components of the app.
3.Image size compatibilty.
Copyright [2024] [Maneesha007]
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.