Your task is to model Rock-Paper-Scissors (RPS) game. The RPS game require at least two players. There is no limit on the number of players. All player show their hand on the count of three. The possible hands are:
The objective is to select a hand which defeats that of other players. Hands are resolved as:
When one of the following conditions is met, the game ends in draw:
|