-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrankenstorm-td-prologue.html
65 lines (55 loc) · 2.37 KB
/
frankenstorm-td-prologue.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
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>FrankenStorm TD: Prologue | Doodad Games</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<nav class="header-nav">
<a href="index.html"><img src="img/doodad-games-wide.svg" alt="Doodad Games Logo" class="header-nav__main-logo"/></a>
<div class="header-nav__social-links">
<a href="https://discord.gg/sqXEFyptdz"><img src="img/discord-icon-white.png" alt="Discord Logo" class="header-nav__discord-logo"/></a>
<a href="https://twitter.com/Doodad_Games"><img src="img/x-icon-white.png" alt="X Logo" class="header-nav__x-logo"/></a>
<a href="mailto:[email protected]"><img src="img/email-icon-white.png" alt="Email Icon" class="header-nav__email-icon"/></a>
</div>
</nav>
<h2 class="inline-icon-title">
<span><img src="img/frankenstorm-td-prologue.jpg" alt="FrankenStorm TD: Prologue logo"/></span>
<span>FrankenStorm TD: Prologue</span>
</h2>
<video controls>
<source src="https://d3pq7nh4ihq3as.cloudfront.net/frankenstorm-1.0.0-trailer.mp4" type="video/mp4">
</video>
<ul>
<li>PC: <a href="https://store.steampowered.com/app/1672920">Steam</a></li>
</ul>
<p>
This game was made with:
</p>
<ul>
<li><a href="https://instagram.com/ethanclosegames" target="_blank">Ethan Close</a> who worked on the VFX, art, animations, trailers and more</li>
<li><a href="https://roberthartproducti.wixsite.com/website" target="_blank">Robbie Hart</a> who made all of the music and more</li>
</ul>
<p>
Originally a <a href="https://itch.io/jam/gmtk-2021/rate/1082731">GMTK Game Jam 2021 submission</a>,
made as a group with:
</p>
<ul>
<li>William Chen (game design, UI design)</li>
<li><a href="https://instagram.com/ethanclosegames" target="_blank">Ethan Close</a> (art, animation, VFX)</li>
<li><a href="https://davdwav.itch.io/" target="_blank">David Yu</a> (music and sound)</li>
<li>Henry Chen (errands, testing)</li>
<li>Momo (errands, snacks, laughs, testing)</li>
</ul>
<footer>
<hr/>
<nav>
<ul>
<li><a href="privacy.html">Privacy policy</a></li>
</ul>
</nav>
</footer>
</body>
</html>