Dominion Card Shuffler
Status: Beta
Brought to you by:
paulwhitmer
I have changed the classes for the shuffle program. Instead of creating new classes for each expansion I made it so they are extensions of the BaseSet class. This should help reduce any errors, make it easier to update, and make it more readable.