-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3d.html
434 lines (358 loc) · 13.6 KB
/
3d.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
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
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>3d</title>
<link rel="stylesheet" href="css/card.css">
<link rel="stylesheet" href="css/2021/threed.css">
<link rel="stylesheet" href="css/2021/main.css">
<link rel="script" href="js/threed.js">
</head>
<body>
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<div class="viewport">
<div class="scene3D-container">
<div class="scene3D">
<h1 style="left: 45%; bottom: 50%; font-size: 8em; color: #ffdcdc;">
2021
</h1>
<div>
<h1>Chess</h1>
<h2>Wassim Jabbour</h2>
<img src="img/2021/tn-wassim-chess.png" alt="icon"/>
<p>A fully featured chess game including an alpha-beta pruning AI, a GUI</p>
<a href="https://github.com/WassimJabz/Chess">View on GitHub</a>
</div>
<div>
<h1>Assignment 1 Tester</h1>
<h2>Magnus Gao</h2>
<h3>louis-hildebrand, eozturk2, 3ysarasty, TheBigSasha, zichzhang, lberardelli, Gadiguibou</h3>
<p>A robust tester of Assignment 1 with nearly 1000 lines of code, contributed to by at least 9 people.</p>
<a href="https://github.com/MAGNUSGAO/COMP250-A1-TEST">View on GitHub</a>
</div>
<div>
<h1>Assignment 2 Tester</h1>
<h2>Louis Hildebrand</h2>
<h3>Gadiguibou, MAGNUSGAO, ysarasty</h3>
<p>A robust tester of Assignment 2 with nearly 1000 lines of code, contributed to by at least 9 people.</p>
<a href="https://github.com/Gadiguibou/comp-250-assignment-2-tester">View on GitHub</a>
</div>
<div>
<h1>Assignment 3 Tester</h1>
<h2>Louis Hildebrand</h2>
<h3>Gadiguibou</h3>
<img src="img/2021/dtviz.png" alt="icon"/>
<p>A robust tester of Assignment 3 featuring a visualizer for the decision tree.</p>
<a href="https://github.com/louis-hildebrand/COMP250-A3-Tester">View on GitHub</a>
</div>
<div>
<h1>Final Tester</h1>
<h2>Wassim Jabbour</h2>
<h3>louis-hildebrand, MAGNUSGAO</h3>
<img src="img/2021/viz.png" alt="icon"/>
<p>A tester for the final assignment, which includes speed testing, correctness testing, and integration with the leaderboard system.</p>
<a href="https://github.com/WassimJabz/COMP250_FinalProjectTester">View on GitHub</a>
<a href="http://onfactorial.com/463">View Leaderboard Results</a>
</div>
<h1 style="left: 45%; bottom: 50%; font-size: 8em; color: cyan; transform: translateZ(-4300px);">
2020
</h1>
<div>
<h2>Zahur Ashrafuzzaman</h2>
<p>Tower defense game based on the first assignment, with bees and hornets.</p>
<img class="div-img" src="https://github.com/croissantfriend/BeeGameCOMP250/raw/master/BeeGameGUI.png" alt="Bee game screeny">
<tags class="tags">
<a href="#" >Assignment 1</a>
<a href="#" >Fun Demo</a>
<a href="#" >Swing GUI</a>
</tags>
<a href="https://github.com/croissantfriend/BeeGameCOMP250" class="info-link">View on GitHub...</a>
</div>
<div>
<h2>Allison Mazurek</h2>
<p>Tower defense game based on the first assignment, with bees and hornets.</p>
<img class="div-img" src="https://github.com/allisonmazurek/BeeGameCOMP250/raw/master/GUIsnapshot.jpg" alt="Bee game screeny">
<tags class="tags">
<a href="#" >Assignment 1</a>
<a href="#" >Fun Demo</a>
<a href="#" >Swing GUI</a>
</tags>
<a href="https://github.com/allisonmazurek/BeeGameCOMP250" class="info-link">View on GitHub...</a>
</div>
<div>
<h2>Cecile Dai</h2>
<p>Command line tester</p>
<tags class="tags">
<a>Assignment 2</a>
<a>Tester</a>
</tags>
<a href="https://drive.google.com/file/d/1ejkoCW5YW_cj0Bpq9tvnFD3fnxbiZNau/view?usp=sharing" class="info-link">View on Google Drive...</a>
</div>
<div>
<h2>Josh Lin</h2>
<p>Extremely thorough A2 Junit Tester.</p>
<tags class="tags">
<a>Assignment 2</a>
<a>Tester</a>
<a>JUnit</a>
<a>Gradle</a>
</tags>
<a href="https://github.com/meow10811/PolynomialTestSuite" class="info-link">View on GitHub...</a>
</div>
<div>
<h2>Huub de Jong</h2>
<p>A2 Megatester.</p>
<tags class="tags">
<a>Assignment 2</a>
<a>Tester</a>
<a>Command line</a>
</tags>
<a href="https://drive.google.com/file/d/1K-lvKeft78TfTjRyeryO7dR0AgRp6lY_/view?usp=sharing" class="info-link">View on Google Drive...</a>
</div>
<div>
<h2>Josh Lin</h2>
<p>A visualizer for A3 which lets users interact with the dog tree.</p>
<img class="div-img" src="https://github.com/TheBigSasha/bestofcomp250/blob/master/img/meow10811%20-%20A3%20Dog%20Visualizer.png?raw=true" alt="DViz screeny">
<tags class="tags">
<a href="#" >Assignment 2</a>
<a href="#" >Tester</a>
<a href="#" >Swing GUI</a>
<a>Fun Demo</a>
</tags>
<a href="https://github.com/meow10811/C250_Assignment3_Debugger" class="info-link">View on GitHub...</a>
</div>
<div>
<h2>Zahur Ashrafuzzaman</h2>
<p>A3 Multitester - This repository is meant to act as a bundle of several tools and testers others have shared over the past days and weeks.</p>
<tags class="tags">
<a href="#" >Assignment 3</a>
<a href="#" >Tester</a>
<a href="#" >JUnit</a>
<a href="#" >Swing GUI</a>
<a>Gradle</a>
<a>Fun Demo</a>
</tags>
<a href="https://github.com/croissantfriend/COMP_250_A3_Multitester" class="info-link">View on GitHub...</a>
</div>
<div>
<h2>Sanjeev Lakhwani</h2>
<p>COMP 250 A3 tests using a web API for random objects</p>
<tags class="tags">
<a>Assignment 3</a>
<a>Tester</a>
<a>Web API</a>
</tags>
</div>
<div>
<h2>James Xu</h2>
<p>COMP 250 A3 JUnit tests</p>
<tags class="tags">
<a href="#" >Assignment 3</a>
<a href="#" >Tester</a>
<a href="#" >JUnit</a>
<a>Gradle</a>
</tags>
<a href="https://github.com/jamesxu123/COMP-250-A3-Tests" class="info-link">View on GitHub...</a>
</div>
<div>
<h2>Alex P.</h2>
<p>COMP 250 A3 command-line tester</p>
<tags class="tags">
<a>Assignment 3</a>
<a>Tester</a>
</tags>
<a href="https://drive.google.com/file/d/140VNtRuGfp20WyM7NSagn2xLKFtWbQbd/view?usp=sharing" class="info-link">View on GitHub...</a>
</div>
<div>
<h2>LI Xiang</h2>
<p>A tester that is able to automatically test a dog-tree given a .txt input and a .txt expected output.</p>
<tags class="tags">
<a>Assignment 3</a>
<a>Tester</a>
</tags>
<a href="https://drive.google.com/file/d/1FCoEAcYZre_VMeYbROSkgyzeuUfcXdmL/view?usp=sharing" class="info-link">View on Google Drive...</a>
</div>
<div>
<h2>LI Xiang</h2>
<p>SearchWindow is a GUI made for final project. You enter a keyword and search for result, just like what you do on a real search engine. The website file "HoF.xml" is also attached.</p>
<img class="div-img" src="https://github.com/TheBigSasha/bestofcomp250/blob/master/img/LI%20Xiang%20-%20SearchWindow%20Screenshot.png?raw=true" alt="Search Window Screenshot">
<tags class="tags">
<a href="#" >Assignment 4</a>
<a href="#" >Graphical Test</a>
<a href="#" >Swing GUI</a>
</tags>
<a href="https://drive.google.com/file/d/13qYcZ7th0yHrzG74eybkw5kq29Mc5Zc0/view" class="info-link">View SearchWindow on Google Drive...</a>
<a href="https://drive.google.com/file/d/1iFIODNR3vUECk7ThR_AYFi9WALaPSOO6/view" class="info-link">View HoF.xml on Google Drive...</a>
</div>
<div>
<h2>James Xu</h2>
<p>A Python script which creates large XMLs for testing the final assignment. Posted to Piazza.</p>
<tags class="tags">
<a>Assignment 4</a>
<a>Command Line</a>
<a>Python</a>
</tags>
<a href="https://gist.github.com/jamesxu123/66359eb79c76d26154e088cd3fef0e6c" class="info-link">View Gist on GitHub...</a>
</div>
<div>
<h2>Charlotte Volk</h2>
<p>Tester using massive graphs for the final assignment. Posted to Piazza.</p>
<tags class="tags">
<a href="#" >Assignment 4</a>
<a href="#" >Command Line</a>
<a href="#" >Tester</a>
</tags>
<a href="https://github.com/charlottevolk/250-Final-Project-Tester" class="info-link">View on GitHub...</a>
</div>
<div>
<h2>Allison Mazurek</h2>
<p>COMP 250 Final JUnit tests</p>
<tags class="tags">
<a href="#" >Assignment 4</a>
<a href="#" >Tester</a>
<a href="#" >JUnit</a>
<a>Gradle</a>
</tags>
<a href="https://github.com/allisonmazurek/TesterFinalProject_COMP_250" class="info-link">View on GitHub...</a>
</div>
<div>
<h2>Zahur Ashrafuzzaman</h2>
<p>A compilation of many A4 testers into one unified project.</p>
<tags class="tags">
<a>Assignment 4</a>
<a>Junit</a>
<a>Tester</a>
<a>Swing GUI</a>
</tags>
<a href="https://github.com/croissantfriend/COMP250_FinalProject_Multitester" class="info-link">View on GitHub...</a>
</div>
<div>
<h2>Allison Mazurek</h2>
<p>Stack & Queue Demo</p>
<img class="div-img" src="img/minStackGUI.png" alt="Min Stack visualzier gui screeny">
<tags class="tags">
<a>Swing GUI</a>
<a>Fun demo</a>
<a>Presentation</a>
</tags>
<a href="https://github.com/allisonmazurek/PresentationNumberOneCOMP250" class="info-link">View on GitHub...</a>
</div>
<div>
<h2>Huub de Jong</h2>
<p>COMP themed rap song</p>
<audio controls>
<source src="audio/HuubRap.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<tags class="tags">
<a>Mad bars</a>
<a>🔥</a>
</tags>
</div>
<div>
<h2>Sanjeev Lakhwani</h2>
<p>Minesweeper Game</p>
<img class="div-img" src="https://github.com/TheBigSasha/bestofcomp250/blob/master/img/Sanjeev%20Lakhwani%20-%20Game.png?raw=true" alt="Minesweeper">
<tags class="tags">
<a href="#" >Game</a>
<a href="#" >Command line</a>
</tags>
</div>
<h1 style="left: 0%; bottom: 50%; font-size: 8em; color: white; transform: translateZ(-20000px);">
Thanks for visiting!
</h1>
<h1 style="left: 100%; bottom: 50%; font-size: 8em; color: white; transform: translateZ(-25000px);">
Website by GitHub/TheBigSasha
</h1>
<h1 style="left: 30%; bottom: 35%; font-size: 8em; color: white; transform: translateZ(-30000px);">
See you next semester!
</h1>
<lottie-player src="https://assets9.lottiefiles.com/datafiles/gUENLc1262ccKIO/data.json" background="transparent" speed="1" style="width: 300px; height: 300px; transform: translateZ(-30000px);" class="tierOne" loop autoplay></lottie-player>
<lottie-player src="anim/icons.json" background="transparent" speed="0.07" style="width: 400vmax; height: 400vmax; transform: translateZ(-11000px) scale3d(8,8,8); position: center; left: 0; bottom: 0;" class="tierTwo" loop autoplay></lottie-player>
<!-- <lottie-player src="anim/big-inner.json" background="transparent" speed="0.07" style="width: 400vmax; height: 400vmax; transform: translateZ(-22000px) scale3d(10,10,10); position: center; left: 0; top: 0;" class="tierThree" loop autoplay></lottie-player>-->
<!-- <lottie-player src="anim/small-outer.json" background="transparent" speed="0.07" style="width: 400vmax; height: 400vmax; transform: translateZ(-20000px) scale3d(8,8,8); position: center; left: 0; bottom: 0;" loop autoplay></lottie-player>-->
</div>
</div>
</div>
</div>
</div>
<script src="js/threed.js"></script>
</body>
<style>
.scene3D img{
width: 80%;
margin-left: 10%;
margin-right: 10%;
max-height: 60%;
}
.scene3D div h1{
color: black;
position: unset;
float: unset;
text-align: left;
font-size: 1.3em;
margin-bottom: 0;
}
.scene3D div a {
color: #000032;
}
.scene3D div {
overflow: hidden;
}
tags{
max-width: 100%;
overflow-x: scroll;
}
.scene3D div h2{
margin-bottom: 0;
font-weight: lighter;
}
.scene3D div h3 {
margin-top: 0;
}
.tierOne{
background: none;
}
.tierTwo{
background: none;
}
.tierThree{
background: none;
}
@media screen and (min-height: 700px) or (min-width: 1200px) {
.tierTwo{
display: none;
}
.tierThree{
display: none;
}
}
@media not screen {
.tierOne{
display: none;
}
.tierTwo{
display: none;
}
.tierThree{
display: none;
}
}
@media(max-width: 600px){
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
.tierTwo{
display: none;
}
.tierThree{
display: none;
}
}}
}
@media screen and (max-height: 6in) and (max-width: 4in) {
.tierThree{
display: none;
}
}
</style>
</html>