-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathportfolio_project13.html
437 lines (337 loc) · 17.6 KB
/
portfolio_project13.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
435
436
437
<link rel="stylesheet" href="assets\css\w3.css">
<link rel="stylesheet" href="font.css">
<link rel="stylesheet" href="assets\css\3dbutton.css" \>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body, h1, h2, h3, h4, h5, h6 {
font-family: "Lato", sans-serif;
}
.w3-myfont{
font-family: "Lato_TC", normal;
}
body, html {
height: 100%;
color: #777;
line-height: 1.8;
}
/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/* First image (Logo. Full height) */
.bgimg-1 {
background-image: url("pictures/main_page/main_project_13.png");
min-height: 100%;
/*min-height: 600px;*/
}
/* Second image (Portfolio) */
.bgimg-2 {
background-image: url("pictures/portfolio_sub_page/project_13_css_slide/proj13_design.png");
min-height: 100%;
}
/* Third image (Contact) */
.bgimg-3{
background-image: url("pictures/portfolio_sub_page/project_13_css_slide/proj13_carddesign.png");
min-height: 100%;
}
.bgimg-4{
background-image: url("pictures/portfolio_sub_page/project_13_css_slide/proj13_output.png");
min-height: 100%;
}
.w3-wide {
letter-spacing: 10px;
}
.w3-hover-opacity {
cursor: pointer;
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
.bgimg-1, .bgimg-2, .bgimg-3 {
background-attachment: scroll;
min-height: 400px;
}
}
span.mcserver {
font-size: 150%;
}
<style>
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
table.center {
margin-left: auto;
margin-right: auto;
}
tr:hover {background-color: #D6EEEE;}
td:hover {background-color: #D6EEEE;}
</style>
</style>
<title>【專案十三】 The Roots of Our Needs 需求的根源 </title>
<body>
<div class="w3-top">
<div class="w3-bar" id="myNavbar">
<a class="w3-bar-item w3-button w3-hover-black w3-hide-medium w3-hide-large w3-right" href="javascript:void(0);" onClick="toggleFunction()" title="Toggle Navigation Menu">
<i class="fa fa-bars"></i> </a>
<a href="index.html#" class="w3-bar-item w3-button">HOME</a>
<a href="index.html#about" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-user"></i>ABOUT</a>
<a href="index.html#contact" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-envelope"></i> CONTACT</a>
<a href="index.html#duty" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-th"></i> DUTY</a>
<div class="w3-dropdown-hover w3-hide-small">
<button class=" w3-button" title="More">PORTFOLIO <i class="fa fa-caret-down"></i></button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="#" class="w3-bar-item"> Minecraft -- 伺服器營運 (頁面未準備就緒)</th>
<a href="portfolio_project2.html" class="w3-bar-item w3-button"> 畢業作品 -- 影子的內心 </th>
<a href="portfolio_project3.html" class="w3-bar-item w3-button"> Nanaimo -- 回憶重現作品 </th>
<a href="portfolio_project4_6.html" class="w3-bar-item w3-button"> Cities Skyline -- 3D 模組製作</th>
<a href="portfolio_project7.html" class="w3-bar-item w3-button"> Minecraft -- 列車報站 平面設計 </th>
<a href="portfolio_project11.html" class="w3-bar-item w3-button"> 質數 X RPG遊戲</th>
<a href="portfolio_project13.html" class="w3-bar-item"> GGJ 2023 -- The Roots of Our Needs</th>
<a href="portfolio_project14.html" class="w3-bar-item"> GGJ 2024 -- Cat laughter</th>
</div>
</div>
<a href="skill.html" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-user"></i> SKILL</a>
<a href="media_archive.html" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-th"></i> Media Archive</a>
<a href="other_archive.html" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-th"></i> Other Archive</a>
</div>
<!-- Navbar (sit on top) -->
<div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium"> <a href="main.html#about" class="w3-bar-item w3-button" onClick="toggleFunction()">ABOUT</a> <a href="#skill" class="w3-bar-item w3-button" onClick="toggleFunction()">Skill</a> <a href="portfolio_main.html" class="w3-bar-item w3-button" onClick="toggleFunction()">PORTFOLIO</a> <a href="media_archive.html" class="w3-bar-item w3-button" onClick="toggleFunction()">Media Archive</a> <a href="other_archive.html" class="w3-bar-item w3-button" onClick="toggleFunction()">Other Archive</a> <a href="main.html#contact" class="w3-bar-item w3-button" onClick="toggleFunction()">CONTACT</a> </div>
</div>
<!-- Navbar on small screens -->
<div class="bgimg-1 w3-display-container w3-opacity-min" id="home">
</div>
<!-- Logo Text -->
<!-- Container (About Section) -->
<div class="w3-content w3-container w3-padding-64 w3-myfont" id="about">
<br>
<div class="w3-center">
<h3 class="w3-center w3-myfont" id="proj4_intro">【專案十三】 需求的根源 </h3>
<h3 class="w3-center w3-myfont">Project XIII : The Roots of Our Needs </h3>
<h6 class="w3-center w3-myfont">注意:本專案規劃時以 英文 為主要語言,因此此頁暫只提供 英文 版本。 </h6>
<h6 class="w3-center w3-myfont">Temporarily available in English, since project was planned in English as core language. </h6>
<br>
<h3 class="w3-center w3-myfont">【Project Planning】 </h3>
</div>
</div>
</div>
</div>
<!-- Hide this text on small devices -->
<h3 class="w3-center w3-myfont">【Aim】</h3>
<h4 class="w3-center w3-myfont"> ● This is a Global Game Jam (HK) (2023) Submittion project's.</h4>
<h4 class="w3-center w3-myfont"> ● This is my first, rapid-type, concrete board game design and implementation product.</h4>
<h4 class="w3-center w3-myfont"> ● Testing running boardgame on GitHub Page or Repo manually, like T-RPG element in Project I -- Minecraft Server Hosting.</h4>
<br>
<h4 class=" w3-myfont w3-center">【Project Concept】 </h4>
<h5 class=" w3-myfont w3-center"> ● Inspired by Scratch 3 block-by-block programming. Building from block to a chain of supply, but anything started from roots. </h5>
<h5 class=" w3-myfont w3-center"> ● There is a lack of educational material to teach this concept in economics and humanity.</h5>
<br>
<h4 class="w3-center w3-myfont">【Used skill sectors】</h4>
<h5 class=" w3-myfont w3-center"> ● Photoshop </h5>
<h5 class=" w3-myfont w3-center"> ● Illusrtrator </h5>
<h5 class=" w3-myfont w3-center"> ● GitHub (Version Control) </h5>
<h5 class=" w3-myfont w3-center"> ● Spreadsheet </h5>
<br>
<h4 class="w3-center w3-myfont">【Operation System】</h4>
<h5 class=" w3-myfont w3-center"> ● N/A (for boardgame) </h5>
<h5 class=" w3-myfont w3-center"> ● GitHub for online host </h5>
<br>
</div>
<br>
<hr>
<div class="bgimg-2 w3-display-container w3-opacity-min" id="home">
</div>
<div class="w3-center">
<h3 class="= w3-myfont">【Introduction of Gameplay】</h3>
<h5 class=" w3-myfont">
The board game is about the supply/production chain in daily life. <br>
Players should craft items from the “ROOTS” of each part of the material, then trace back to the final product that the game set up in the initial round. <br>
Another mode is to find out the “ROOTS” of the product.<br>
<br><br>
Players are recommended to familiarize some crafting recipes in daily life before diving into this game. <br>
And, of course, appreciating, and treasuring the crucial, diligent, humble workers that support the “ROOTS” <br>
and its interconnected supply chain and yield products for further progress or your use.<br>
This board game also can be used as educational material for P4-6, and F3 students who need to know more about<br>
fundamental knowledge about “production” and “resource origin” (the “ROOTS” of the production chain) in economic education. <br>
<br>
<br>
This mini-board game is originally implemented on my own Minecraft server in 2015, but broad game conversion is ongoing, <br>
but GGJ2023 is a great opportunity to start the initial spark of this major side-off project. Thus, I used GitHub for project version control and continuous update. <br>
Also, this project is open to everyone, so everyone can add, and modify the “source file”. <br>
<br><br>
And, why unlimited players? <br>
It is because I want to host this project on Github later when it is ready if I have spare time. <br>
Have you heard about using GitHub to host board games yet?
</h5>
<!--
<img src="pictures\portfolio_sub_page\project_11_conceptual_intro_pic\Project11_Intro.JPG" class="w3-round w3-image w3-opacity w3-hover-opacity-off" alt="Project 11 Concept" width="600"height="500" onClick="onClick(this)">
-->
</div>
<br>
<h3 class="w3-center w3-myfont">【Inspiration of Project】</h3>
<div class="w3-center">
<!--
<img src="pictures\portfolio_sub_page\project_11_conceptual_intro_pic\proj11_inspiration.JPG" class="w3-center w3-round w3-image w3-opacity w3-hover-opacity-off" alt="Project 11 Inspiration" width="600"height="500" onClick="onClick(this)">
-->
</div>
<h5 class="w3-center w3-myfont"> ● ROOTS</h5>
<h5 class="w3-center w3-myfont"> ● (ROOTS: Global Game Jam 2022 Topic)</h5>
<h5 class="w3-center w3-myfont"> "We need so many consumer products in daily life, and sitting above the tree; <br> we do not even notice where the products root from, or see how deep below they are." -- Nelson LAN (2023)</h5>
<hr>
</div>
<div class="bgimg-3 w3-display-container w3-opacity-min" id="home"> </div>
<div class="w3-row w3-center">
<!-- Hide this text on small devices -->
<!----------------------------------------->
<h4 class="w3-center w3-myfont">【Card Design】 </h4>
<h5 class="w3-center w3-myfont"> ● Shape likes block-by-block programming games and software. </h5>
<h5 class="w3-center w3-myfont"> ● Each card has its items/manufacturer name, scoring, lore, and usage.</h5>
<h5 class="w3-center w3-myfont"> ● Keep a simple design.</h5>
<img src="pictures\portfolio_sub_page\project_13_conceptual\card_design.jpg" class="w3-round w3-image w3-opacity w3-hover-opacity-off w3-center" alt="Project 13 Card Design" width="60%"height="50%" onClick="onClick(this)">
<hr>
</div >
<!----------------------------------------->
<div class="w3-row">
<h4 class="w3-center w3-myfont">【Unique Gameplay System】 </h4>
<div class="w3-col s4 w3-hide-small w3-padding-large">
<h4 class=" w3-center w3-myfont"> <b> Selling points</b></h4>
<br>
<h5 class=" w3-myfont"> ● Self-expandable card deck allows you can design new items/factory cards, so customizable playability may increase. </h5>
<h5 class=" w3-myfont"> ● Low rule, high playability. You are the rule creator!</h5>
<br>
<p><b><i class="fa fa-user w3-margin-right"></i>Self-expandable card decks</b></p>
<img src="pictures\portfolio_sub_page\project_13_conceptual\card_block.jpg" onclick="onClick(this)" class="w3-round w3-image w3-opacity w3-hover-opacity-off" alt="Self-expandable card decks" width="600" height="500">
<br>
</div>
<div class="w3-col s4 w3-hide-small w3-padding-large">
<h4 class="w3-center w3-myfont"> <b> Game Unique </b></h4>
<br>
<h5 class=" w3-myfont"> ● Bi-way progression: The player can play the card to aim for the final customer product from root items. Or harder, to find out all the root items that given a customer product.</h5>
<h5 class=" w3-myfont"> ● Chain-React: Build chain items by items, and discover its supply chain. </h5>
<h5 class=" w3-myfont"> ● Scoring: Over 6 methods to score around the game. Methods are far more because of the game's scalability.</h5>
<br>
<p><b><i class="fa fa-user w3-margin-right"></i>Point gathering methods</b></p>
<img src="pictures\portfolio_sub_page\project_13_conceptual\progression_and_traceback.jpg" onclick="onClick(this)" class="w3-round w3-image w3-opacity w3-hover-opacity-off" alt=" Game Unique : Bi-way progression" width="600" height="500">
<br>
</div>
<div class="w3-col s4 w3-hide-small w3-padding-large">
<h4 class="w3-center w3-myfont"> <b> Machanisms </b></h4>
<br>
<h5 class=" w3-myfont"> ● Again, you are the rule creator guild you to end-game; you are receiving a rule book, not to cult a rule book. </h5>
<h5 class=" w3-myfont"> ● You are freely to modify the meta, data, lore in cards, customizable card when change is needed. </h5>
<br>
<p><b><i class="fa fa-user w3-margin-right"></i>Editable meta, data</b></p>
<img src="pictures\portfolio_sub_page\project_13_conceptual\diy_your_card.jpg" onclick="onClick(this)" class="w3-round w3-image w3-opacity w3-hover-opacity-off" alt="Editable meta, data" width="600" height="500">
<br>
</div>
<hr>
</div>
<div class="bgimg-4 w3-display-container w3-opacity-min" id="home"></div>
<div class="w3-center">
<h3 class="w3-center w3-myfont" id="proj4_intro">【Output Product / Follow-up】</h3>
<h3 class="w3-center w3-myfont">Project and product latest follow-up. </h3>
<hr>
<h4 class="w3-center w3-myfont">【Status】</h4>
<h1 class=" w3-myfont"> <b>Released</b>
<hr>
<h5 class=" w3-myfont"> Distributions and output product : </h5>
<h5 class=" w3-myfont"> ● Released on Global Game Jam 2023 website project's page </h5>
<h5 class=" w3-myfont"> ● Online Project hosted on project's GitHub page </h5>
<h5 class=" w3-myfont"> ● Self-DIY card template released on project's GitHub page </h5>
<hr>
<a href="https://v3.globalgamejam.org/2023/games/%E2%80%9Croots-our-needs%E2%80%9D-2" class="buttonstyle_two">Go to Project Page</a>
<br> <br>
<h4 class="w3-center w3-myfont">【Still of a game】 </h4>
<p><b><i class="fa fa-user w3-margin-right"></i>Actual testing product pictures</b></p>
<img src="pictures\portfolio_sub_page\project_13\still_of_proj13.jpg" onclick="onClick(this)" class="w3-round w3-image w3-opacity w3-hover-opacity-off" alt="Picture 1 of project 13" width="60%" height="50%">
<br>
<hr>
</div>
<div class="w3-row w3-center w3-dark-grey w3-padding-16">
<div class="w3-third w3-section w3-myfont"> <span class="w3-large">
<br>
Project Documentation <br> (GitHub)
<br>
<br>
<a href="https://github.com/nelsonlan01/Roots-of-our-Needs" class="buttonstyle_two">Go to Documentation</a>
</div>
<div class="w3-third w3-section w3-myfont"> <span class="w3-xlarge">
【Project XIII】 <br>
The Roots of Our Needs <hr> 需求的根源
<!---
<div class=" w3-section w3-myfont"> <span class="w3-small">
Documentation (GitHub)<br>
<br>
<a href="######" class="buttonstyle_two">Go to Documentation</a>
</div>
--->
</div>
<div class="w3-third w3-section w3-myfont"> <span class="w3-large">
<br>
Media archive <br> (YouTube)
<br>
<br>
<a href="######" class="buttonstyle_two">Go to Video archive</a>
</div>
</div>
<br>
<!-- Modal for full size images on click-->
<div id="modal01" class="w3-modal w3-black" onClick="this.style.display='none'"> <span class="w3-button w3-large w3-black w3-display-topright" title="Close Modal Image"><i class="fa fa-remove"></i></span>
<div class="w3-modal-content w3-animate-zoom w3-center w3-transparent w3-padding-64"> <img id="img01" class="w3-image">
<p id="caption" class="w3-opacity w3-large"></p>
</div>
</div>
<footer class="w3-center w3-black w3-padding-64 w3-opacity "> <a href="#home" class="w3-button w3-light-grey"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
<div class="w3-xlarge w3-section"> <a href="https://drive.google.com/open?id=1x5gO8Dmfox_wXYIrENMOVmvkefmgbh1B"><i class="fa fa-google w3-hover-opacity" style="font-size:36px";></i></a> <a href="https://www.youtube.com/user/bbbgbg"><i class="fa fa-youtube-play w3-hover-opacity" style="font-size:36px";></i></a> <a href="https://github.com/NelsonLAN"><i class="fa fa-github w3-hover-opacity" style="font-size:36px";></i></a> <a href="https://www.linkedin.com/in/nelsonlan574211143"><i class="fa fa-linkedin w3-hover-opacity" style="font-size:36px";></i></a> </div>
You are visitor<div align="w3-center"><iframe src="https://profile-counter.glitch.me/nelsonlan01/count.svg" height="25" style="border:none;" style="text-align:center;"></iframe></div>
<p> </p>
<p> © 版權屬 Nelson LAN 所有 (2012 - 2023)</p>
<p> © Copyright belong to NelsonLAN (2012 - 2023) </p>
</footer>
<!-- Footer -->
<script>
// Modal Image Gallery
function onClick(element) {
document.getElementById("img01").src = element.src;
document.getElementById("modal01").style.display = "block";
var captionText = document.getElementById("caption");
captionText.innerHTML = element.alt;
}
// Change style of navbar on scroll
window.onscroll = function() {myFunction()};
function myFunction() {
var navbar = document.getElementById("myNavbar");
if (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100) {
navbar.className = "w3-bar" + " w3-card" + " w3-animate-top" + " w3-white";
} else {
navbar.className = navbar.className.replace(" w3-card w3-animate-top w3-white", "");
}
}
// Used to toggle the menu on small screens when clicking on the menu button
function toggleFunction() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script>
</body>
</html></body>
</html>