Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Additional Instructions: App should be created using Kotlin and android Studio. App should look like this App should have the following required functionality completed: 1.

image text in transcribed

Additional Instructions: App should be created using Kotlin and android Studio.

image text in transcribed

image text in transcribed

App should look like this

image text in transcribed

App should have the following required functionality completed: 1. User has 3 chances to guess a random 4 letter word** 2. After 3 guesses, user should no longer be able to submit another guess** 3. After each guess, user sees the "correctness" of the guess** 4. After all guesses are taken, user can see the target word displayed** 5. User can toggle between different word lists 6. User can see the 'correctness' of their guess through colors on the word 7. User sees a visual change after guessing the correct word 8. User can tap a 'Reset' button to get a new word and clear previous guesses 9. User will get an error message if they input an invalid guess 10. User can see a 'streak' record of how many words they've guessed correctly (starter code 2) checkguess function private fun checkGuess(guess: string) : string \{ var result =" for (i in 0.3 ) \{ if (guess [i]== wordToGuess [i]){ result +="0" else if (guess[i] in wordToGuess) \{ result +="+" else \{ result +="X" return result 10:10 Wordle Guess \#1 star Guess \#1 Check XXXX Guess \#2 dogs Guess \#2 Check XOXX Guess \#3 most Guess \#3 Check XOXX book Enter 4 letter guess here GUESS

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions