
About
Wordle is a web-based word game created by Josh Wardle in which players get six attempts to guess a five-letter word, with a new puzzle released daily. WordleClone is a Rust command-line implementation of Wordle, installed via `cargo install wordle_clone`, using the `colored` crate for colored terminal text. Version 0.1.5 added a high-score feature.
Getting started
Install with `cargo install wordle_clone` and run `wordle_clone` from the command line; press H at the start of a game to view the game mechanics. For proper color rendering on Windows, use PowerShell or another terminal emulator rather than Command Prompt.
Known limitations
- platform: Running in Windows Command Prompt may display unsatisfactory visuals; PowerShell or other terminal emulator apps are recommended.