-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (27 loc) · 1.65 KB
/
index.html
File metadata and controls
38 lines (27 loc) · 1.65 KB
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
<!DOCTYPE html>
<html>
<head>
<title>BraidJump 0.1 by @haeric</title>
<link type="text/css" rel="stylesheet" href="style.css" />
<script src="script/mootools-core-1.3.js" type="text/javascript"></script>
<script src="script/mootools-more.js" type="text/javascript"></script>
<script src="script/modernizr-1.6.min.js" type="text/javascript"></script>
<script src="script/entities.js" type="text/javascript"></script>
<script src="script/generators.js" type="text/javascript"></script>
<script src="script/highscore.js" type="text/javascript"></script>
<script src="script/game.js" type="text/javascript"></script>
</head>
<body>
<canvas width="600" height="600" id="game">
You need a HTML5 capable browser to play this game!
</canvas>
<audio src="sound/downstream.ogg" id="sound">
You need a HTML5 capable browser to hear the music.
</audio>
<p>Tip of the day: You can jump through the sides... </p>
<p>Graphics: <a href="http://www.davidhellman.net/braidbrief.htm">David Hellmann</a>, Music: <a href="http://www.magnatune.com/artists/albums/shira-waters/hifi_play">"Downstream”</a>, by Shira Kammen</p>
<p>BraidJump HTML5 game by <a href="http://twitter.com/haeric">@haeric</a>.
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/1.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/1.0/80x15.png" /></a></p>
<a href="https://github.com/haeric/braidjump"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
</body>
</html>