Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajspeaks authored Dec 23, 2021
1 parent a762fc7 commit 3e09d8a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</head>

<body style="background-color:#0C242F;">

<canvas style="margin-left: 21%;" id="viewport" width="628" height="628"></canvas>
<center><h2> <a href="instruction.html" style="text-decoration:none;color:white;" target="_blank"> Click here to see the instructions </a></h2></center>
<canvas style="margin-left: 25%;" id="viewport" width="628" height="628"></canvas>
</body>

</html>
</html>
25 changes: 25 additions & 0 deletions instruction.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<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="http://bubblesmash.rf.gd/" style="text-decoration:none;" target="_blank">http://bubblesmash.rf.gd/</a>

<h3>Instructions:</h3>

<ol>
<li>Must be atlest 3 balls of same colour to get smashed.
<li>For each smash there is 300 points.
<li>While strking 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 ball provided before hitting.
</ol>
</body>
</html>

0 comments on commit 3e09d8a

Please sign in to comment.