• S: Design a Rock, Paper, Scissors game that displays graphics to the user.
  • T: Notepad, to write the program, variables, multiple functions, if-statements, input buttons, a turn counter.
  • A:
    • Variable for turns
    • Variable for target
    • Variables for win, lose, and tie
    • functions for rock, paper, and scissors
    • buttons to activate functions
    • target to generate computer's choice
    • If statements to open new windows depending on the outcome of the game
  • I: The program was implementd using JavaScript.
  • R: One thing that would make it better would be to keep track of how many wins the user has and add a help screen