Submitted by: Amir Pourmand
Wordle is an app that challenges players to guess a five-letter word in six attempts, providing feedback on each guess to indicate which letters are correct, in the correct position, or incorrect. The goal is to figure out the hidden word using logic and the clues provided after each guess.
Time spent: 5 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!
The hardest part of the challenge was gettign the closure syntax for the third exercise, this is a concept that I am still trying to wrap my head around, especially with memory leaks. Other things that I can get done to improve app functionality include creating a scoreboard so that users can get more points if they guess the word in one try or less points if it takes them all the tries and no points if they dont get it at all!
Copyright [2025] [Amir Pourmand]
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.