-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgames.html
161 lines (136 loc) · 6.5 KB
/
games.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html lang="en">
<head>
<title>Games | Amoriem Labs</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="static/styles/styles.css">
<link rel="shortcut icon" href="static/images/brand/amorien_icon.png" />
</head>
<body>
<div class="nav-bar">
<a class="nav-item" href="index.html">
<img src="static\images\brand\logo-darkpink.png">
</a>
<a class="nav-item" href="index.html">Home</a>
<a class="nav-item this-page" href="games.html">Games</a>
<a class="nav-item" href="team.html">Team</a>
<a class="nav-item" href="news.html">News</a>
<a class="nav-item" href="about.html">About</a>
</div>
<div class="page">
<div class="page-title" class="unselectable">Games</div>
<div class="game-card">
<img src="static\images\games\echoes_of_eternity.png">
<div class="game-text">
<div class="game-title">Echoes of Eternity</div>
<div class="game-desc">
A minute can last seconds here… or an eternity. It all depends on how well you can traverse time.
Some friends will keep you occupied for a while. Careful: You might start seeing ghosts.
Stuck in an unstable realm, players must battle ever-growing hordes of enemies with weapons found across the map to survive.
They can also travel through time. This strategy game allows players to aid their future self and subsequently receive aid from their past self.
Survival hinges on their ability to traverse through the fourth dimension. Echoes of Eternity is an endless mode arcade-style game.
</div>
<div class="game-desc">
<em>Made by Victor Liu, Jeffrey Tan, Will Liu, Grace Halak, and Jacob Leshnower.</em>
</div>
<a href="https://amoriem-labs.itch.io/echoes-of-eternity" class="game-link">Play Now</a>
</div>
</div>
<div class="game-card">
<img src="static/images/games/rosefield_requiem.png">
<div class="game-text">
<div class="game-title">Rosefield Requiem</div>
<div class="game-desc">
Six months ago, a pop star from the small, quaint town
of Rosefield died from apparent suicide. However, the
clues don't seem to add up, indicating that a murderer
is hiding among the townsfolks. Every choice matters in
this murder mystery and dating sim visual novel!
</div>
<div class="game-desc">
<em>Made by the Visual Novel team, led by Chris Shia. See full credits in the link below!</em>
</div>
<a href="https://amoriem-labs.itch.io/rosefield-requiem" class="game-link">Play Now</a>
</div>
</div>
<div class="game-card-rev">
<div class="game-text">
<div class="game-title">Planet 112</div>
<div class="game-desc">
After crash landing on an unknown planet, you find
yourself in a mysterious alien ecosystem.
Unravel the secrets of this planet and plant your way
through the lands to go back home!
</div>
<div class="game-desc">
<em>Made by Victor Liu, Xien Chen, Jesse Chen, Will Liu, Jacob Feit Mann, Jessie Hwang, Adrian Hall,
Nick He, Win Hlaing, Harry Hwang, Lucas Huang, and other
collaborators.</em>
</div>
<a href="games/planet_112/planet_112.html" class="game-link">Play Now</a>
</div>
<img src="static/images/games/planet_112.jpg">
</div>
<div class="game-card">
<img src="static/images/games/bulldog_bash.PNG">
<div class="game-text">
<div class="game-title">Bulldog Bash</div>
<div class="game-desc">
Choose your favorite between former dean Marvin Chun and
current Yale president Peter Salovey in this arcade-style
1v1 fighting game!
</div>
<div class="game-desc">
<em>Made by Christie Yu, Eric Xue, Eric Doddy, Jack Li, Adrian Hall, Nick He, Ethan Pesikoff,
Murtaza Javaid, Luc Ta, and other collaborators.</em>
</div>
<a href="games/bulldog_bash/bulldog_bash.html" class="game-link">Play Now</a>
</div>
</div>
<div class="page-title" class="unselectable">Art Museum</div>
<div class="art-museum">
<div class="art-piece">
<img src="static/images/museum/bb_chun_kick.gif">
<em>Marvin Chun's Kick</em>
</div>
<div class="art-piece">
<img src="static/images/museum/bb_salovey_kick.gif">
<em>Peter Salovey's Punch</em>
</div>
<div class="art-piece">
<img src="static/images/museum/p112_dirt_roach.gif">
<em>Dirt Roach</em>
</div>
<div class="art-piece">
<img src="static/images/museum/p112_fireball_bee.gif">
<em>Fireball Bee</em>
</div>
<div class="art-piece">
<img src="static/images/museum/p112_guardian_tree.gif">
<em>Guardian Tree</em>
</div>
<div class="art-piece">
<img src="static/images/museum/p112_jupiter_trap.gif">
<em>Jupiter Trap</em>
</div>
<div class="art-piece">
<img src="static/images/museum/p112_locust.gif">
<em>Locust</em>
</div>
<div class="art-piece">
<img src="static/images/museum/p112_pitcher_plant.gif">
<em>Pitcher Plant</em>
</div>
<div class="art-piece">
<img src="static/images/museum/p112_tartarus's_eye.gif">
<em>Tartarus's Eye</em>
</div>
<div class="art-piece">
<img src="static/images/museum/p112_titan_beetle.gif">
<em>Titan Beetle</em>
</div>
</div>
</div>
</body>
</html>