Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 612 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 612 Bytes

JSGuessingGame

This is a guessing game made using HTML, CSS and Javascript.

The rules of the game are :

  • You have to guess the secret 5 letter word.
  • You have a total of 6 chances to guess.
  • If the letter is highlighted green, the secret word contains the letter and it is in the right position.
  • If the letter is highlighted orange, the secret word contains the letter but it is not at the right position.
  • If the letter is highlighted gray, the letter is not contained in the secret word.
  • Only valid words are accepted as a guess, otherwise the boxes will flash with a red border.

Happy guessing!