relsqui / protocards

Simple tools for building card games in python.
MIT License
3 stars 1 forks source link

Add length thresholds to subset-finding functions. #15

Open relsqui opened 10 years ago

relsqui commented 10 years ago

e.g. find_sets(length=3) to only return threes or fours of a kind.