Skip to content

luke-codewalker/rusty_wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE.md
MIT
LICENSE-MIT.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages