-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
52 lines (43 loc) · 1.47 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset='utf-8' />
<title>Death Death Evolution</title>
</head>
</html>
<body>
<div id="content">
<center>
<div id="fps">
<span id="framecounter">(0/0 fps)</span>
</div>
<div id="game">
<script type="text/javascript" src="lib/melonJS-0.9.5-min.js"></script>
<script type="text/javascript" src="ld24.js"></script>
<script type="text/javascript" src="enemy.js"></script>
<script type="text/javascript" src="player.js"></script>
<script type="text/javascript" src="hud.js"></script>
<script type="text/javascript" src="environment.js"></script>
<script type="text/javascript" src="gameResources.js"></script>
</div>
<p>
Death Death Evolution is just what it sounds like.<br/><br/>
1) Die<br/>
2) Evolve<br/>
3) FIGHT ON<br/><br/>
Made by team RADMARS:<br/>
adhesion: code, music, sfx<br/>
brendo: level design, level painting<br/>
emarcotte: code<br/>
roushey: art, level painting, code<br/><br/>
Controls<br/>
--------<br/>
arrow keys: move<br/>
X: jump<br/>
C & V: gained abilities (play to find out!)<br/>
down arrow: drop off wall<br/><br/>
Note abilities reset per level.
</p>
</center>
</div>
</body>