Skip to content

This is a continuation from the previous world project with new added features including adjustable settings and a reset button.

Notifications You must be signed in to change notification settings

egpz/Wordle.swift-2

Repository files navigation

Project 2 - Wordle

Submitted by: EG Gonzalez

Worldle is an app allows the user to guess a word of specified letter length under a certain number of chances to do so. With each guess, you'll receive clues in the form of color higlights 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. The theme can be changed, which changes the available words. The user can also adjust the number of guesses and letters. Time spent: 2 hours spent in total

Required Features

The following required functionality is completed:

  • User can change the number of letters per row (the length of the goal word)
  • User can change the numbers of rows on the board (how many guesses allowed)
  • User can select a new themed set to pull the goal word from
  • User can select "alien wordle", causing the goal word to change after each guess

The following optional features are implemented:

  • App displays a reset button on the top left to reset the game (but make no changes to the settings)

The following additional features are implemented:

  • Grey out any already guessed incorrect letters on the keyboard

Video Walkthrough

Check out a demo here

Notes

License

Copyright [2023] [Eriberto Gonzalez]

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

This is a continuation from the previous world project with new added features including adjustable settings and a reset button.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published