/wf-score

Compute the score of a build on a specific weapon

Primary LanguageRustMIT LicenseMIT

wf-score

Small hobby project to calculate scores for weapon builds in Warframe.

Usage

Two binary crates are available, single-score and bruteforce. The first one calculates the score for a single build, while the second one calculates the score for all possible builds.

To run the binaries, use either of the following commands:

cargo run --release --package single-score
cargo run --release --package bruteforce

The --release flag is optional, but recommended for performance reasons (especially for the bruteforce binary).

Build examples

Here are some examples of builds I made using the bruteforce binary:

License

Licensed under the MIT license. See the LICENSE file for more details.