Skip to content

Latest commit

 

History

History
61 lines (49 loc) · 2.7 KB

README.md

File metadata and controls

61 lines (49 loc) · 2.7 KB

Wordle

GitHub repo Language C# Target Framework Build Discord License

You can play this game in your browser:
Play Now
Hosted On GitHub Pages

Wordle is a game where you try to guess a 5 letter word. After each attempt you make to guess the word, the letters you guessed will be colored:

  • green: this letter is correct and in the correct position
  • yellow: this letter is in the word but not at this position
  • gray: this letter is not in the word

Use these colored clues to guess the word. Each guess you make must be a valid word. Use up all your attempts without guessing the word and you lose.

 ╔═══╦═══╦═══╦═══╦═══╗
 ║ HO ║ U ║ S ║ E ║
 ╠═══╬═══╬═══╬═══╬═══╣
 ║ P ║ L ║ A ║ C ║ E ║
 ╠═══╬═══╬═══╬═══╬═══╣
 ║ S ║ E ║ A ║ R ║ S ║
 ╠═══╬═══╬═══╬═══╬═══╣
 ║   ║   ║   ║   ║   ║
 ╠═══╬═══╬═══╬═══╬═══╣
 ║   ║   ║   ║   ║   ║
 ╠═══╬═══╬═══╬═══╬═══╣
 ║   ║   ║   ║   ║   ║
 ╚═══╩═══╩═══╩═══╩═══╝

Input

  • a b, c, ... y, z: input letters
  • left/right arrow: move cursor
  • enter: submit or confirm
  • escape: exit game

Downloads

win-x64

linux-x64

osx-x64