-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
165 lines (163 loc) · 6.02 KB
/
index.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
162
163
164
165
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Wrong Cave! by TBD Studios | CSE 125 2024</title>
<meta
name="description"
content="Wrong Cave! is a 3D multiplayer game about frantically crafting weapons and armor in a cave to beat the Mushroom King!"
/>
<meta
property="og:image"
content="https://cse125.ucsd.edu/2024/cse125g1/images/menu_card.webp"
/>
<meta name="twitter:card" content="summary_large_image" />
<link rel="stylesheet" href="./index.css" />
</head>
<body class="no-video">
<script>
document.body.classList.remove("no-video");
setTimeout(() => {
// Just in case
document.body.classList.add("video-started");
}, 5000);
</script>
<video
class="timelapse"
src="./images/timelapse/output.mp4"
autoplay
muted
onplay="document.body.classList.add('video-started')"
oncanplay="setTimeout(() => this.play().catch(() => document.body.classList.add('no-video')), 100)"
onerror="document.body.classList.add('no-video')"
></video>
<h1 class="prevent-scroll">CSE 125 2024 Group 1</h1>
<div class="content">
<div class="content-item logo-wrapper">
<img
class="logo"
src="./images/menu_card.webp"
alt="Wrong Cave! logo above Mushroom King chasing away Heroes"
/>
<!-- <p class="studios">TBD Studios presents</p> -->
</div>
<div class="links-row">
<a class="play" href="http://cse125.ucsd.edu:2345/">Play Now</a>
<a href="https://ucsd-cse125-sp24.github.io/group1/">Local Preview</a>
<a href="https://github.com/ucsd-cse125-sp24/group1">GitHub</a>
<a href="https://github.com/ucsd-cse125-sp24/group1-website"
>Website Repo</a
>
</div>
<iframe
class="content-item youtube"
src="https://www.youtube.com/embed/WR3wl0M94Zk"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe>
<div class="content-item links">
<a href="./spec">
<img
src="https://cse125.ucsd.edu/2024/cse125g1/images/spec-preview.png"
/>
<p class="title">Project Specification</p>
<p class="desc">
We will build a fantasy game about having to frantically craft
weapons and armor to defeat the boss pressing down on the protective
bubble surrounding them!
</p>
</a>
<a href="./w/2">
<img
src="https://cse125.ucsd.edu/2024/cse125g1/images/dev/fish.png"
/>
<p class="title">Week 2 Report</p>
<p class="desc">Concept art, physics, and model rendering!</p>
</a>
<a href="./w/3">
<img
src="https://cse125.ucsd.edu/2024/cse125g1/images/dev/lighting-fish2.png"
/>
<p class="title">Week 3 Report</p>
<p class="desc">Lighting, entities, and more shapes!</p>
</a>
<a href="./w/4">
<img
src="https://cse125.ucsd.edu/2024/cse125g1/images/dev/donut.png"
/>
<p class="title">Week 4 Report</p>
<p class="desc">Particles, first-person mode, and Blender models!</p>
</a>
<a href="./w/5">
<img
src="https://cse125.ucsd.edu/2024/cse125g1/images/dev/outline.png"
/>
<p class="title">Week 5 Report</p>
<p class="desc">Outlines and more particles!</p>
</a>
<a href="./w/6">
<img
src="https://cse125.ucsd.edu/2024/cse125g1/images/dev/spinning-model-poster.png"
/>
<p class="title">Week 6 Report</p>
<p class="desc">
Holding items, tool and player models, and map collisions!
</p>
</a>
<a href="./w/7">
<img
src="https://cse125.ucsd.edu/2024/cse125g1/images/dev/smooth-lighting.png"
/>
<p class="title">Week 7 Report</p>
<p class="desc">Throw items to your friends, and more!</p>
</a>
<a href="./w/8">
<img
src="https://cse125.ucsd.edu/2024/cse125g1/images/dev/transition-poster.png"
/>
<p class="title">Week 8 Report</p>
<p class="desc">Sounds!</p>
</a>
<a href="./w/9">
<img
src="https://cse125.ucsd.edu/2024/cse125g1/images/model/new-map-poster.png"
/>
<p class="title">Week 9 Report</p>
<p class="desc">WIP</p>
</a>
<a href="./final">
<img
src="https://cse125.ucsd.edu/2024/cse125g1/images/final-preview.png"
/>
<p class="title">Final Project Review</p>
<p class="desc">
Summarizes the software design and implementation process that we
experienced throughout the quarter.
</p>
</a>
</div>
<div class="screenshots">
<img src="./images/screen/boss.png" />
<img src="./images/screen/map.png" />
<img src="./images/screen/minecart.png" />
<img src="./images/screen/resources.png" class="span-2" />
<img src="./images/screen/hole.png" />
<img src="./images/screen/cave.png" />
<img src="./images/screen/rocks.png" />
<img src="./images/screen/gameplay5.png" class="span-2" />
<img src="./images/screen/gameplay1.png" />
<img src="./images/screen/gameplay2.png" />
<img src="./images/screen/gameplay3.png" />
<img src="./images/screen/gameplay4.png" />
<img src="./images/screen/ui.png" />
<img src="./images/screen/ui-options.png" />
<img src="./images/screen/menu-card-ui.png" />
</div>
<div class="links-row">
<a href="../groups.html">Return to CSE 125 2024 groups</a>
</div>
</div>
</body>
</html>