A small wordle clone built in rust.
Note: There are a lot of weird words I've never even heard in the dictionary file. If anyone knows a better word list, please do create a PR,
- Clone the repository
- Install rust through rustup if required
- Open a terminal in the cloned directory and run
cargo build --release
Run the newly created executable. If you know how to play Wordle online, you already know how to play this game.
- Type any 5-letter wordle
- The console should update with the letters of your word in different colors.
- Green: the letter is correct and in the right location.
- Yellow: the letter is in the word, but in another location.
- Normal: the letter is not in the word.
- Using the new information, guess again.
- If you can guess the word within 6 tries, you win!
This repository is licensed under version 3 of the GNU General Public License, or at your option, any later version.