Skip to content

Latest commit

 

History

History
 
 

Wordle

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Description

Wordle is a word guessing game where the player has to guess a 5 letter word. Player is given 6 guesses.

How-To-play

  • Computer generates a random word which the player has to guess.
  • Player makes a 5 letter word guess.
  • Then after enter, the square tiles change its color according to the following color coding scheme: Correct letter with correct position - GREEN Correct letter with wrong position - YELLOW Wrong letter - GREY
  • Keyboard keys also change their color according to same color scheme(after a guess is made).
  • If the player guesses the correct word, he/she receives a congratulations message.
  • If the player cannot make the guess and exhausts all the guesses, he/she loses the game.