https://github.com/developermindset123/wordleclone
Contains the projects related to codepath intermediate android development.
https://github.com/developermindset123/wordleclone
Last synced: about 1 year ago
JSON representation
Contains the projects related to codepath intermediate android development.
- Host: GitHub
- URL: https://github.com/developermindset123/wordleclone
- Owner: DeveloperMindset123
- Created: 2024-02-26T18:44:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T01:14:35.000Z (about 2 years ago)
- Last Synced: 2025-04-12T22:57:09.713Z (about 1 year ago)
- Language: Kotlin
- Size: 7.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Project 1 - *Wordle Clone*
Submitted by: **Ayan Das**
**Name of your app** is an android app that recreates a simple version of the popular word game [Wordle](https://www.nytimes.com/games/wordle/index.html).
Time spent: **X** 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
- [ ] 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:
* [ ] List anything else that you can get done to improve the app functionality!
## Video Walkthrough
Here's a walkthrough of implemented user stories:

GIF created with ...
[Kap](https://getkap.co/) for macOS
## Notes
Understanding set content view,figuring out the proper transition logic and animation to navigate between different scenes as well as figuring out the difference between constraint layout vs Relative/Linear Layout, adjusting AndroidManifest.xml file in order to ensure that content doesn't go out of screen during key view. Additionally, ensuring that views are not instantiated during onCreate function execution but rather in a seperate function, otherwise, can run into null pointer exception. Difference between private and public functions and the parameter datatypes as well as their resemblance to typescript.
## License
Copyright [yyyy] [name of copyright owner]
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.