-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
52 lines (44 loc) · 2.4 KB
/
portfolio.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Portfolio of Tao Zhu</title>
<style>
body {
font-family: Arial, sans-serif;
max-width: 800px;
margin: 20px auto;
padding: 0 20px;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 20px;
}
</style>
</head>
<h1>The Portfolio of Tao Zhu</h1>
<h2>Projects</h2>
<h3>15-618 Final Project: Star Trail</h3>
<a href="15-618_main.html" target="_blank">website</a>
<h3>EECS 494 Project 1: Reproduction of the 1986 The Legend of Zelda and extra custom levels!</h3>
<p>Tool: Unity, C#</p>
<p>Description: I worked on this project with teammate. I contributed to the doors on map, most enemies and some weapons. I also created the main customized machenism and 2nd to 4th customized rooms.</p>
<ul>
<li><a href="p1_builds.zip">The Legend of Zelda</a></li>
</ul>
<p></p>
<h3>EECS 494 Project 2: endless-runner game Unflappy Bird</h3>
<p>Tool: Unity, C#</p>
<p>Description: This is a 2D endless-runner game created on my own. Jump between the platforms to dodge missiles and run to your limit</p>
<li><a href="p2_builds.zip">Unflappy Bird</a></li>
</ul>
<h3>EECS 494 Project 3: The Forgotten Forest</h3>
<p>Tool: Unity, C#</p>
<p>Description: This is a two player asymmetric co-op platform game for my capstone project. One player controls a warrior who can walk, jump, and attack enemies using a sword. The other player is a elf who can fly around levels and shoot magical bullets. Players must collaborate and use their unique abilities together to traverse challenging stages filled with traps and monsters. The warrior relies on the elf for ranged attacks and reaching high platforms, while the elf depends on the warrior to take out enemies and trigger switches. By working together, they can overcome obstacles that neither could face alone. This synergistic gameplay creates a unique cooperative experience.</p>
<img src="https://media.indiedb.com/images/members/5/4781/4780566/profile/E292E3AF-1327-40ab-A2E2-D520BCE.png" alt="Game Cover" style="max-width: 50%; height: auto;">
<img src="https://media.indiedb.com/images/members/5/4781/4780566/profile/e51e48eee642ae946710d54b492f8cc0.png" alt="Game Content" style="max-width: 50%; height: auto;">
<li><a href="https://www.indiedb.com/games/wings-of-destiny">The Forgotten Forest</a></li>
</html>