Skip to content

ajeetdsouza/clidle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

88cd0af · Jan 5, 2025

History

25 Commits
Oct 31, 2024
Oct 31, 2024
Feb 2, 2022
Feb 2, 2022
Oct 31, 2024
Jan 5, 2025
Feb 1, 2022
May 25, 2022
Oct 31, 2024
Oct 31, 2024
Oct 31, 2024
Jan 5, 2025
Oct 31, 2024
Feb 6, 2022
Oct 31, 2024
Oct 31, 2024
Oct 31, 2024

Repository files navigation

clidle

Wordle, now over SSH.

Preview

Try it:

ssh clidle.duckdns.org -p 3000

Or, run it locally:

go install github.com/ajeetdsouza/clidle@latest

How to play

You have 6 attempts to guess the correct word. Each guess must be a valid 5 letter word.

After submitting a guess, the letters will turn green, yellow, or gray.

  • Green: The letter is correct, and is in the correct position.
  • Yellow: The letter is present in the solution, but is in the wrong position.
  • Gray: The letter is not present in the solution.

Scoring

Your final score is based on how many guesses it took to arrive at the solution:

Guesses Score
1 100
2 90
3 80
4 70
5 60
6 50