-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (50 loc) · 2.07 KB
/
index.html
File metadata and controls
51 lines (50 loc) · 2.07 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SHN3BBHETD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SHN3BBHETD');
</script>
<title>monkey</title>
<link rel="stylesheet" href="website/style.css" />
<link rel="icon" type="image/x-icon" href="website/favicon.ico">
</head>
<body>
<main>
<h1>monkey</h1>
<p>An NES port of the mobile game <a href="https://www.wallkickers.com">Wall Kickers</a>.</p>
<p>1-2 players.</p>
<div class="download-section">
<p>Download: <a href="bin/monkey.nes" download>monkey.nes</a></p>
</div>
<p class="faint">Run the .nes file in an emulator like <a href="http://www.mesen.ca">Mesen</a></p>
<div class="imgs-1">
<img src="website/screen1.png" />
<img src="website/monkey-on-hardware.jpg" />
<img src="website/new-screen2.png" />
<img src="website/2p-gif.gif" />
</div>
<p><span class="btn-span">A</span> to jump</p>
<p><span class="btn-span">B</span> to flip to other side of wall</p>
<p><span class="btn-span">↑</span> to peek upwards</p>
<p><span class="btn-span wide">start</span> to pause</p>
<video src="website/wide-1p.mp4" controls></video>
<p><a href="https://www.tiktok.com/@monkeynes">See the TikTok</a> for more videos</p>
<p>view the <a href="https://github.com/taylorplewe/monkey">source code</a></p>
<p>contact me: monkey_nes@outlook.com</p>
<hr>
<div class="hardware">
<p class="faint">I do not have the capacity to sell cartridges, but if you know how to prepare and assemble your own cartridges, the game does run great on real hardware.</p>
<img src="website/cart.jpg" />
</div>
<hr>
<p class="faint">Posted with permission from <a href="http://www.kumobius.com/">authors of original game</a></p>
<p class="faint">Port by Taylor Plewe. Original game by Kumobius.</p>
</main>
</body>
</html>