-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathswoop.html
More file actions
50 lines (42 loc) · 2.25 KB
/
swoop.html
File metadata and controls
50 lines (42 loc) · 2.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/look.css">
<title>The Swoop 64</title>
</head>
<body>
<h1>The Swoop 64</h1>
<h2>About the developer and the game</h2>
<div>
<div class="avatar-cropper"><img class="avatar-pic" src="media/avatars/danielface.gif"></div>
<p>
The Swoop 64 is danielface's submission for the N64Brew Game Jam. The gameplay follows the story of Wren Buster, a young Lunar Spotter hired to rid the moon's tech parks of Lunarbeasts. The game alternates between action and dialogue segments. In the former, the player is tasked with aiming a satelite laser to destroy a rampaging Lunarbeast's weak spots. In the latter, Wren comes to terms with their newfound dissilusionment in work.
</p>
</div>
<h2>Chatting with danielface</h2>
<p class="interview-question">What got you into Nintendo 64 homebrew?</p>
<blockquote>
asdasd asda sdad
</blockquote>
<p class="interview-question">How did you come up with the concept for your game? Was there anything about the jam's theme that stood out to you?</p>
<blockquote>answer</blockquote>
<p class="interview-question">What tools did you end up using to create your game?</p>
<blockquote>answer</blockquote>
<p class="interview-question">Is there anything you particularily enjoy about your game, or is there something you worked on that you're particularily proud of?</p>
<blockquote>answer</blockquote>
<h2>Screenshots</h2>
<img width="320px" src="media/lunar/my_photo-13.jpg">
<img width="320px" src="media/lunar/my_photo-18.jpg">
<img width="320px" src="media/lunar/my_photo-23.jpg">
<img width="320px" src="media/lunar/my_photo-15.jpg">
<h2>Some Nice Links</h2>
<ul>
<li><a href="https://danbolt.itch.io/">danielface's website on itch.io</a></li>
<li><a href="https://github.com/danbolt/n64-jam-1">The source code for The Swoop 64</a></li>
<li><a href="https://www.youtube.com/watch?v=hKp7P0ejpXU">Gameplay recording on YouTube</a></li>
</ul>
<a href="index.html">Back to the main page</a>
</body>
</html>