-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.html
111 lines (93 loc) · 4.5 KB
/
template.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DUCK-HUNT BY KRITIKA</title>
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> -->
<link rel="shortcut icon" href="./images/sample.png" type="image/x-icon"/>
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css”"> -->
<link href="https://fonts.googleapis.com/css2?family=Frijole&display=swap" rel="stylesheet">
<!-- <script src='https://kit.fontawesome.com/a076d05399.js' crossorigin='anonymous'></script> -->
<link href="https://fonts.googleapis.com/css2?family=Creepster&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&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=Titillium+Web:wght@900&display=swap" rel="stylesheet">
<!-- <script src="https://kit.fontawesome.com/yourcode.js" crossorigin="anonymous"></script> -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400"> <!-- Google web font "Open Sans" -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/demo.css" />
<link rel="stylesheet" href="css/templatemo-style.css">
<script type="text/javascript" src="js/modernizr.custom.86080.js"></script>
</head>
<body>
<div id="particles-js"></div>
<ul class="cb-slideshow">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<div class="container-fluid">
<div class="row cb-slideshow-text-container ">
<div class= "tm-content col-xl-6 col-sm-8 col-xs-8 ml-auto section">
<header class="mb-5"><h1>DUCK HUNT GAME</h1></header>
<P class="mb-5">Now with a Level Creator!</P>
<!-- <a href="https://www.plus2net.com/html_tutorial/button-linking.php" target=new><img src="images/github.svg" height="30px" width="30px"></a>
<a href="https://www.plus2net.com/html_tutorial/button-linking.php" target=new>hey</a> -->
</div>
<div>
<div class="new">
INSTRUCTIONS:
<br>
<br>
<ul style="list-style-type:circle">
<li> When the hound finds a duck, it barks and jumps into the thicket. Ducks will
then fly up one at a time. (The ducks will fly up from various locations.)</li>
<li>The duck flies around the screen for a few seconds. This is your chance. Aim
and shoot! But remember, you only have three shots.</li>
<li>The flashing duck at the bottom of the screen is your hit indicator and will
turn red if a hit is scored.</li>
<li>A miss occurs when all three shots are unsuccessfully used up, or when time
has run out. When this happens, the color of the sky changes, and the duck
flies away. (The hound comes out and laughs at you.)</li>
<li> Sometimes off-colored blue or off-colored red ducks appear. You get a bonus
score for shooting these.</li>
<li>Each round ends after 10 ducks have flown out of the thicket. The Pass Line
at the bottom of the screen indicates the minimum number of ducks that must
be hit to advance to the next round. If you hit the number of ducks or more,
you advance to the next round; otherwise, the game ends.</li>
<li> The ducks fly faster, and the number of ducks in the Pass Line increases as
you advance to later round.
</li>
<!-- <a href="https://github.com/kaybee128/DuckHunt-ByKritika">hey</a> -->
</ul>
</div>
</div>
<br>
<br>
<br>
<br>
<div class="linkss">
For the source code and ppt click here-
<br>
<span>
<a href="https://github.com/kaybee128/DuckHunt-ByKritika" target="new"><img src="./images/github.svg" height="40px" width="40px" alt=""> </a>
<a href="https://docs.google.com/presentation/d/1nkVFdjnZpUX7gxKQxP1LAEMmV855u6L-/edit?usp=sharing&ouid=108828863736346081870&rtpof=true&sd=true" target="new"><img src="./images/powerpoint.png" height="40px" width="40px" alt=""> </a>
</span>
</div>
<div class="footer-link">
<p>Made By- Kritika Bansal
</p>
</div>
</body>
<script type="text/javascript" src="js/particles.js"></script>
<script src="bb.js"></script>
<script type="text/javascript" src="js/app.js"></script>
</html>