MCPcopy Index your code
hub / github.com/ajeetdsouza/clidle

github.com/ajeetdsouza/clidle @v0.1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.1.0 ↗ · + Follow
52 symbols 122 edges 6 files 26 documented · 50%
What it actually does AI analysis from the code graph — generated when you open this
loading…
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:

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

Extension points exported contracts — how you extend this code

DBTX (Interface)
(no doc)
store/db.go

Core symbols most depended-on inside this repo

setStatus
called by 4
model.go
viewKey
called by 4
model.go
color
called by 4
model.go
doRestart
called by 3
model.go
updateScore
called by 3
model.go
resetStatus
called by 3
model.go
viewKeyboardRow
called by 3
model.go
QueryRowContext
called by 3
store/db.go

Shape

Method 34
Function 9
Struct 7
Interface 1
TypeAlias 1

Languages

Go100%

Modules by API surface

model.go30 symbols
store/db.go8 symbols
main.go5 symbols
store/query.sql.go4 symbols
dictionary.go3 symbols
store/models.go2 symbols

For agents

$ claude mcp add clidle \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact