38 lines
1.6 KiB
HTML
38 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<script type="text/javascript" src="../shared/jquery.min.js"></script>
|
|
<link rel="stylesheet" href="../shared/style.css">
|
|
|
|
<div id="site-header">
|
|
<script>$(function(){$("#site-header").load("../shared/header.html");});</script>
|
|
</div>
|
|
</head>
|
|
<body>
|
|
<h1>Station to Station</h1>
|
|
<section class="project">
|
|
<h2>Info</h2>
|
|
<div indented>
|
|
<p>Project Type: Unreal Engine Management Game</p>
|
|
<p>Project Timeframe: Internship during 2022 Jan-Jul</p>
|
|
</div>
|
|
<p>
|
|
A fun, relaxing but still challenging, resource management puzzle game by Galaxy Grove. That I had the chance to work on for an internship of six months.
|
|
Being my first "job" working on a real production game, I learned a lot about developing a polished, <i>final</i>, product.
|
|
My main contributions were to the dynamic growth of the in-game cities in response to the player's success. I also wrote some internal tooling for generating ambient occlusion maps in bulk using Blender and python.
|
|
As well as the decorative birds' behaviour.
|
|
</p>
|
|
<h2>Steam</h2>
|
|
<iframe id="steam embed" src="https://store.steampowered.com/widget/2272400/" frameborder="0" width="646" height="190"></iframe>
|
|
|
|
<h2>Announcement Trailer</h2>
|
|
<iframe
|
|
id="youtube embed"
|
|
src="https://www.youtube.com/embed/e-FuDjteXxs?mute=1&loop=1&autoplay=1"
|
|
class="embed" youtube>
|
|
</iframe>
|
|
</section>
|
|
</body>
|
|
</html> |