Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 680 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 680 Bytes

Wordfeud Solver

Crates.io Documentation

A Rust library to evaluate all possible moves given a wordfeud board and rack. The wordfeud solver needs a wordlist to be able to play in a given language. There are no wordlists included with this library. You can get a dutch wordlist here.

This solver is ported from the excellent wordfeudplayer Python package . By porting it to Rust it became much faster.