Closed tincro closed 1 week ago
When being dealt cards from deal_cards() The players are dealt cards in the order they are listed to initialize the players classes.
deal_cards()
This should be fixed to deal cards clockwise from the dealer, mimicking what happens in a real game.
implemented dealer class to resolve this issue
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.