-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject_shadowfax.html
38 lines (37 loc) · 1.11 KB
/
project_shadowfax.html
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
<html>
<head>
<link rel="stylesheet" type="text/css" href="main.css" media="screen" />
<style>
body {
background: #abe2ec;
}
</style>
</head>
<body>
<div>
<h3>Shadowfax Game</h3>
<table class="projInfo" cellpadding="50">
<tr>
<td>
<img src="Images/shadowfax_game.png">
</td>
<td>
<b>Contributor(s):</b> Nina Volkmuth, Andy Kwen, Jacob Mikesell, Jacob Stuber, Daniel Holmes
<br><br>
<b>Date:</b> In Progress
<br><br>
<b>Language:</b> C# (made in Unity)
<br><br>
<b>Description:</b> The game is based off of my freshman dorm hall. You play as someone from the hall and save the world from an alien invasion. We're hoping to have a working prototype by the end of March 2015 and have the game completed by June 2015.
<br><br>
<b>My Contributions:</b> I'm working both as an artist and programmer. So far I've programmed level transitions, character controls, and game over.
<br><br>
<b>Download:</b> No stable prototype yet
<br><br>
<b>Repository:</b> <a href="https://github.com/kloofe/shadowfax-game">Click Here</a>
</td>
</tr>
</table>
</div>
</body>
</html>