luke-codewalker / rusty_wordle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rusty_wordle

rusty_wordle contains an implementation of the Wordle game in Rust. The underlying dictionary and game rules are all based on the original game from the NY Times.

Installation

If you're a Rust programmer and have Cargo installed you can run

cargo install rusty_wordle

Usage

Open a terminal and type

rusty_wordle

and then follow the instructions.

Docs

Checkout https://docs.rs/rusty_wordle/ if you're interested in the internal workings or want to know how you can integrate rusty_wordle as a library into your own code.

About

License:Apache License 2.0


Languages

Language:Rust 100.0%