Wordle/clidle
Blueno 110b6af99f first commit 2022-03-27 15:16:41 -04:00
..
.deepsource.toml first commit 2022-03-27 15:16:41 -04:00
.goreleaser.yaml first commit 2022-03-27 15:16:41 -04:00
LICENSE first commit 2022-03-27 15:16:41 -04:00
README.md first commit 2022-03-27 15:16:41 -04:00
config.go first commit 2022-03-27 15:16:41 -04:00
db.go first commit 2022-03-27 15:16:41 -04:00
go.mod first commit 2022-03-27 15:16:41 -04:00
go.sum first commit 2022-03-27 15:16:41 -04:00
main.go first commit 2022-03-27 15:16:41 -04:00
model.go first commit 2022-03-27 15:16:41 -04:00
preview.png first commit 2022-03-27 15:16:41 -04:00
words.go first commit 2022-03-27 15:16:41 -04:00

README.md

clidle

Wordle, now over SSH.

Preview

Try it:

ssh clidle.ddns.net -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