• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests
December 13, 2022 |12.0K Views
How to Build Wordle application in Android
  Share  3 Likes
Description
Discussion

What is Wordle?

Well, Wordle is a daily word game created by Josh Wardle, a Brooklyn-based software engineer. Every day, you will receive a fresh word puzzle that can only be solved or not, using a series of process-of-elimination clues.

Now, How do you do wordle?

Initially, you will be given 5-wide by 6-long empty grid. Each box can hold one letter, and so you guess at the answer by typing in a five-letter word. There aren't any clues up front, so any five-letter word will do as an initial guess. That's where the game of Wordle really starts. When you send a guess along, the color of each letter's box changes.

  • 1. If it turns green, that letter is in the word and you've placed it in the right spot.
  • 2. If it turns yellow, the letter is in the word but you have it in the wrong position.
  • 3. If the box turns red, it means the letter isn't in the word at all.

In this video, you will understand how to create wordle app for android device using android studio.

Read More