tincro / euchre

The classic card game Euchre built in Python
MIT License
0 stars 0 forks source link

Cards not matching lead suit score being counted #15

Open tincro opened 1 week ago

tincro commented 1 week ago

Cards that are being played and not matching the lead suit should not be counted but currently are.

they should be filtered out of the list when ranking the cards.