added page for projectvtd

This commit is contained in:
Scott-G-GD 2022-11-15 22:41:18 +01:00
parent 4357563d84
commit c5f7c4d1ab

View file

@ -0,0 +1,39 @@
<!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>VR Tower Defense</h1>
<section class="project">
<h2>Info</h2>
<div indented>
<p>Project Type: Unreal Engine VR Game</p>
<p>Project Timeframe: 2022</p>
</div>
<h2>Video</h2>
<h2>Product Overview</h2>
<p indented>
A VR tower defence game where the player builds towers by drawing patterns on a magic circle.
</p>
<h2>Project Overview</h2>
<p indented>
The game was made at a 'Hybride Leeromgeving' (eng: Hybrid Learning Environment) or HLO. Which gives students the opportunity to work in an environment closer to that of a professional game company. The game was made with a team of five programmers and one artist.
</p>
<h2>Code</h2>
<div indented>
<h3></h3>
</div>
</section>
</body>
</html>