Submitted by: Merlin Mallory
Wordle World is an android app that recreates a simple version of the popular word game Wordle.
Time spent: 5.5 hours spent in total
The following required functionality is completed:
The following optional features are implemented:
The following additional features are implemented:
Here's a walkthrough of implemented user stories:
GIF created with LICEcap
Describe any challenges encountered while building the app.
The biggest challenge was attempting the "User can see the 'correctness' of their guess through colors on the word" stretch goal. I was able to figure out how to validate individual character, but I couldn't figure out how to colorize individual characters in a string. I think it would've been possible to divide the 3 output strings into 4 characters each, but it seemed like a hassle to individually colorize a total of 12 strings. I tried to find an easier way to colorize individual characters in a string, kinda like in HTML/CSS, but the solutions I found via Google were mostly for an older version of Java, instead of Kotlin. So I wasn't able to complete that stretch goal.
Copyright [2022] [Merlin Mallory]
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.