-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgamejam.html
More file actions
387 lines (386 loc) · 17 KB
/
gamejam.html
File metadata and controls
387 lines (386 loc) · 17 KB
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
<!DOCTYPE html>
<html lang="en" xmlns:fb="http://ogp.me/ns/fb#" prefix="og: https://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Range GameJam</title>
<meta name="description" content="Range Engine is an Light and Powerful Game Engine and 3D Software. Where you can make your own Models, Materials, Animations, and Publish Your Game"/>
<meta name="theme-color" content="#f00000">
<meta property="og:type" content="website" />
<meta property="og:title" content="Range Engine"/>
<meta property="og:description" content="Range Engine is an Light and Powerful Game Engine and 3D Software. Where you can make your own Models, Materials, Animations, and Publish Your Game"/>
<meta property="og:site_name" content="Range Engine"/>
<meta property="og:image" content="https://rangeengine.tech/img/webp/ogp_splash.webp"/>
<meta name="twitter:card" content="summary_large_image">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200"/>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Rubik:wght@300..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.min.css"/>
<link rel="stylesheet" href="css/gamejamcss.css"/>
<link rel="shortcut icon" href="img/webp/favicon.webp" />
<script src="js/main.js" defer></script>
<!--script src="/js/countdown.js"></script-->
</head>
<body onload="updateClock()">
<div id="loading">
<div></div>
</div>
<div id="header"></div>
<section class="indexsec">
<video class="backvideo" style="filter:blur(5px);" poster="img/gamejam/2025/gamejamback.png" loading="lazy" preload="metadata" autoplay muted playsinline loop></video>
<script src="js/parallax.js" defer></script>
<div style="display: inline-block;width: 100%;">
<h1 class="jam-current"><img src="img/webp/RanGEs.webp" alt="Range Engine logo" loading="lazy" decoding="async" style="width:20%;position:absolute;z-index:-1;margin: -6% 0 0 -10%;opacity:80%;">Range GameJam 1</h1>
<h2 class="jam-theme">Soon....</h2>
<!--h2 class="jam-theme">Theme Reveal:</h2>
<div class="counter-block-divs">
<div class="counter-block">
<p id="months-left"></p>
<i>months</i>
</div>
<div class="counter-block">
<p id="days-left"></p>
<i>days</i>
</div>
<div class="counter-block">
<p id="hours-left"></p>
<i>hours</i>
</div>
<div class="counter-block">
<p id="minutes-left"></p>
<i>minutes</i>
</div>
<div class="counter-block">
<p class="counter-block-sec-p" id="seconds-left"></p>
<i>seconds</i>
</div>
</div>
<p class="jam-theme" style="margin-top:15px;">Start: 00.00.2025 | End: 00.00.2025</p>
</div-->
</section>
<style>
article{
backdrop-filter: blur(0px)!important;
}
.about-clps {
margin: 0 145px;
}
.about-clps-cont {
margin: 0;
}
.clps-bt {
background-color: #00000000;
border-top: 2px solid white;
border-radius: 0px;
color: white;
}
.clps-bt:hover{
background-color: #ffffff25;
}
.clps-cont {
background-color: #00000000;
}
.clps-bt::after {
content: image-set('img/arrow_down.svg');
font-weight: bold;
font-size: 15px;
color: rgb(0, 0, 0);
float: left;
margin: -2px 5px 0 0;
transition: all 0.15s ease-out;
}
.active_clps {
background-color: #ffffff25;
}
.active_clps::after {
content: image-set('img/arrow_down.svg');
rotate: 180deg;
margin: -4px 5px 0 0;
transition: all 0.15s ease-in;
}
@media (max-width: 850px) {
.about-clps {
margin: 0 50px;
}
.patr-mural-div {
margin: 0px 0px;
}
}
</style>
<article style="padding-top:10px;background-color:#1e1e1e;border-top: 4px solid white;">
<h3 class="supp-mural-tit" style="margin: 20px 0;">About</h3>
<div class="about-clps">
<div class="about-clps-cont">
<button type="button" class="clps-bt">Prizes</button>
<div class="clps-cont">
<p>If you want to sponsor the Range GameJam consider making a donation in our official <a class="alink" style="cursor:pointer;" title="contact@rangeengine.tech">PayPal (contact@rangeengine.tech)</a>. All the donation will be converted in prizes for the jam, And your name will be fixed in the Range GameJam page as the jam sponsor.<br><br>
1st Place - <b>All the Prime membership advantages</b> <i>till the next jam</i> and a <b>Winner role forever</b> on the Range Engine Discord<br>
2nd Place - 5 months of Prime role on the Range Engine Discord<br>
</p>
</div>
</div>
<div class="about-clps-cont">
<button type="button" class="clps-bt">Can I form teams?</button>
<div class="clps-cont">
<p>You can participate solo or with a team of up to 4 people.<br><br>
If you want to participate but feel you need a team, join the <a class="alink" href="https://discord.gg/PV6bAvUFq3">Range Engine Discord</a> server and introduce yourself in the #collabs chat. (Reminder, the first-place prize is shared among the team, while the other prizes are distributed individually to each team member).</p>
</div>
</div>
<div class="about-clps-cont">
<button type="button" class="clps-bt">Is the use of Assets/Content allowed?</button>
<div class="clps-cont">
<p>The use of online assets and content is allowed, as long they have free licenses such as Creative Commons (CC0) or Attribution (CC BY), and proper credit is given.<br>
You can also use the content from <a class="alink" href="store">Range Engine Store</a>.</p>
</div>
</div>
<div class="about-clps-cont">
<button type="button" class="clps-bt">How the voting process works?</button>
<div class="clps-cont">
<p>The voting process consists of 50% public votes and 50% votes from a specialized Range Engine team.<br>
Besides voting for the best games, the Range Engine team will also rate each game based on gameplay, story, optimization, level design, sound design, and graphics. These ratings will be averaged, with a final score out of 10.</p>
</div>
</div>
<div class="about-clps-cont">
<button type="button" class="clps-bt">Can participants help each other during the GameJam?</button>
<div class="clps-cont">
<p>Yes, participants are allowed to assist each other during the jam period.<br>
If you struggle with something during the jam you can solve your questions in the #help chat on the <a class="alink" href="https://discord.gg/PV6bAvUFq3">Range Engine Discord</a>.</p>
</div>
</div>
<div class="about-clps-cont">
<button type="button" class="clps-bt">Consequences for Rule Violation</button>
<div class="clps-cont">
<p>
Non-compliance with the rules will result in disqualification.<br>
The Range Engine Team is not responsible for any possible damages caused by the jam's games, the game's author will be held responsible for any dishonesty/intentional deception actions or any damage caused by their game, being subject to legal sanctions.
</p>
</div>
</div>
</div>
<h3 class="supp-mural-tit" style="margin: 20px 0;">Rules</h3>
<div class="about-clps">
<div class="about-clps-cont">
<button type="button" class="clps-bt">Use of Content and Music</button>
<div class="clps-cont">
<p>
Explicitly copied content from other games is not allowed.<br>
The use of copyrighted effects/music is NOT allowed, as the developed games will be broadcasted on the Range Engine channel.
</p>
</div>
</div>
<div class="about-clps-cont">
<button type="button" class="clps-bt">Inappropriate Content</button>
<div class="clps-cont">
<p>
Any form of vulgar content, or any references to politics or religion is strictly prohibited.<br>
Gore content should NOT be represented through real photos or videos, but should be exclusively fictional and stylized.
</p>
</div>
</div>
<div class="about-clps-cont">
<button type="button" class="clps-bt">Documentation and Transparency</button>
<div class="clps-cont">
<p>
Is reccommended that each team provide prints of development documenting the progress and main phases of development of the game throughout the days of the jam in the #work-in-progress chat on the <a class="alink" href="https://discord.gg/PV6bAvUFq3">Range Engine Discord</a>.
</p>
</div>
</div>
<div class="about-clps-cont">
<button type="button" class="clps-bt">Operating System Interactions</button>
<div class="clps-cont">
<p>
Games should not contain commands that interact directly with the user's operating system, such as commands to shut down the computer or delete files.
</p>
</div>
</div>
</div>
</article>
<script>
var coll = document.getElementsByClassName("clps-bt");
var i;
for (i = 0; i < coll.length; i++) {
coll[i].addEventListener("click", function() {
this.classList.toggle("active_clps");
var content = this.nextElementSibling;
if (content.style.maxHeight){
content.style.maxHeight = null;
content.style.padding = '0px 15px';
} else {
content.style.maxHeight = content.scrollHeight + "px";
content.style.padding = '10px 15px';
}
});
}
</script>
<!--div style="display:inline-block;padding:20px 0px;width:100%;background:linear-gradient(0deg,#57442a/*#4b1313*/,#1e1e1e);">
<style>
:root{
--first_place:#ac9163;
--sec_place:#a0a0a0;
--third_place:#815949;
}
</style>
<h3 class="supp-mural-tit" style="margin: 20px 0;">Winners</h3>
<div class="supp-mural">
<div class="patr-mural-div">
<div class="patr-mural-artc-title" style="background-color:var(--sec_place);box-shadow: 0px 0px 20px 5px #292929;display:inline-block;width:50%;">
<h4 style="font-size:18px;"><i class="material-symbols-outlined" style="top:2px;">workspace_premium</i> 2° Place</h4>
</div>
<div style="width:50%;display:inline-block;background-color:var(--sec_place);box-shadow: 5px 5px 10px 2px #00000025;">
<a href="#">
<img src="img/gamejam/2025/featured-games/ .png" alt=" " style="width:100%;height:auto;">
<div style="padding: 2% 4%;background:var(--sec_place);">
<h3> </h3>
<p>By: </p>
</div>
</a>
</div>
<div class="patr-mural-dash" style="width:50%;display:inline-block;background:var(--sec_place);"></div>
</div>
<div class="patr-mural-div">
<div class="patr-mural-artc-title" style="background-color:var(--first_place);box-shadow: 0px 0px 20px 5px #caa16b52;display:inline-block;width:50%;">
<h4><i class="material-symbols-outlined" style="top:2px;">trophy</i> 1° Place</h4>
</div>
<div style="width:50%;display:inline-block;background-color:var(--first_place);box-shadow: 5px 5px 10px 2px #00000025;">
<a href="#">
<img src="img/gamejam/2025/featured-games/ .png" alt=" " style="width:100%;height:auto;">
<div style="padding: 2% 4%;background:var(--first_place);">
<h3> </h3>
<p>By: </p>
</div>
</a>
</div>
<div class="patr-mural-dash" style="box-shadow: 0px 0px 20px 5px #caa16b52;width:50%;display:inline-block;"></div>
</div>
<div class="patr-mural-div">
<div class="patr-mural-artc-title" style="background-color:var(--third_place);box-shadow: 0px 0px 20px 5px #00000020;display:inline-block;width:50%;">
<h4 style="font-size:18px;"><i class="material-symbols-outlined" style="top:2px;">military_tech</i> 3° Place</h4>
</div>
<div style="width:50%;display:inline-block;background-color:var(--third_place);box-shadow: 5px 5px 10px 2px #00000025;">
<a href="#">
<img src="img/gamejam/2025/featured-games/ .png" alt=" " style="width:100%;height:auto;">
<div style="padding: 2% 4%;background:var(--third_place);">
<h3> </h3>
<p>By: </p>
</div>
</a>
</div>
<div class="patr-mural-dash" style="width:50%;display:inline-block;background:var(--third_place);"></div>
</div>
</div>
</div>
<article style="display:block;background-color:rgba(15, 15, 15, 0.5);">
<h3 class="supp-mural-tit">All Games</h3>
<div class="featured-games-tab">
<div class="featured-game">
<a href="#">
<img src="img/gamejam/2025/featured-games/ .png" alt=" ">
<div>
<h3> </h3>
<p>By: </p>
</div>
</a>
</div>
<div class="featured-game">
<a href="#">
<img src="img/gamejam/2025/featured-games/ .png" alt=" ">
<div>
<h3> </h3>
<p>By: </p>
</div>
</a>
</div>
<div class="featured-game">
<a href="#">
<img src="img/gamejam/2025/featured-games/ .png" alt=" ">
<div>
<h3> </h3>
<p>By: </p>
</div>
</a>
</div>
<div class="featured-game">
<a href="#">
<img src="img/gamejam/2025/featured-games/ .png" alt=" ">
<div>
<h3> </h3>
<p>By: </p>
</div>
</a>
</div>
<div class="featured-game">
<a href="#">
<img src="img/gamejam/2025/featured-games/ .png" alt=" ">
<div>
<h3> </h3>
<p>By: </p>
</div>
</a>
</div>
</div>
<div class="featured-games-tab">
<div class="featured-game">
<a href="#">
<img src="img/gamejam/2025/featured-games/ .png" alt=" ">
<div>
<h3> </h3>
<p>By: </p>
</div>
</a>
</div>
<div class="featured-game">
<a href="#">
<img src="img/gamejam/2025/featured-games/ .png" alt=" ">
<div>
<h3> </h3>
<p>By: </p>
</div>
</a>
</div>
<div class="featured-game">
<a href="#">
<img src="img/gamejam/2025/featured-games/ .png" alt=" ">
<div>
<h3> </h3>
<p>By: </p>
</div>
</a>
</div>
<div class="featured-game">
<a href="#">
<img src="img/gamejam/2025/featured-games/ .png" alt=" ">
<div>
<h3> </h3>
<p>By: </p>
</div>
</a>
</div>
<div class="featured-game">
<a href="#">
<img src="img/gamejam/2025/featured-games/ .png" alt=" ">
<div>
<h3> </h3>
<p>By: </p>
</div>
</a>
</div>
</div>
</article-->
<article class="jam-live-artc">
<div class="jam-live-desc">
<p>Watch the official playthrough<br> of all games in the <b style="font-size:50px;">Range Engine Channel</b><br> on youtube.</p>
<img src="img/icons/youtube.svg" alt="YouTube" loading="lazy" decoding="async">
<p style="font-size:20px;"><br><br><i>The playthroughs will be recorded and streamed after the end of the gamejam.</i></p>
</div>
<iframe width="660" height="415" loading="lazy" src="https://www.youtube.com/embed/lE0R1E__4xY?si=qb6EfdFlRu4T4_Uz" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</article>
<div id="footer"></div>
<!--Page Loading Ends Here-->
<script>
var loader = document.getElementById("loading");
window.addEventListener("load", function(){
loader.style.display = "none";
})
</script>
<!---->
</body>
</html>