-
Notifications
You must be signed in to change notification settings - Fork 0
BsalRbh/Kingsway-Projects
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>How to play</title> <link rel="stylesheet" href="readmestyle.css"> </head> <body> <h1>How To Play</h1> <div class="instructions"> <h2>Gameplay:</h2> <ol> <li><strong>Players:</strong> The game is played between two players.</li> <li><strong>Choices:</strong> Each player simultaneously chooses one of three possible items: Rock, Paper, or Scissors.</li> <li><strong>Outcome:</strong> The winner is determined by the rules:</li> </ol> <ul> <li>Rock beats Scissors</li> <li>Scissors beats Paper</li> <li>Paper beats Rock</li> </ul> <img src="images/decision.jpeg" class="decision-image"> <h2>How to Play:</h2> <ol> <li><strong>Step 1:</strong> Choose any option rock, paper or scissors</li> <li><strong>Step 2:</strong> Click on the chosen option. </li> <li><strong>Step 3:</strong> The Computer will randomly choose on option .It will compare the rules to determine the winner or if it's a draw.</li> <li><strong>Output:</strong> It will show the result and the scores are also recorded. </li> <li><strong>Reset Score:</strong> You can simply click on reset scores button to reset the scores.</li> </ol> <p>Enjoy playing! 🎮👊✋✌️</p> </div> </body> </html>
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published