uno icon indicating copy to clipboard operation
uno copied to clipboard

Invalid rule - Player should not draw unlimited card to make a legal move.

Open arorabharat opened this issue 3 years ago • 0 comments

In my understanding the player has to only draw one card from the deck when they do not have valid card to make a legal move. But in the current implementation of the game, turn do not get transferred to next player if the drawn card also can not be used to make a legal move. So game should check if player could make a legal move using any of the card at hand after a card is drawn from deck and if there is no legal move it should automatically move to next player.

arorabharat avatar Sep 03 '21 08:09 arorabharat