public class RPSDriver { public static void main(String[] args) { RPS rps = new RPS(); rps.play(); System.out.println("Thanks for playing!"); } }