1
0
Fork 0
mirror of https://github.com/coko7/my-wordle.git synced 2026-07-20 20:54:59 +00:00
A simple recreation of the wordle game in Rust.
Find a file
2024-08-06 11:21:32 +02:00
src feat: improve guess evaluation + move logic to other file 2024-08-06 11:21:32 +02:00
.gitignore first commit 2024-08-02 19:13:38 +02:00
Cargo.lock first commit 2024-08-02 19:13:38 +02:00
Cargo.toml first commit 2024-08-02 19:13:38 +02:00
README.md data: use a real list of words 2024-08-02 19:29:39 +02:00
words.txt data: use a real list of words 2024-08-02 19:29:39 +02:00

my-wordle

Took the word list from here: https://github.com/tabatkins/wordle-list