uno
uno copied to clipboard
Invalid rule - Player should not draw unlimited card to make a legal move.
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.