Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deebloo/wordle-rs
https://github.com/deebloo/wordle-rs
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/deebloo/wordle-rs
- Owner: deebloo
- Created: 2022-01-18T03:40:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T14:34:31.000Z (8 months ago)
- Last Synced: 2024-11-08T12:12:13.021Z (about 2 months ago)
- Language: Rust
- Size: 1.61 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
⬜⬜⬜⬜🟨
⬜⬜🟩⬜⬜
⬜⬜🟩🟩⬜
⬜⬜🟩🟩⬜
🟨⬜🟩🟩🟩
🟩🟩🟩🟩🟩# wordle-rs
Just a fun excuse to practice more with Rust!
A random word is selected for a large list of 5 letter words and you have 6 changes to get it right!## Play
```bash
cargo run
```## Re-generate word lists
```bash
cargo run --bin words
```