Ace now lets you play again if there are two players

This commit is contained in:
2023-03-23 16:44:05 +01:00
parent b4570d8313
commit e80094d987

View File

@@ -84,7 +84,10 @@ public class Game
break;
case CardValue.ACE:
TurnDirection *= -1;
if (Players.Count > 2)
{
CurrentPlayer = GetNextPlayer();
}
break;
case CardValue.THREE:
case CardValue.FOUR: