Skip to content

Files

Latest commit

518a690 · Dec 13, 2023

History

History

Wordle

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 13, 2023
May 31, 2023
Dec 2, 2023

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