Crates.io | turdle |
lib.rs | turdle |
version | 0.3.1 |
source | src |
created_at | 2024-06-05 22:44:34.99331 |
updated_at | 2024-06-10 10:02:34.183679 |
description | A Wordle clone for the terminal |
homepage | |
repository | https://github.com/weiteck/turdle |
max_upload_size | |
id | 1263197 |
size | 200,148 |
Turdle is a clone of the popular browser-based word game Wordle by Josh Wardle, now owned by The New York Times. The (admittedly crude) name is a portmanteau of TUI + Wordle.
A random word is selected each time the game is run. Run turdle --help
for additional options.
turdle today
turdle date <YY-MM-DD>
TURDLE_QWERTY_MODE=1
to always start with QWERTY layoutLinux and Windows binaries are available on the releases page.
Alternatively, if you already have Rust installed, simply run:
cargo install turdle --locked
If you encounter a linker error, your system may be missing the required compiler toolchain:
Arch
sudo pacman -S base-devel
Debian/Ubuntu
sudo apt install build-essential
Centos
sudo yum install gcc
Due to the large font used for the gameboard, your terminal must be at least 34 rows high for it to render correctly.
Turdle targets modern terminal emulators. The large font rendering is unlikely to work running in the Windows command prompt or Powershell, but it does work on later versions of Windows Terminal.
MIT or Apache 2.0 at your discretion.