tincro / euchre

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

Players dealt cards in wrong order #8

Closed tincro closed 1 week ago

tincro commented 2 weeks ago

When being dealt cards from deal_cards() The players are dealt cards in the order they are listed to initialize the players classes.

This should be fixed to deal cards clockwise from the dealer, mimicking what happens in a real game.

tincro commented 1 week ago

implemented dealer class to resolve this issue