tincro / euchre

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

implemented Dealer class to track player positions #16

Closed tincro closed 1 week ago

tincro commented 1 week ago

Dealer class will keep track of the player positions during the game. This is helpful to determine who interacts next in order.