https://github.com/frenzyexists/wordle
Wordle Project - Ultra simple mode, from codepath AND102 - Spring 2024
https://github.com/frenzyexists/wordle
android-game codepath codepath-android-course good kotlin
Last synced: about 2 months ago
JSON representation
Wordle Project - Ultra simple mode, from codepath AND102 - Spring 2024
- Host: GitHub
- URL: https://github.com/frenzyexists/wordle
- Owner: FrenzyExists
- Created: 2024-03-02T18:20:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-23T07:02:41.000Z (over 1 year ago)
- Last Synced: 2025-01-03T19:16:12.910Z (9 months ago)
- Topics: android-game, codepath, codepath-android-course, good, kotlin
- Language: Kotlin
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Project 1 - Wordle Speedrun
Submitted by: Angel L Garcia
### **Wordle - Ultra simple edition*
A lite version of the popular word game [Wordle](https://www.nytimes.com/games/wordle/index.html).
Time spent: **4** hours spent in total
## Required Features
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:
## Video Walkthrough
Here's a walkthrough of implemented user stories:
https://github.com/FrenzyExists/Wordle/assets/47986470/053d8dd7-3444-4a19-b193-b64ef36291ff
https://github.com/FrenzyExists/Wordle/assets/47986470/bab1f54a-5517-42ea-b653-cc803a787c70
## Notes
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.## License
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 athttp://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.