Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h4kor/rordle
A Wordle clone for the terminal. Written in Rust.
https://github.com/h4kor/rordle
command-line game wordle
Last synced: 2 months ago
JSON representation
A Wordle clone for the terminal. Written in Rust.
- Host: GitHub
- URL: https://github.com/h4kor/rordle
- Owner: H4kor
- License: mit
- Created: 2022-01-15T22:01:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-18T21:12:57.000Z (almost 3 years ago)
- Last Synced: 2024-10-13T23:05:23.095Z (3 months ago)
- Topics: command-line, game, wordle
- Language: Rust
- Homepage: https://crates.io/crates/rordle
- Size: 64.5 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rordle
This is a clone of the [Wordle](https://www.powerlanguage.co.uk/wordle/) game.
## Controls
- `Esc` - Exit game
- `Enter` - confirm input## Attribution
The `words.txt` is extracted from: https://www.powerlanguage.co.uk/wordle/
## Run
```
cargo run
```