A side project to recreate the popular word game "Wordle" using Rust and the eframe GUI framework.
- Use Reinforcement Learning to improve word guessing strategies.
-
Clone the repository:
git clone --depth 1 https://github.com/DestinEcarma/wordle.git cd wordle -
Build and run the application:
cargo run --release
This project is licensed under the MIT License - see the LICENSE file for details.
