An open API service indexing awesome lists of open source software.

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

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 word

Time 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 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.