Skip to content

Maneesha007/ios101-project1-wordle-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

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

Video Walkthrough

Notes

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.

License

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages