https://github.com/poyea/poodle
🟩 A word-guessing game from your terminal inspired by Wordle, written in Rust
https://github.com/poyea/poodle
rust rust-cli rust-lang wordle wordle-rust
Last synced: 2 months ago
JSON representation
🟩 A word-guessing game from your terminal inspired by Wordle, written in Rust
- Host: GitHub
- URL: https://github.com/poyea/poodle
- Owner: poyea
- License: mit
- Created: 2022-02-02T15:53:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-27T02:21:49.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T21:13:31.003Z (2 months ago)
- Topics: rust, rust-cli, rust-lang, wordle, wordle-rust
- Language: Rust
- Homepage:
- Size: 130 KB
- Stars: 11
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```An example (SPOILER!!!)
#### 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/).