Submitted by: Angel L Garcia
A lite version of the popular word game Wordle.
Time spent: 4 hours spent in total
The following required functionality is completed:
- [ x ] User has 3 chances to guess a random 4 letter word
- [ x ] After 3 guesses, user should no longer be able to submit another guess
- [ x ] After each guess, user sees the "correctness" of the guess
- [ x ] After all guesses are taken, user can see the target word displayed
The following optional features are implemented:
- User can toggle betweeen different word lists
- [ x ] User can see the 'correctness' of their guess through colors on the word
- [ x ] User sees a visual change after guessing the correct word
- [ x ] User can tap a 'Reset' button to get a new word and clear previous guesses
- [ x ] User will get an error message if they input an invalid guess
- User can see a 'streak' record of how many words they've guessed correctly.
The following additional features are implemented:
Here's a walkthrough of implemented user stories:
Recording.2024-03-02.150506.mp4
Recording.2024-03-02.150606.mp4
Describe any challenges encountered while building the app.
Hardest part was to get this on the first extension. Like oh boy I never speedrun a project as fast as this one. Seriously that was after coffee after coffee, and somehow no rest, and I have ADHD (i think, i get too distracted on literally anything). But hey, I pulled it off, even made a bonus, and even used a colorscheme, it just works. I wish I had more time tho. Like I wanted to make two game modes, the simple Wordle and the actual true Wordle. Lets hope I don't mess it up on next project, the adrenaline rush was cool but holy cow I don't wanna repeat that.
Copyright 2024 Angel L Garcia
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.