-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 1.15 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
<html>
<head>
<title>Play Branch Saga</title>
<link rel="stylesheet" type="text/css" href="pixiplatformer.css">
<script data-main="main" src="bower_components/requirejs/require.js"></script>
</head>
<body>
<div id="logo"><img src="assets/logo.png" alt="Branch Saga"></div>
<div class="two-column">
<div class="first-column">
<div class="text-box">
<p class="introduction">Welcome to Branch Saga, the game of my adult life. Take control of me through three levels to discover my latest announcement.</p>
<ul>
<li class="instructions">Use the left and right arrow key to move in either direction.</li>
<li class="instructions">Hold the down arrow key to fall through a platform or slope.</li>
<li class="instructions">Press space to jump.</li>
<li class="instructions">Collect all the coins in each level to hear more of the story.</li>
</ul>
<p>You will need to play this on a PC, not phone or tablet - sorry!</p>
</div>
</div>
<div class="second-column">
<a href="game.html" class="play-game"><span>Start playing!</span></a>
</div>
</div>
</body>
</html>