Poodle

Not a 🐩 (Poodle), but a word-guessing game from your terminal. 🟩⬛🟩🟨🟩
Features
- ✅ In Rust 🦀
- ✅ Attempt logs
- ✅ Rules of the original game
- ✅ Customizable, extendable, localizable
- ✅ More to come
How to use it
Install Poodle 🐩
$ cargo install poodle # install from crates.io!
Guess today's riddle
$ export POODLE_LOGS="/tmp/poodle/logs.json" # set logs file optionally
$ poodle start
Display full logs
$ poodle log
Get help message
$ poodle --help
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.