# Poodle [](https://github.com/poyea/poodle/actions/workflows/rust.yml) [](https://github.com/poyea/poodle/actions/workflows/release.yml) [](https://github.com/poyea/poodle/issues) [](https://github.com/poyea/poodle/network) [](https://github.com/poyea/poodle/stargazers) [](https://github.com/poyea/poodle/blob/main/LICENSE)
Not a 🐩 (Poodle), but a word-guessing game from your terminal. 🟩⬛🟩🟨🟩
## Features
* ✅ In Rust 🦀
* ✅ Attempt logs
* ✅ Rules of the [original game](https://www.powerlanguage.co.uk/wordle/)
* ✅ Customizable, extendable, localizable
* ✅ More to come
## How to use it
#### Install Poodle 🐩
```console
$ cargo install poodle # install from crates.io!
```
#### Guess today's riddle
```console
$ export POODLE_LOGS="/tmp/poodle/logs.json" # set logs file optionally
$ poodle start
```
<details>
<summary>An example (SPOILER!!!)</summary>
<img src="https://user-images.githubusercontent.com/24757020/153647249-ea80f3f6-f4fa-4593-9659-f6c92e5410cd.jpg" alt="Poodle screenshot">
</details>
#### Display full logs
```console
$ poodle log
```
#### Get help message
```console
$ poodle --help
```
## If you like this, please
* Star
* Fork
* Contribute
## License
This repository is licensed under MIT. See also [LICENSE](LICENSE) for details. Poodle is inspired by **Wordle**. **Wordle** is developed by Josh Wardle. The original game can be accessed [here](https://www.powerlanguage.co.uk/wordle/).