Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add functionality for getting most wins/fewest wins for need and greed individually #7

Open
Terlen opened this issue Jul 30, 2021 · 0 comments
Assignees

Comments

@Terlen
Copy link
Owner

Terlen commented Jul 30, 2021

When analysing an encounter, it would be nice to not only tell who won or lost the most rolls overall, but to also be able to tell who was the most successfully "greedy" vs "needy".

Need to add some way of breaking that individual data out, probably in the form of more tuples!

EX: get_most_and_least_lost_rolls(encounter) -> ((MostWinsOverall, LeastWinsOverall), (MostGreedWins, LeastGreedWins), (MostNeedWins, LeastNeedWins))

@Terlen Terlen self-assigned this Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant