Crates.io | wordl |
lib.rs | wordl |
version | 0.3.0 |
source | src |
created_at | 2024-02-01 05:51:57.048272 |
updated_at | 2024-03-16 07:18:45.759711 |
description | Terminal Wordle game. Web like with keyboard hints and slow reveal animations. |
homepage | https://github.com/palerdot/wordl-rs |
repository | https://github.com/palerdot/wordl-rs |
max_upload_size | |
id | 1122669 |
size | 192,857 |
Terminal wordle
. Web like terminal wordle game with keyboard hints, slow reveal animations etc.
Terminal Wordle.
WORDL aims to provide web like Wordle
experience in the terminal, mainly
Slow Reveal
letter colors after guessing.Install from Cargo.
cargo install wordl
Precompiled binaries are available in Latest Releases page. Please note, the precompiled binaries are not signed. For example, in MacOS
, you have to manually allow running the binary in Security & Privacy
settings.
Update installed binary with cargo-update like
cargo install-update wordl
If you don't want to install cargo-update
, you can manually uninstall and install the latest binary from cargo.
Rules are pretty simple.
enter
. Press Backspace
to clear already typed letter.Ctrl-N
to start a new wordle guess. Please note, this only works if the game is over. i.e. You have guessed correctly or you ran out of 6 attempts.Esc
or Ctrl-C
to exit the game.If the terminal window is too small, keyboard hints are not shown. Please make sure your terminal has minimum required height for the keyboard hints to be shown.
wordl-rs
is built with Rust Ratatui library.
Data for Wordle words are present as .txt
files in /files
directory. The data was initially seeded from here and here. Right now, wordle words list is not synced. If you want any words to be added or removed, please submit a PR.