-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (51 loc) · 2.06 KB
/
Copy pathindex.html
File metadata and controls
55 lines (51 loc) · 2.06 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE HTML>
<html>
<head>
<title>Villain??? (LD25-LemonTree)</title>
<meta charset="utf-8" />
<meta name="L3Games" content="html5china" />
</head>
<body>
<center>
<H4>Villain???</H4>
A Game Created in 48 hours for Ludum Dare 25 (Jam) theme : You are the Villain<br>
By Dmitry Valov, Sasha Koroschenko, Sasha Sadykova, Roman Chernyh, Roman Kolenko<br>
Our web site: <a href="http://lemontree-studio.com">Lemon Tree</a><br>
Please Rate our Game here: <a href="http://www.ludumdare.com/compo/ludum-dare-25/?action=preview&uid=16595">Villain??? (Game about Villain)</a>
</center><br>
<div style="width: 960px;height: 640px;margin: 0 auto;">
<canvas id="gameCanvas" width="960" height="640" style="border: #333300 1px solid; background: #000000;"></canvas>
</div>
<div id="cou" style="width:960px;margin: 0 auto;"></div>
<script src="TestBox2d/cocos2d.js"></script>
<br><center><h3>There is no preloader. If you see black screen, please, wait a little bit!</H3></center>
<br><center>
Controls:<br>
Arrows Move Around<br>
Up or space to jump<br>
</center>
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter16750369 = new Ya.Metrika({id:16750369,
clickmap:true,
accurateTrackBounce:true});
} catch(e) { }
});
var n = d.getElementsByTagName("script")[0],
s = d.createElement("script"),
f = function () { n.parentNode.insertBefore(s, n); };
s.type = "text/javascript";
s.async = true;
s.src = (d.location.protocol == "https:" ? "https:" : "http:") + "//mc.yandex.ru/metrika/watch.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
} else { f(); }
})(document, window, "yandex_metrika_callbacks");
</script>
<noscript><div><img src="//mc.yandex.ru/watch/16750369" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</body>
</html>