-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (56 loc) · 4 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
61
62
63
64
65
66
<!DOCTYPE html>
<!-- Edited by Nick Bautista, Tariq Scott, and Yiqian Sun -->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Space Dash</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./website/style.css">
</head>
<body class="container-sm text-center">
<a href="https://github.com/SCCapstone/1801Games" target="_blank" style="font-size: 4.5rem; font-family: alien-encounter-italic;">Space Dash</a>
<div class="mx-5 my-3">
<div>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive" src="https://www.youtube.com/embed/R2dtXygOTPc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="my-5">
<h1>
What is Space Dash?
</h1>
<p>Space Dash is an endless runner, 2D-platformer created for mobile devices. The main goal of the game is to attain the highest score one possibly could, all while collecting power and shooting enemies as the game increasingly gets hard. Space Dash is a great game for down time, knocking of steam, or simply just wanting to play a video game!<br>
</p>
</div>
<div class="my-5">
<h1>
How do you play Space Dash?
</h1>
<p>In order to play Space Dash, you need an android device.<br> Collect as many coins as you can! Be careful though, the outer space is a dangerous place.<br> Avoid falling into the void by staying on platforms. However, also keep in mind that the spikes will hurt you.<br> Aliens from outer space have also come for you. Defend yourself by throwing space rocks at them. <br> As you survive longer and longer, the cosmos become angry and make platform patterns harder.<br> The enemies also get more aggressive by shooting bullets at you.<br> There is a tutorial in-game on how to play. </p>
</div>
</div>
<div class="mt-5">
<h1>In-Game Screenshots</h1>
<img class="img-fluid" src="./website/ingame.PNG" width="900" height="500" alt="In-game screen" style="padding-bottom: 15px">
<img class="img-fluid" src="./website/endgame.PNG" width="900" height="500" alt="Play again screen" style="padding-bottom: 15px">
<img class="img-fluid" src="./website/impossible.png" width="900" height="500" alt="Play again screen" style="padding-bottom: 15px">
<img class="img-fluid" src="./website/shoot.png" width="900" height="500" alt="Play again screen" style="padding-bottom: 15px">
</div>
</div>
<div>
<h1>
Creators
</h1>
<ul style="list-style-type: none;">
<li>Nick Bautista <br> (<a href="https://github.com/Enn-Vee" target="_blank">@Enn-Vee</a>)<br>
<br><li>Davonte Blakely<br>(<a href="https://github.com/davonte7" target="_blank">@davonte7</a>)<br><a href="https://www.linkedin.com/in/davonte-blakely-ab3028171/" target="_blank">Linkedin</a></li>
<br><li>Tariq Scott <br>(<a href="https://github.com/qiratt" target="_blank">@qiratt</a>)<br><a href="https://www.linkedin.com/in/tariq-scott-78bb62166/?originalSubdomain=bo" target="_blank">Linkedin</a></li>
<br><li>Yiqian Sun<br>(<a href="https://github.com/yiqian-sun" target="_blank">@yiqian-sun</a>)<br></li>
<br><li>Bradley Williamson
<br>(<a href="https://github.com/nulledBrad" target="_blank">@nulledBrad</a>)<br></li>
</ul>
</div>
</body>
</html>