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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
<title>simpliCity • altaf-creator</title>
<link rel="stylesheet" href="/packages/fontawesome-free-7.2.0-web/css/all.css">
</head>
<body onload="addNodes()">
<script defer src="/scripts/onload.js"></script>
<script defer src="/scripts/scroll.js"></script>
<script defer src="/scripts/bannervideo.js"></script>
<div class="floating-nav-container">
<div class="floating-nav">
<a href="/" class="mobile"><img src="/assets/images/hero/logo.png" alt="" class="sidebar-img mobile" style="margin-top: 0; margin-left: -20px;"></a>
<a href="/about/" class="link">About Me</a>
<a href="/projects/" class="link">Projects</a>
<a href="/blog/" class="link">Library</a>
</div>
</div>
<div class="sidebar" id="sidebar">
<a href="/">
<img src="/assets/images/hero/logo.png" alt="" class="sidebar-img">
</a>
<span>altaf-creator</span>
</div>
<div class="sidebar-progress-container" id="progressContainer">
</div>
<div class="bottom-bar flex-container flex-spacebetween flex-aligncenter">
<a class="button" href="https://altaf-creator.itch.io/shroud"><i class="fa-brands fa-itch-io"></i> <span class="desktop">Play on </span>itch.io</a>
<img class="center-absolute desktop" src="/assets/images/logo/shroud.png" alt="">
<img class="mobile" style="margin-right: 10px;" src="/assets/images/logo/shroud.png" alt="">
</div>
<section style="border-top: none; overflow: hidden;" id="shroud-img" class="banner-section">
<div class="banner-bottom-bar flex-container">
<div class="flex" style="margin-left: 20px;">
<i class="fa-solid fa-globe" title="Playable on Web"></i>
<i class="fa-brands fa-microsoft" title="Windows 8+ 64-bit"></i>
<i class="fa-brands fa-apple" title="macOS"></i>
<i class="fa-brands fa-linux" title="Linux"></i>
</div>
<div class="flex-right">
<a class="button desktop" href="#"><i class="fa-solid fa-download"></i> Download</a>
<a class="button" href="https://altaf-creator.itch.io/shroud"><i class="fa-brands fa-itch-io"></i> <span class="desktop">Play on </span>itch.io</a>
</div>
</div>
</section>
<section>
<div class="center-grid">
<div class="div-sizing">
<p class="info-box">Description taken from the itch.io page. Check it out <a class="link" href="https://altaf-creator.itch.io/shroud">here</a>!</p>
<div class="flex-container horizontal-scroll carousel-container">
<img src="/assets/images/screenshots/shroud/0.png" alt="" class="img-small">
<img src="/assets/images/screenshots/shroud/1.png" alt="" class="img-small">
<img src="/assets/images/screenshots/shroud/2.png" alt="" class="img-small">
<img src="/assets/images/screenshots/shroud/3.png" alt="" class="img-small">
</div>
<h1>Welcome to Shroud!</h1>
<p>You’ve washed ashore on a forgotten island, where the masks of the ancient tribes give you power. Sounds cool?
Explore its strange lands, battle the guardians, and collect all the masks to become the island's mightiest!</p>
<hr>
<h1>Development Information</h1>
<p>This game was made for the <a class="link" href="https://itch.io/jam/godot-wild-jam-86/">Godot Wild Jam #86</a> in a span of <b>~9 days</b>!</p>
<p>Hence, some features are not finished or does not exist yet. I'm quite appealed with the premise of the game, so I
might continue this project! Here are some features that I should add in the future:</p>
<ul>
<li>Sound effects. There aren't any sound effects in this jam version :(</li>
<li>Some new areas. I have already designed some areas, but have not implemented it as I did not have enough time to work on this jam game.</li>
<li>A boss fight! This was planned in the jam verison, but I could not finish the game in time.</li>
<li>More weapons, perhaps?</li>
<li>A more proper story.</li>
</ul>
<p>All game assets (including this page's) (except for the fonts) were made by me using Godot (obviously), Inkscape, and Krita.</p>
<p>The fonts used were Roboto Italic and Noto Sans Emoji, available at Google Fonts.</p>
</div>
</div>
</section>
<section>
</section>
<section>
<div class="center-grid">
<div class="div-sizing">
<h1>Play Now!</h1>
<div class="flex-container gap">
<a class="button button-inline" href="https://altaf-creator.itch.io/shroud"><i class="fa-brands fa-itch-io"></i> <span class="desktop">Play on the Web via </span>itch.io<span class="mobile"> (Web)</span></a>
</div>
<h1>Downloads</h1>
<div class="flex-container gap">
<a class="button button-inline" href="https://altaf-creator.itch.io/shroud"><i class="fa-brands fa-microsoft"></i> Windows (Jam Version)</a>
<a class="button button-inline" href="https://altaf-creator.itch.io/shroud"><i class="fa-brands fa-apple"></i> macOS (Jam Version)</a>
<a class="button button-inline" href="https://altaf-creator.itch.io/shroud"><i class="fa-brands fa-linux"></i> Linux (Jam Version)</a>
</div>
<h1>Source Code</h1>
<a class="button button-inline" href="https://git.altafcreator.com/shroud.git/"><i class="fa-brands fa-git-alt"></i> git.altafcreator.com/shroud.git</a>
</div>
</div>
</section>
</body>
</html>
|