Assignment 3B: Rock/Paper/Scissors (Version B)

Assignment 3B — Rock/Paper/Scissors app version B is the second version of the Android app based on the hand game "Rock-Paper-Scissors". In Version B, the three rock/paper/scissors Buttons are replaced with ImageButtons. This time, when the player chooses between the three weapons, a computer player randomly chooses a weapon to go against the human player. The app then determines the winner (or if it's a draw) based on what the human and computer players have chosen.

Process:

This is what the application looks like on startup.


This is what the app may look like upon clicking the ImageButton representing paper. In this case, it was a tie between the player and the computer opponent, since the computer also happened to choose paper.



Assignment Page