Poodle
Not a
Features
-
β In Rustπ¦ -
β Attempt logs -
β Rules of the original game -
β Customizable, extendable, localizable -
β More to come
How to use it
Guess today's riddle
$ poodle start
Display full logs
$ poodle log
Get help message
$ poodle -h
poodle 0.1.0
John Law <[email protected]>
Not a π© (Poodle), but a word-guessing game from your terminal π©β¬π©π¨π©
USAGE:
poodle <CMD>
ARGS:
<CMD> Instruction [possible values: start, log]
OPTIONS:
-h, --help Print help information
-V, --version Print version information
Building Poodle
$ cargo -V
cargo 1.56.0 (4ed5d137b 2021-10-04)
$ cargo run # run
$ cargo build --all --release # build
$ cargo test --all --release # test
$ cargo doc --all --release # documentation
If you like this, please
- Star
- Fork
- Contribute
License
This repository is licensed under MIT. See also LICENSE for details. Poodle is inspired by Wordle. Wordle is developed by Josh Wardle. The original game can be accessed here.