-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathme2.html
More file actions
130 lines (116 loc) · 4.42 KB
/
me2.html
File metadata and controls
130 lines (116 loc) · 4.42 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Game Guidelines and Rules</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Protest+Guerrilla&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Protest+Guerrilla&display=swap" rel="stylesheet">
<style>
p{
color:white;
}
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: black;
}
header {
background-color: #333;
color: #fff;
padding: 1rem;
text-align: center;
}
main {
padding: 2rem;
max-width: 800px;
margin: auto;
background-color: black;
border-radius: 8px;
box-shadow: 0 0 10px ;
}
h1 {
color: white;
font-family:"Protest Guerrilla";
}
h2 {
color: white;
font-family:"Lato"
}
ul {
line-height: 1.6;
font-family:"Lucida Console";
color:white;
}
footer {
text-align: center;
padding: 1rem;
background-color: #333;
color: #fff;
position: relatuve;
width: 100%;
bottom: 0;
height:50%
}
pre{
text-align: center;
padding: 1rem;
background-color: #333;
color: #fff;
position: relatuve;
width: 100%;
bottom: 0;
font-size:20px;
}
</style>
</head>
<body>
<header>
<h1>Science-e-Connector: Guidelines and Rules</h1>
</header>
<main>
<h2>Inspiration</h2>
<p>Our game The Science-e-Connector is inspired by the classic game of o's and x's, color scheme, Scienceematical concepts, and area of technology.
</p>
<h2>Objective</h2>
<p>We aim at developing certain skills in a player in a fun and interesting way. The skills that we are focussing are-</p>
<ul>
<li>Scientifical reasoning</li>
<li>Logical Reasoning</li>
<li>Problem Solving</li>
<li> Strategizing</li>
<li>Critical Thinking</li>
</ul>
<h2>Rules</h2>
<ul>
<li>The game starts with the player who gets the prime number on the dice first .(for example Player a gets 2 which is a prime number.), then Player A starts the game by placing his peg in any of the 81 empty spots.
</li>
<li>For example, if Alpha Places his/her peg in the Middle left block of any local Connector, then B needs to place his/her peg next in the middle left of the global connector anywhere.</li>
<li> If further b places his/her peg in the middle of any local connector then a should place his/her in the middle of the global connector anywhere.</li>
<li>But before the player B can put their peg,they need to answer the question posed for that block correctly
</li>
<li> The answers should be in lowercase and it should be full.</li>
<li>If player B answers incorrectly the chance is forwarded to the player a.
</li>
</ul>
<h2>Winning</h2>
<p>Game play ends when either a player who has three pegs in a row / column / diagonal in any one of the big 9 squares or there are no legal moves remaining, in which case the game is a draw.</p>
<video width=500px;>
<source src=><source>
</video>
</main>
<footer>
<p>© 2024 Science-e-Connector. All rights reserved.</p>
<pre id=>Contact Us:
microsoftrishik@gmail.com
parinkhurana@gmail.com
ishaanhanda2010@gmail.com
</footer>
</body>
</html>