back
Assignment 7A: Rock Paper Scissors Version A
Assignment 7A- Rock Paper Scissors Version A
The purpose of this assignment was to take a first look at the development of the game rock paper scissors. All the app is required
to do is allow the user to click one of three buttons either picking Rock, Paper or Scissors. Then depending on what button they pressed
their choice is displayed at the bottom.
Notes:
- Original Assignment
- The format and function for this app was done using provided code from the class web page.
-->This shows the look of the the start up screen of the app, displaying the three buttons.
Notes:
- Here you can see the three buttons respectfully as Rock, Paper, and Scissors.
-->This demonstrates the look of the app after the Rock button is pressed.
Notes:
- As you can see the message rock is displayed at the botttom showing the users choice.
-->This demonstrates the look of the app after the Paper button is pressed.
Notes:
- As you can see the message Paper is displayed at the botttom showing the users choice.
-->This demonstrates the look of the app after the Scissors button is pressed.
Notes:
- As you can see the message Scissors is displayed at the botttom showing the users choice.