-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrules.html
29 lines (23 loc) · 886 Bytes
/
rules.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 id="heading">Simon Game</h1>
<h2 class="head2">Rules For this Game</h2>
<ul class="rulesList">
<li><span>After Starting Game, A Box will flash</span></li>
<li><span>You are supposed to click the flashed box</span></li>
<li><span>After each Level, Random Box will Flash</span></li>
<li><span>Remember the boxes which flashed in previous Levels</span></li>
<li><span>Click in the continous Sequence as they were flashed</span></li>
<li><span><b>📌IF YOU FAIL TO MAINTAIN THE SEQUENCE, then GAME OVER 💀</b></span></li>
</ul>
<br>
<a href="/index.html"><button class="gameBtn" >Ready</button></a>
</body>
</html>