write a program to play dice rolling game between two player
--each player throws 3 dice in turns
--the one with the higher total points of the dice will be the winner of each round and get one mark
--the players can play as many rounds as they wish
--the winner will be one with the highest marks after finishing all the rounds

Thankyou for helping me~