Skip to content
/ popoki Public

Popoki (cat in hawaiian) is a faster Wordle solver built in Rust using Information Theory.

License

Notifications You must be signed in to change notification settings

beowolx/popoki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Popoki

Popoki is a faster Wordle solver built in Rust using Information Theory. The name "Popoki" comes from the Hawaiian word for "cat" because, just like a cat, Popoki is quick and nimble when it comes to solving Wordles.

How it Works

Popoki uses an algorithm based on Information Theory to quickly narrow down the possible solutions for a given Wordle puzzle. It works by analyzing the frequency of each letter in the puzzle, comparing it to the frequency of letters in common English words, and using that information to eliminate unlikely combinations of letters. This process is repeated until the solution is found, resulting in a much faster solve time than traditional methods.

How to Use

Popoki is a command-line tool. TODO (should write a more detailed explanation but in case someone is reading this, just clone the repo and use the --help.

Building from Source

TODO

About

Popoki (cat in hawaiian) is a faster Wordle solver built in Rust using Information Theory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published