forked from ChromeGaming/Dot-Box
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
61 lines (56 loc) · 2.98 KB
/
about.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
<link rel="stylesheet" href="about.css">
<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=Anton&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=Tiny5&display=swap" rel="stylesheet">
</head>
<body>
<header class="about-header">
<h1>🕹️ About Us 🕹️ </h1>
</header>
<p style="font-size: 25px; font-family: EB Garamond,serif;font-weight: bolder; text-shadow: 2px 2px 3px white;"> Dot-Box is a game where players take turns drawing lines between dots to create boxes.
The player who completes the most boxes wins.It's a simple yet strategic game enjoyed by people of all ages.</p>
<main>
<section class="about-description">
<p>
</p>
</section>
<section class="functionalities">
<h2>History and Origin:</h2>
<p style="color: white; padding: 12px;">
Dot and Boxes, also known as Dots and Boxes, is a classic pencil-and-paper game that has a charming history dating back to the late 19th century. It was first described by the French mathematician Édouard Lucas in the 1880s. Édouard Lucas is well-known for his contributions to mathematics, particularly for his work on the Fibonacci sequence and the Tower of Hanoi puzzle. He introduced Dot and Boxes as a recreational game in his book "Récréations Mathématiques" (Mathematical Recreations), where it captured the imagination of puzzle enthusiasts and gamers alike.</p>
</section>
<section class="functionalities">
<h2>Functionalities🕹️</h2>
<ul>
<li>Multiplayer game: Challenge your friends or family!</li>
<li>Strategic Line Selection: Think ahead to maximize your boxes.</li>
<li>Box Completion Bonus: Earn an extra turn by completing a box.</li>
<li>Adjustable Board Size: Customize the game for any difficulty.</li>
<li>Turn Switching: Players take turns to keep things fair.</li>
</ul>
</section>
<section class="functionalities">
<h2>How to Play🎮</h2>
<ul>
<li>
Objective: Capture more boxes than your opponent by drawing lines between adjacent dots.</li>
<li>Setup: Choose your grid size and start connecting the dots.</li>
<li>Rules: Take turns drawing lines. Complete a box to score a point and get an extra turn. The player with the most boxes wins.</li>
<li>Scoring: Each box is worth one point. The game ends when all boxes are claimed.</li>
</ul>
</section>
</main>
<footer class="about-footer">
<p style="font-size: 30px;">Made with ❤️ by ChromeGaming </p>
</footer>
</body>
</html>