ajeetdsouza/clidle

Play Wordle over SSH.

633

stars

26

commits

Go

primary language

Mar 28, 2025

updated

cli
command-line
go
golang
hacktoberfest
ssh
tui
wordle

README

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:

GuessesScore
1100
290
380
470
560
650

Contributors

ajeetdsouza

24 commits

c0dev0id

1 commits

deepsourcebot

1 commits

ajeetdsouza/clidle

Play Wordle over SSH.

633

stars

26

commits

Go

primary language

Mar 28, 2025

updated

cli
command-line
go
golang
hacktoberfest
ssh
tui
wordle

README

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:

GuessesScore
1100
290
380
470
560
650

Contributors

ajeetdsouza

24 commits

c0dev0id

1 commits

deepsourcebot

1 commits

Languages

Go

99.9%