Crates.io | cl-wordle |
lib.rs | cl-wordle |
version | 0.4.0 |
source | src |
created_at | 2022-02-06 14:43:40.974387 |
updated_at | 2022-02-15 11:42:16.944 |
description | Wordle in your terminal |
homepage | |
repository | https://github.com/conradludgate/wordle |
max_upload_size | |
id | 527867 |
size | 459,002 |
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.
# 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>
cargo install cl-wordle --locked