MCPcopy Index your code
hub / github.com/conradludgate/wordle

github.com/conradludgate/wordle @v0.5.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.5.0 ↗ · + Follow
79 symbols 117 edges 16 files 23 documented · 29%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

wordle in your terminal

download docs

Wordle

Wordle is a word guessing game. Each day you have to guess a new word. You have 6 attempts and each attempt you make reveals some information.

Example

Usage

# play the daily wordle game
wordle

# play the given day (eg if you missed a day)
wordle day <day-number>

# play the given date
wordle date <year-month-day>

# play a random game
wordle random

# play a custom word
wordle custom <word>

Install

cargo install cl-wordle --locked

Demo

Demo

Core symbols most depended-on inside this repo

display_window
called by 5
src/bin/wordle/controller/tui.rs
guesses
called by 4
src/state.rs
diff
called by 3
src/lib.rs
run
called by 3
src/bin/wordle/controller/cli.rs
guess
called by 3
src/bin/wordle/controller/tui.rs
push
called by 3
src/bin/wordle/controller/tui/keyboard.rs
share
called by 2
src/game.rs
is_lose
called by 2
src/state.rs

Shape

Method 52
Class 17
Enum 5
Function 5

Languages

Rust100%

Modules by API surface

src/game.rs17 symbols
src/state.rs12 symbols
src/lib.rs7 symbols
src/bin/wordle/controller/tui.rs7 symbols
src/bin/wordle/controller/tui/keyboard.rs6 symbols
src/bin/wordle/args.rs6 symbols
src/words.rs5 symbols
src/bin/wordle/controller/tui/terminal.rs5 symbols
src/bin/wordle/controller/tui/letters.rs4 symbols
src/iter.rs3 symbols
src/bin/wordle/controller/tui/guess.rs3 symbols
src/bin/wordle/controller/cli.rs3 symbols

For agents

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

⬇ download graph artifact

Ask about this repo answers extend the page