AZMCode / wordle

Wordle TUI in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Wordle TUI in Rust


Languages

Language:Rust 100.0%