Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhutter/wordle
https://github.com/mhutter/wordle
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhutter/wordle
- Owner: mhutter
- License: mit
- Created: 2022-01-05T01:19:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T14:19:56.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T21:08:58.480Z (8 months ago)
- Language: Rust
- Size: 82 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= `wordle` - wordle ~cheater~ solver
Try to ~cheat~ solve https://www.powerlanguage.co.uk/wordle/[wordle] riddles by taking previous tries into consideration.
== Usage
wordle UNUSED [TRY_1 [TRY_N ...]]
`UNUSED`:: List of letters that are not used (grey letters).
`TRY_N`:: Past results, but only yellow & green letters.
- lower case indicates YELLOW letter
- upper case indicates GREEN letterExample:
$ wordle tuiopazcbn ' e e' ' Ed' ' DE' ' DER'
elder== License
MIT (see link:LICENSE[LICENSE])
---
> https://hutter.io/[Manuel Hutter] -
> GitHub https://github.com/mhutter[@mhutter] -
> Twitter https://twitter.com/dratir[@dratir]