#wordle #terminal #terminal-game #game #word

app wordl

Terminal Wordle game. Web like with keyboard hints and slow reveal animations.

5 unstable releases

0.3.0 Mar 16, 2024
0.2.0 Feb 21, 2024
0.1.6 Feb 20, 2024
0.1.5 Feb 1, 2024
0.1.4 Feb 1, 2024

#69 in Games

Download history 15/week @ 2024-02-01 184/week @ 2024-02-15 67/week @ 2024-02-22 15/week @ 2024-02-29 4/week @ 2024-03-07 159/week @ 2024-03-14 12/week @ 2024-03-21 15/week @ 2024-03-28 7/week @ 2024-04-04

194 downloads per month

GPL-3.0 license

71KB
923 lines

wordl

Terminal wordle. Web like terminal wordle game with keyboard hints, slow reveal animations etc.

Wordl - Web like Terminal Wordle

Status Crates.io Version

Terminal Wordle.

WORDL aims to provide web like Wordle experience in the terminal, mainly

  • Slow Reveal letter colors after guessing.
  • Keyboard Hints
Wordl - Web like Terminal Wordle

Installation

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

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.

About

Rules are pretty simple.

  • Type your guess and press enter. Press Backspace to clear already typed letter.
  • Press 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.
  • Press 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.

Wordle Words list

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.

Dependencies

~13–21MB
~264K SLoC