8000 GitHub - sckaff/wordle-ish
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sckaff/wordle-ish

Repository files navigation

Android Project 1 - Wordle-ish

Submitted by: Fernando Sckaff

Wordle-ish is an android app that recreates a simple version of the popular word game Wordle.

Time spent: 5 hours spent in total

Required Features

The following required functionality is completed:

  • User has 3 chances to guess a random 4 letter word
  • After 3 guesses, user should no longer be able to submit another guess
  • After each guess, user sees the "correctness" of the guess
  • After all guesses are taken, user can see the target word displayed

The following optional features are implemented:

  • User can toggle between different word lists
  • User can see the 'correctness' of their guess through colors on the word
  • User sees a visual change after guessing the correct word
  • User can tap a 'Reset' button to get a new word and clear previous guesses
  • 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:

  • Change the app theme color

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

GIF created with MNML Screen Recorder

Notes

I don't like repeating variable declarations everytime I make a new function. However, I couldn't put variables on MainActivity() besides the "wordToGuess" variable. So I had to repeat a few variables. I would like to know more about why it didn't work to declare my variables outside my functions.

Additionally, I had to record on my phone as my virtual emulator does not work properly. It was a bit of a hassle to make it into a GIF, but I was finally able to get it going.

Finally, I wasn't able to win on the GIF walkthrough, but there is a little toast celebration if you win. It's a very hard wordle version in my opnion.

License

Copyright [2022] [Fernando Sckaff]

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0