-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject_autumn.html
38 lines (37 loc) · 1.23 KB
/
project_autumn.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: #ea8af3;
}
</style>
</head>
<body>
<div>
<h3>Autumn</h3>
<table class="projInfo" cellpadding="50">
<tr>
<td>
<img src="Images/autumn_game.png">
</td>
<td>
<b>Contributor(s):</b> Nina Volkmuth, Eduardo Sanchez, Chanel Trang, Arielle Chongco, Brendon Wai, Winston Liang, Christopher Luong, Ian Tokuyama, Jen Gip
<br><br>
<b>Date:</b> In Progress
<br><br>
<b>Language:</b> C# (made in Unity)
<br><br>
<b>Description:</b> A hack-in-slash game where you play as a hacker who hacks into enemy robots in order to use them and fight other robots. You also have a random tofu man who follows you around...
<br><br>
<b>My Contributions:</b> I'm working as a programmer. I've done a variety of tasks including (but not limited to) spawning, enemy hacking, health drain, level progression, Tofu Man movement, and UI. I've also helped design and create levels with Tiled/Tiled2Unity.
<br><br>
<b>Download:</b> <a href="autumn.zip">Click Here</a>
<br><br>
<b>Repository:</b> <a href="https://github.com/brendonwai/Time-game">Click Here</a>
</td>
</tr>
</table>
</div>
</body>
</html>