public static void Main()
int player1, player2, newrandom;
newrandom = r.Next(1, 7);
newrandom = a.Next(1, 7);
while ((player1 < 100) && (player2 < 100)) ;
Console.WriteLine("player 1 win");
Console.WriteLine("player 2 win ");
else if (player1 == player2)
Console.WriteLine("drow");