Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 2 KB

README.md

File metadata and controls

40 lines (24 loc) · 2 KB

Project 1 - WORDLE

Submitted by: Divyarajsinh Karmariya

WORDLE is an app that provides you with an interactive experience in the world of words. The app will generate a random word which the user will have to guess with limited number of chances for each word. With each guess, you'll receive clues that indicate which letters are included in the word and where they're located. You aim to use these clues to guess the secret word before running out of attempts.

Time spent: 3 hours spent in total

Required Features

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

Video Walkthrough

[Guide]](Watch this loom video) .

Notes

There were many challanges while making this app. I was very new to the Swift language and its syntax. But due to Swift being similar to C I was able to get a grasp of the language in some time. There were also a lot of errors that I faced while building the app which were majorly due to lack of understanding of the libraries and functinalities I can use by using Swift but I tried my level best to overcome them. I hope you enjoy playing with words!

License

Copyright [yyyy] [name of copyright owner]

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.