Rock-paper-scissors
Create an enumeration that represents a hand in a game of rock-paper-scissors and the function void rps(Hand hand1, Hand hand2)
that prints the winner of a game of rock-paper-scissors.
More Vectors
Create an enumeration that represents a hand in a game of rock-paper-scissors and the function void rps(Hand hand1, Hand hand2)
that prints the winner of a game of rock-paper-scissors.