-
Notifications
You must be signed in to change notification settings - Fork 1
/
instruction.html
45 lines (33 loc) · 1.61 KB
/
instruction.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
<html>
<head>
<title>
Instruction page
</title>
</head>
<body background="aboutbg.svg" style="">
<h1>Bubble Shooter- Tripple Smash </h1>
It's a bubble shooting game made of HTML, JavaScript.
<h2>Link: </h2>
<a href="https://rajspeaks.github.io/bubble-shooter" style="text-decoration:none;color:purple" target="_blank">https://rajspeaks.github.io/bubble-shooter</a>
<h3>Instructions:</h3>
<ol>
<li>Must be atleast 3 balls of same colour to get smashed with each other.
<li>For each smashing, there is 300 points.
<li>While striking the balls to upward direction, if any of the lines or segments of balls (Either be vertically or horizontlly or diagonally) get in touch with the bottom line, you will be disqualified.
<li>Carefully notice the colour of the balls provided below before hitting.
</ol>
<h3>Developer profile:</h3>
<b>Rajdeep Das</b><br><br>
<a href="https://github.com/Rajspeaks" style="text-decoration:none;" target="_blank">Github</a>
<a href="https://linkedin.com/in/itsrajdeepdas" style="text-decoration:none;" target="_blank">Linkedin</a>
<a href="https://twitter.com/itsrajdeepdas" style="text-decoration:none;" target="_blank">Twitter</a>
<a href="https://rajspeaks.github.io" style="text-decoration:none;" target="_blank">Website</a>
<h3>Screenshots:</h3>
<img src="screenshot.png" height="500px" width="500px">
<img src="screenshot2.png" height="500px" width="500px">
<br>
<br>
<br>
© Rajdeep Das
</body>
</html>