Question: 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.

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

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. User has 3 chances to guess a random 4 letter

App should look like this

word** 2. After 3 guesses, user should no longer be able to

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!