-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmathgame.html
More file actions
56 lines (55 loc) · 2.59 KB
/
Copy pathmathgame.html
File metadata and controls
56 lines (55 loc) · 2.59 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Advaith Reddy</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./styles/main.css">
<link rel="icon" href="assets/images/logo.png">
</head>
<body>
<div id="container--main">
<a href="index.html">← Back</a>
<h1>Math Game Using HTML, CSS and JS</h1>
<div class="line-break"></div>
<ul>
<li><a href="https://github.com/advaithreddy/mathgame" target="_blank">Source code</a></li>
</ul>
<summary>Prerequisites</summary>
<ul>
<li>Html, Css, Js</li>
<li>Basic Maths 😂</li>
</ul>
<summary>Description</summary>
<p>A simple and interactive math quiz game designed to help
young students (ages 8-10) learn basic math concepts in a fun and engaging way.
</p>
<summary>About</summary>
<p>
The Math Quiz Game is a web-based educational game aimed at teaching fundamental math skills to young students.
The game challenges players to solve equations, fill in the blanks, and test their math knowledge in an
interactive and playful environment.
</p>
<summary>Features</summary>
<ul>
<li>Randomly generates math equations involving addition, subtraction, and multiplication.</li>
<li>Interactive interface where players can fill in the blanks with numbers or operators.</li>
<li>Responsive design for seamless gameplay on various devices.</li>
</ul>
<summary>Installation</summary>
<ol>
<li>Clone the repository: <i>git clone https://github.com/advaithreddy/mathgame.git</i></li>
<li> Navigate to the project directory: `cd mathgame`</li>
<li>Open `index.html` in your preferred web browser.</li>
</ol>
<summary>Usage</summary>
<ol>
<li>Click the "Start Game" button to begin the math quiz.</li>
<li>Solve equations by filling in the blanks with the correct numbers or operators.</li>
<li>Submit your answers and receive instant feedback.</li>
</ol>
</div>
</body>
</html>