Query42 / Dominion-Kingdom-Card-Picker

This is a personal project to create a Kingdom Card picker for the board game Dominion, as a way to practice my skills.
MIT License
0 stars 1 forks source link

Implement additional Random functionality #8

Open Query42 opened 8 years ago

Query42 commented 8 years ago

random_sets() could use two additional random modes: User selects how many different sets they'd like to use and that many are randomly chosen; same but randomly selects number of sets from number available.

These two options provide a solution to binary selection's tendency to pick about half as many sets as the user has.