-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (55 loc) · 2.54 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Spikeballs.io</title>
<link href="style.css" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="favicon-96x96.png">
</head>
<body>
<!-- header start -->
<div id="spikes_header" class="section">
<img alt="" class="img-circle" src="images/Icon.png">
<p>Spikeballs.io</p>
</div>
<!-- header end -->
<!-- Description start -->
<div class="section">
<h1><span>How to Play</span></h1>
<p>
The game is a simple, yet exciting, take on a classic avoid the spikes game. As the player, your task is to avoid being spiked by several variations of spikeballs, which come at you from random angles and in various sizes, extending and retracting their spikes in sync with their lights. As time progresses, survival becomes ever more difficult, with the number and variety of spikeballs increasing, keeping the game interesting and making every new high score a greater challenge. Your chances of prolonged survival can, however, be increased through various buffs and power-ups that appear on screen, careful usage of which is the key to higher scores. Beyond this, it also features a number of extra features, such as upgrades and leveling.
</p>
</div>
<!-- Description end -->
<!-- Downloads start -->
<div class="section">
<h1><span>Downloads</span></h1>
<div class="store-icon">
<a href="https://apps.apple.com/us/app/spikeballs-io/id1415590664"><img src="images/ios.svg" height ="160" width="200"/></a>
</div>
</div>
<!-- Downloads end -->
<!-- Screenshots start -->
<div class="section">
<h1><span>Screenshots</span></h1>
<p>
Screenshots from the game.
</p>
<br>
<div class="screenshots">
<img alt="" src="images/SP1.png">
<img alt="" src="images/SP2.png">
<img alt="" src="images/SP3.png">
<img alt="" src="images/SP4.png">
<img alt="" src="images/SP5.png">
<img alt="" src="images/SP6.png">
</div>
</div>
<!-- Screenshots end -->
<!-- Privacy start -->
<div class="section">
<h1><span>Privacy</span></h1>
<a href="privacy.html">See the app's privacy policy here.</a>
</div>
<!-- Privacy end -->
</body>
</html>