-
Notifications
You must be signed in to change notification settings - Fork 1
/
ZotDev.html
70 lines (55 loc) · 2.5 KB
/
ZotDev.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="DannyStyleSheet.css" type="text/css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE-edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Zot Dev </title>
</head>
<body>
<ul>
<li>
<a href=index.html>Home</a>
</li>
<li>
<a href=ProjectList.html>Projects</a>
</li>
<li>
<a herf="#">Socials</a>
<ul class="dropdown">
<li><a href="https://www.twitch.tv/barista_ace">Twitch</a></li>
<li><a href="https://www.linkedin.com/in/dannyaceshafik">LinkedIn</a></li>
</ul>
</li>
<li>
<a href=aboutMe.html>About Me</a>
</li>
</ul>
<div class="paddingit">
<h1>
Zot Dev
</h1>
<h2>
Brightest candles burnout the fastest.
</h2>
<img src="https://img.itch.zone/aW1nLzEyMzY5MTcxLnBuZw==/315x250%23c/%2B2b2gf.png" alt="A picture of a student with headphones on, to the right of the student there's an anteater stuffed animal.'" />
<div>
<h3>Role: Game Designer</h3>
<h3>Role: Economy Designer</h3>
<h3>Game Type: Quarter Game</h3>
This game was the first one Where I worked with an enormous team. Being able to think and celebrate with others on game ideas and concepts was amazing. Being able to bounce ideas off of each other was something that finally made me realize that game design was my passion.
<br>
<br>
The game was based on a UCI student’s life pursuing a GDIM degree <em>(Game Design and Interactive Media)</em> Over time we came up with the school system and structure the game has and its multiple loss conditions. We added mental health, an energy economy system, and school work to be done. All to simulate the experience of being in the GDIM major as a UCI student.
<br>
<br>
Working with all the disciplines was an amazing experience that helped me understand what each branch of game development does and allowed me to see how everything came together.
<br>
<br>
</div>
<h3>Here's the Link If you'd like to play the game for yourself</h3>
<a href="https://dg155.itch.io/zot-dev">https://dg155.itch.io/zot-dev</a>
</div>
</body>
</html>