added page for projectvtd
This commit is contained in:
parent
4357563d84
commit
c5f7c4d1ab
39
projects/hlo-projectvtd.html
Normal file
39
projects/hlo-projectvtd.html
Normal 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>
|
Loading…
Reference in a new issue