Skip to content

call007/word-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Game

This is a clone of popular word game Wordle

Preview

Demo: https://call007.github.io/word-clone/

Demo showing the finished product, the Wordle clone

How To Play

Guess the Wordle in 6 tries.

  • Each guess must be a valid 5-letter word.
  • The color of the tiles will change to show how close your guess was to the word.

There are 3 possible statuses:

  • Green color correct — this slot is perfect. It's the right letter in the right place.
  • Olive color misplaced — this letter does exist in the word, but in a different slot.
  • Gray color incorrect — this letter is not found in the word at all.