-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (27 loc) · 895 Bytes
/
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
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css"/>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="touchSwipe.js"></script>
<title>Floppy Bird by pro</title>
</head>
<body>
<div id ="container">
<canvas id="game"></canvas>
<br/>
<div class="keys">
<b>On computer:</b><br/>
<p>Jump: Space</p>
<p>Restart: Enter</p>
</div>
<div class="keys">
<b>On ipad/android/etc.</b>
<p>Jump: Click</p>
<p>Restart: Swipe</p>
</div>
</div><br/>
<a href="http://github.com/lallinuo/Floppy-Bird">Check on github</a>
<script src="code.js"></script>
</body>
</html>