1 / 13

PPT OF ROCK PAPER SCISSOR GAME

PPT OF ROCK PAPER SCISSOR GAME USING CSS, HTML , JAVA SCRIPT.

Pranjali7
Download Presentation

PPT OF ROCK PAPER SCISSOR GAME

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ROCK PAPER SCISSOR GAME USING HTML, CSS , JAVA SCRIPT

  2. INTRODUCTION Rock, paper, scissors is a game where two players randomly toss hand gestures and each player has an equal chance of winning, losing, or drawing. The game is often taught to children to settle arguments without adult help. It's considered a game of chance, but it can also require quick thinking and perceptive reasoning.

  3. THE NEW YOU Rock beats scissors, scissors beat paper, and paper beats rock. Agree ahead of time whether you’ll count off “rock, paper, scissors, shoot” or just “rock, paper, scissors.” Use rock, paper, scissors to settle minor decisions or simply play to pass the time.

  4. basics rules of the game The basic rules of rock, paper, scissors are rock beats scissors, scissors beats paper, and paper beats rock. To play, each player chooses one of three hand signs: Rock: Make a fist Paper: Lay your hand flat Scissors: Hold out two fingers to look like scissors

  5. key points of the game Here are the key points of the game rock, paper, scissors: How to play Players begin each round by saying, "rock, paper, scissors, shoot!" On "shoot," each player holds out their fist for rock, flat hand for paper, or their index and middle finger for scissors. How to win Rock beats scissors, scissors beat paper, and paper beats rock. If both players throw the same hand signal, it is considered a tie, and play resumes until there is a clear winner. Why it's fair In theory, the game should be fair no matter the strategy chosen as there is no best response to any option. However, humans tend to not act completely randomly, and want to believe that they can tip the odds in their favor.

  6. Overview In this project, you will be implemeting a rock-paper-scissors game! Rock- paper-scissors is a hand game played between two people, in which each player simultaneously forms one of three shapes with an outstretched hand. These shapes are "rock" (a simple fist), "paper" (a flat hand), and "scissors" (a fist with the index and middle fingers extended, forming a V). A player who plays rock will beat another player who has chosen scissors, but will lose to one who has played paper; a play of paper will lose to a play of scissors. If both players choose the same shape, the game is tied. ?

  7. objective The objective of a rock paper scissors game is to beat your opponent by choosing the move that beats theirs. There are three possible moves: rock, paper, and scissors. Rock beats scissors, scissors beats paper, and paper beats rock. If both players choose the same move, it's a tie.

  8. Here are some instructions for creating a rock paper scissors game in HTML: Create an HTML file and add the following code: Small text

  9. Add the following CSS to style the game: Small text

  10. Add the following JavaScript to make the game work: Small text

  11. THE NEW YOU

More Related