Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deebloo/wordle-rs


https://github.com/deebloo/wordle-rs

Last synced: 3 days ago
JSON representation

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
```