forked from YadavAkhileshh/Alien-Invasion-Defense
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
131 lines (115 loc) ยท 6.65 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
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
131
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us | Alien Invasion Defense</title>
<link rel="stylesheet" href="about.css">
</head>
<body>
<!-- Main Heading: About Us -->
<header>
<h1 class="main-heading">๐ Alien Invasion Defense ๐ธ</h1>
</header>
<div class="container">
<!-- Introduction Section -->
<section class="intro">
<h2>Welcome to <span class="highlight">Alien Invasion Defense</span> ๐พ</h2>
<p>
<span class="highlight">Alien Invasion Defense</span> is an exciting space-shooter game that challenges you to defend your base from waves of alien invaders. With sleek graphics, easy controls, and thrilling gameplay, youโll be immersed in an intergalactic battle for survival. Are you ready to become the ultimate space defender?
</p>
</section>
<!-- Features Section -->
<section class="features">
<h2>๐ Features</h2>
<ul>
<li>โจ <strong>Exciting Alien Invasion Gameplay:</strong> Fight off waves of alien ships that threaten your base.</li>
<li>๐ฎ <strong>Easy Controls & Interface:</strong> Simple controls make gameplay intuitive and accessible for all players.</li>
<li>๐ฅ <strong>Three Lives:</strong> Protect your base with only 3 chances before the game ends.</li>
<li>๐ <strong>Smooth Shooting:</strong> Responsive shooting mechanics to destroy incoming alien invaders.</li>
<li>๐ฅ๏ธ <strong>Modern Graphics:</strong> A visually pleasing, clean interface that complements the gameโs exciting pace.</li>
<li>๐ <strong>Quick Restart:</strong> Restart the game instantly with one click.</li>
<li>๐ <strong>Leaderboard (Optional):</strong> Track your highest scores and challenge your friends to beat them.</li>
</ul>
</section>
<!-- Gameplay Section -->
<section class="gameplay">
<h2>๐ฎ How to Play</h2>
<ul>
<li><strong>Start the Game:</strong> Click the "Start" button to begin your defense mission.</li>
<li><strong>Move and Shoot:</strong> Use the <span class="highlight">Arrow Keys</span> or on-screen controls to move your spaceship and shoot alien ships.</li>
<li><strong>Lives:</strong> You have 3 lives. You lose a life if an alien reaches your base or if your spaceship is hit.</li>
<li><strong>Game Over:</strong> The game ends when you lose all 3 lives. Click "Restart" to try again!</li>
<li><strong>Progress:</strong> Destroy all alien ships in each wave to advance to the next level and increase your score.</li>
</ul>
</section>
<!-- Game Rules Section -->
<section class="game-rules">
<h2>๐ Game Rules</h2>
<ul>
<li><strong>Survive as Long as Possible:</strong> Protect your base by shooting alien ships and avoiding their attacks.</li>
<li><strong>Three Lives Only:</strong> If you lose all your lives (by aliens reaching your base or hitting your ship), the game ends.</li>
<li><strong>Restart Anytime:</strong> Use the "Restart" button to start over and try to achieve a higher score.</li>
<li><strong>Earn Points:</strong> Destroy alien ships to accumulate points and aim for the highest score possible.</li>
</ul>
</section>
<!-- Tech Stack Section -->
<section class="tech-stack">
<h2>Tech Stack โ๏ธ</h2>
<p>Alien Invasion Defense is powered by modern web technologies to ensure a smooth and engaging experience for players. Hereโs the tech stack behind the game:</p>
<ul>
<li><strong>HTML5</strong> - Structure and game layout.</li>
<li><strong>CSS3</strong> - For styling and responsive design.</li>
<li><strong>JavaScript</strong> - For dynamic game logic and interactivity.</li>
<li><strong>Canvas API</strong> - For rendering smooth game animations.</li>
</ul>
</section>
<!-- Contributors Section -->
<section class="contributors">
<h2>โค๏ธ Our Valuable Contributors</h2>
<div class="contributors-content" align="center">
<a href="https://github.com/YadavAkhileshh/Alien-Invasion-Defense/graphs/contributors">
<img src="https://contrib.rocks/image?repo=YadavAkhileshh/Alien-Invasion-Defense" alt="Contributors">
</a>
<p>We are grateful to everyone who contributed to this project!</p>
</div>
</section>
<!-- Support Section -->
<section class="support">
<h2> ๐ค Support the Project</h2>
<p>If you find this project helpful, please consider giving it a star on GitHub! Your support helps us grow and improve the game.</p>
<hr>
<ul>
<!-- Stargazers Section -->
<section class="stargazers">
<h2>โญ๏ธ Stargazers</h2>
<div align="center">
<a href="https://github.com/YadavAkhileshh/Alien-Invasion-Defense/stargazers">
<img src="https://reporoster.com/stars/YadavAkhileshh/Alien-Invasion-Defense" alt="Stargazers Repo Roster">
</a>
<p>Thank you to all the amazing people who have starred our project!</p>
</div>
<hr>
<h2>๐ด Forkers</h2>
<div align="center">
<a href="https://github.com/YadavAkhileshh/Alien-Invasion-Defense/network/members">
<img src="https://reporoster.com/forks/YadavAkhileshh/Alien-Invasion-Defense" alt="Forkers Repo Roster">
</a>
<p>Special thanks to everyone who has forked this repository!</p>
</div>
</section>
</ul>
</section>
<!-- Call to Action -->
<section class="call-to-action">
<p align="center">Keep learning ๐, exploring ๐, and contributing ๐ค to make a difference in the world!</p>
<p align="center">Made with โค๏ธ for all space defenders!</p>
<div align="center">
<a href="#top">
<img src="https://img.shields.io/badge/Back%20to%20Top-000000?style=for-the-badge&logo=github&logoColor=white" alt="Back to Top">
</a>
</div>
</section>
</div>
</body>
</html>