-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.html
44 lines (37 loc) · 1.54 KB
/
readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!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>