added sara.objectionable.solutions
This commit is contained in:
parent
95f5378727
commit
df7ab8720f
26 changed files with 1217 additions and 0 deletions
|
|
@ -0,0 +1,38 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue