https://github.com/ghubnerr/ios101-project1-worlde
Wordle Project for Week1 of iOS Dev. at CodePath
https://github.com/ghubnerr/ios101-project1-worlde
Last synced: 8 months ago
JSON representation
Wordle Project for Week1 of iOS Dev. at CodePath
- Host: GitHub
- URL: https://github.com/ghubnerr/ios101-project1-worlde
- Owner: ghubnerr
- License: apache-2.0
- Created: 2023-09-13T20:15:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T20:33:46.000Z (about 2 years ago)
- Last Synced: 2024-12-30T19:58:55.025Z (9 months ago)
- Language: Swift
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project 1 - *Wordle*
Submitted by: **Gabriel Lucchesi**
**Wordle** is a mobile app that generates a random word that you have to guess with every different round. You have some guesses to get it right, and with every guess, you're given hints as to whether the letters that you tried on the board are either:
1) Not on the target word
2) On the target word, but on the wrong location
3) Correctly in place in the target wordTime spent: **0.8** hours spent in total
## Required Features
The following **required** functionality is completed:
- [X] App displays a keyboard on the screen
- [X] When tapping on the keyboard, a letter is shown or deleted (letter selected)
- [X] User can play a basic version of Wordle, with different goal words each time## Video Walkthrough
[Guide](https://www.loom.com/share/cb1c454c212c4d9db2354c821548b71a?sid=dc3011dd-8318-468d-8862-ffef0bb85281).
## Notes
My difficulties were in understanding how the structure beneath UI and all the other built-in methods interacted with the inputs and user interface.
## License
Copyright 2023 Gabriel Lucchesi
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 athttp://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.