wordfeud-solver

Crates.iowordfeud-solver
lib.rswordfeud-solver
version0.3.1
sourcesrc
created_at2020-11-25 19:10:20.95223
updated_at2020-12-23 16:05:32.680227
descriptionA Rust library to evaluate all possible moves given a wordfeud board and rack.
homepage
repository
max_upload_size
id316385
size133,501
Joep Jansen (jensanjo)

documentation

README

Wordfeud Solver

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.

Commit count: 0

cargo fmt