No description
  • Go 99.9%
  • Dockerfile 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-03-29 00:35:38 +05:30
.github/workflows Add docker-push action 2025-03-29 00:35:38 +05:30
store Move to SQLite 2024-10-31 18:03:07 +05:30
.deepsource.toml Add .deepsource.toml 2022-02-02 06:04:56 +00:00
.gitignore Add goreleaser 2022-02-02 06:26:18 +05:30
.goreleaser.yaml Move to SQLite 2024-10-31 18:03:07 +05:30
dictionary.go Move to SQLite 2024-10-31 18:03:07 +05:30
Dockerfile Add Dockerfile 2025-01-06 00:41:16 +05:30
go.mod Move to SQLite 2024-10-31 18:03:07 +05:30
go.sum Move to SQLite 2024-10-31 18:03:07 +05:30
LICENSE Add LICENSE 2022-02-02 05:21:27 +05:30
main.go Add Dockerfile 2025-01-06 00:41:16 +05:30
model.go Move to SQLite 2024-10-31 18:03:07 +05:30
preview.png Update preview 2022-02-07 02:27:33 +05:30
query.sql Move to SQLite 2024-10-31 18:03:07 +05:30
README.md Switch to DuckDNS 2022-05-25 17:37:43 +05:30
schema.sql Move to SQLite 2024-10-31 18:03:07 +05:30
sqlc.yaml Move to SQLite 2024-10-31 18:03:07 +05:30

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