Rock- Paper- Scissors solution

$14.99

Original Work ?
Category: You will Instantly receive a download link for .ZIP solution file upon Payment

Description

5/5 - (4 votes)

You will develop a webpage that will allow the user to play Rock- Paper- Scissors against the computer.

When the page first loads, wins, losses, and ties are all zero. The left picture (paper) is the starting hand gesture for the human player and the right picture (rock) is the starting hand gesture for the computer. This webpage is event driven (which means nothing happens until the human clicks on one of the pictures).The user can click on the picture of the rock, the paper, or the scissor to make their selection. This means that the image tag should have an onclick attribute that calls a JavaScript function to do something (you figure out what).