-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunitower.html
61 lines (52 loc) · 2.43 KB
/
unitower.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>uniTower | 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/unitower.png" alt="uniTower logo"/></span>
<span>uniTower</span>
</h2>
<video controls>
<source src="https://d3pq7nh4ihq3as.cloudfront.net/unitower-0.1.0-trailer.mp4" type="video/mp4">
</video>
<ul>
<li>iOS: <a href="https://apps.apple.com/us/app/unitower/id1475769584">App Store</a></li>
<li>Android: <a href="https://play.google.com/store/apps/details?id=games.doodad.unitower">Google Play</a></li>
<li>Android: <a href="https://d3pq7nh4ihq3as.cloudfront.net/unitower-0.1.2.apk" download>APK (0.1.2)</a></li>
<li lang="zh">中国安卓:<a href="https://pan.baidu.com/s/12SUDgLnuK8v7pK-JMs9FZw" target="_blank">APK(0.1.2)</a>,提取码:5jnn</li>
<li>Browser: <a href="https://www.kongregate.com/games/doodadgames/unitower">Kongregate</a></li>
<li>Unity project source: <a href="https://github.com/doodad-games/unitower">GitHub</a></li>
</ul>
<p>
Originally a <a href="https://itch.io/jam/gmtk-2019">GTMK Game Jam 2019 submission</a> (submission link died for some reason?):
</p>
<p><img src="img/unitower-gmtk.png" alt="
GTMK Game Jam 2019 results:
Overall 4.29 (89 of 2610, top 3.41%);
Design 4.21 (111 of 2610, top 4.25%);
Originality 4.21 (236 of 2610, top 9.04%);
Theme 4.43 (186 of 2610, top 7.13%).
"/></p>
<footer>
<hr/>
<nav>
<ul>
<li><a href="privacy.html">Privacy policy</a></li>
</ul>
</nav>
</footer>
</body>
</html>