summaryrefslogtreecommitdiff
path: root/projects/tank-shooter/index.html
blob: a8e264199a329c880edfc14b6f712b9abbf369d3 (plain)
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
108
109
110
111
112
113
114
115
<!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>
	<script src="https://kit.fontawesome.com/d279a1f519.js" crossorigin="anonymous"></script>
</head>

<body onload="addNodes()">
	<script defer src="/scripts/onload.js"></script>
	<script defer src="/scripts/scroll.js"></script>
	<script defer src="/scripts/video.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">(dev)Blog</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="banner-top-bar flex-container">
	<a class="button" href="#"><i class="fa-brands fa-windows"></i> Windows 64-bit</a>
	<a class="button" href="#"><i class="fa-brands fa-android"></i> Android</a>
	<img class="center-absolute" src="/assets/images/logo/simpliCity.png" alt="">
	</div>
	<section style="border-top: none; overflow: hidden;" id="simpliCity-img">
	<video src="/assets/videos/trailer_simpliCity.mp4" class="banner-video" id="video" onended="stopVideo('video')"></video>
	<div class="banner-bottom-bar flex-container">
		<div class="flex desktop" style="margin-left: 20px;">
		<i class="fa-brands fa-windows" title="Windows 8+ 64-bit"></i>
		<i class="fa-brands fa-android" title="Android"></i>
		<i class="fa-solid fa-globe" title="Web Browsers (desktop only)"></i>
		</div>
		<div class="flex-right">
		<a class="button desktop" href="#"><i class="fa-brands fa-windows"></i> Windows 64-bit</a>
		<a class="button" href="#"><i class="fa-brands fa-android"></i> Android</a>
		<a class="button" href="#"><i class="fa-solid fa-globe"></i> itch.io (Browser)</a>
		</div>
	</div>
	</section>
	<section>
		<div class="center-grid">
			<div class="div-sizing">
		<h1>What is simpliCity?</h1>
		<p>simpliCity is a sandboxing game about building a city without all those hassle from complicated systems. The main focus of the game is the building aspect.</p>
		<p><i>Build a beautiful city with simple building mechanics and simple working system. Expand your city to whatever you want with no limit!</i></p>
		<h1>This Game Offers:</h1>
		<ul>
			<li>30+ different buildings</li>
			<li>Save & load system</li>
			<li>Simple worker system</li>
			<li>Relaxing feel & atmosphere</li>
			<li>Simple residential system</li>
			<li>Sandbox mode if you want no challanges at all</li>
		</ul>
		<h1>Gameplay</h1>
		<p>The gameplay of the game is simple. You start with an empty island in the middle of the ocean. You start building houses, trees, and offices. Residents will come to your city and you can expand the city into whatever you'd like!</p>
		<h1>Feedback & Discord</h1>
		<p>Have any feedback? Found some bugs? Or do you want to connect with others about this game? If you're interested, you can join our <a class="link" href="https://discord.gg/Mg5WFqrHk3">Discord Server</a>!</p>
			</div>
		</div>
	</section>
	<section class="normal-section">
	<div class="center-grid" style="min-height: 0px;">
		<div class="div-sizing">
		<h1>Minimum System Requirements</h1>
		<ul>
			<li><b>Operating System:</b> Windows 8+ 64-bit</li>
			<li><b>Processor:</b> Intel Dual Core 2GHz</li>
			<li><b>Memory:</b> 2 GB of RAM</li>
			<li><b>Graphics:</b> Intergrated Graphics Card</li>
			<li><b>DirectX:</b> Version 11</li>
			<li><b>Storage:</b> 512 MB available space</li>
		</ul>
		</div>
	</div>
	</section>
	<section>
		<div class="center-grid">
			<div class="div-sizing">
		<h1>Downloads</h1>
		<div class="flex-container">
			<a class="button" href="https://store.steampowered.com/app/2381230/simpliCity/"><i class="fa-brands fa-steam"></i> Buy Latest Version on Steam (beta0.2)</a>
			<a class="button" href="#"><i class="fa-solid fa-download"></i> Download Latest Demo (demo0.1)</a>
		</div>
		<h1>Older Versions (coming soon)</h1>
		<div class="flex-container">
			<a class="button button-disabled"><i class="fa-solid fa-download"></i> alpha2.3.1</a>
			<a class="button button-disabled"><i class="fa-solid fa-download"></i> alpha2.3</a>
			<a class="button button-disabled"><i class="fa-solid fa-download"></i> alpha2.2</a>
			<a class="button button-disabled"><i class="fa-solid fa-download"></i> alpha2.1</a>
			<a class="button button-disabled"><i class="fa-solid fa-download"></i> alpha2.0</a>
		</div>
		<h1>Changelogs (coming soon)</h1>
		<a class="button button-disabled"><i class="fa-solid fa-list"></i> View Changelogs</a>
			</div>
		</div>
	</section>
</body>

</html>