-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNews-en.html
More file actions
498 lines (444 loc) · 16.6 KB
/
News-en.html
File metadata and controls
498 lines (444 loc) · 16.6 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
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
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4YZHC1G9FN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-4YZHC1G9FN');
const isLocal = window.location.hostname === 'localhost' ||
window.location.hostname === '127.0.0.1' ||
window.location.hostname.includes('192.168.');
const originalGtag = gtag;
function gtag() {
if (isLocal) {
return;
}
originalGtag.apply(this, arguments);
}
</script>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<title>Soosooland News - Game Rankings & Updates</title>
<meta name="description" content="Check Soosooland game rankings, timeline, and latest news. The global growth story of K-puzzle games.">
<meta name="keywords" content="Soosooland, Soosooland news, game rankings, Worpuzz, Numzzle, Trinkle, K-games">
<link rel="canonical" href="https://soosooland.com/News-en.html">
<link rel="alternate" hreflang="en" href="https://soosooland.com/News-en.html">
<link rel="alternate" hreflang="ko" href="https://soosooland.com/News-ko.html">
<link rel="stylesheet" href="https://soosooland.com/css/protection.css">
<script src="https://soosooland.com/js/protection.js"></script>
<style>
body{margin:0;background:#faf7f3;color:var(–ink);font-family:system-ui,apple-system,Segoe UI,Roboto,sans-serif; font-size: 20px;}
.wrap{max-width:600px;margin:auto;padding:18px}
h1{font-size:18px;margin:0 0 10px}
.topnav{display:flex;gap:8px;flex-wrap:wrap;margin:6px 0 14px}
.topnav a{padding:6px 10px;border:1px solid var(–frame);border-radius:8px;background:#fff;text-decoration:none;color:#333;font-weight:600}
.section-title{margin:20px 0 8px;font-size:20px;font-weight:800;color:#4a3c2b}
.card{background:#fff;border:1px solid var(–frame);border-radius:12px;padding:12px;margin:10px 0}
table{width:100%;border-collapse:collapse;font-size:20px;background:#fff;border:1px solid var(–frame);border-radius:8px;overflow:hidden}
th,td{border-bottom:1px solid #efe5d6;padding:8px;text-align:center}
th:first-child,td:first-child{text-align:left}
.up{color:#0b7a3e;font-weight:700}
.down{color:#b12a2a;font-weight:700}
.new{color:#6b5a45;font-weight:700}
/* 연표 스타일 */
.hint{color:var(–muted);font-size:13px;margin-bottom:8px}
.year{font-weight:800;margin:18px 0 8px;font-size:20px;color:#4a3c2b}
.timeline{position:relative;padding-left:14px;border-left:3px solid #e7dccc}
.item{margin:10px 0 14px;position:relative}
.dot{position:absolute;left:-17px;top:6px;width:12px;height:12px;border-radius:50%;background:var(–dot);border:2px solid #eee}
.date-ttl{font-weight: 500;margin: 2px 0;white-space: nowrap;}
.desc{color:#4f4a43;font-size:20px;margin:0}
.square-button {
width: 400px;
height: 100px;
background:#145454;
color: white;
border: none;
border-radius: 12px;
cursor: pointer;
font-size: 1.3rem;
font-weight: bold;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
line-height: 1.2;
margin: 8px;
transition: all 0.3s ease;
font-family: Arial, sans-serif;
}
.square-button:hover {
background-color: #FFB3D9;
transform: scale(1.05);
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.square-button:active {
transform: scale(0.95);
}
</style>
</head>
<body>
<div class="wrap">
<h1>📰 SoosooLand Records</h1>
<nav class="topnav">
<a href="#apr">April 2026</a>
<a href="#mar">March 2026</a>
<a href="#feb">February 2026</a>
<a href="#jan">January 2026</a>
<a href="#dec">December 2025</a>
<a href="#nov">November 2025</a>
<a href="#oct">Octover 2025</a>
<a href="#sep">September 2025</a>
<a href="#aug">August 2025</a>
<a href="#jul">July 2025</a>
<a href="#timeline">Full Timeline</a>
</nav>
<!-- 2026년 4월 -->
<section class="card">
<div class="section-title">📅 April 2026 Timeline</div>
<div class="timeline" id="aprTimeline"></div>
</section>
<!-- 2026년 3월 -->
<section class="card" id="mar">
<div class="section-title">March 2026 Popularity Rankings</div>
<table>
<thead><tr><th>Rank</th><th>Game</th><th>Change</th></tr></thead>
<tbody id="marBody"></tbody>
</table>
</section>
<section class="card">
<div class="section-title">📅 March 2026 Timeline</div>
<div class="timeline" id="marTimeline"></div>
</section>
<button class="square-button" onclick="location.href='/'">
Fun Puzzles Playground, Soosooland<br><br> 🎮 Play Games Now ✨ </button>
<!-- 2026년 2월 -->
<section class="card" id="feb">
<div class="section-title">February 2026 Popularity Rankings</div>
<table>
<thead><tr><th>Rank</th><th>Game</th><th>Change</th></tr></thead>
<tbody id="febBody"></tbody>
</table>
</section>
<section class="card">
<div class="section-title">📅 February 2026 Timeline</div>
<div class="timeline" id="febTimeline"></div>
</section>
<!-- 2026년 1월 -->
<section class="card" id="jan">
<div class="section-title">January 2026 Popularity Rankings</div>
<table>
<thead><tr><th>Rank</th><th>Game</th><th>Change</th></tr></thead>
<tbody id="janBody"></tbody>
</table>
</section>
<section class="card">
<div class="section-title">📅 January 2026 Timeline</div>
<div class="timeline" id="janTimeline"></div>
</section>
<button class="square-button" onclick="location.href='/'">
Fun Puzzles, Soosooland<br><br> 🎮 Play Games Now ✨ </button>
<!-- 12월 -->
<section class="card" id="dec">
<div class="section-title">December 2025 Popularity Rankings</div>
<table>
<thead><tr><th>Rank</th><th>Game</th><th>Change</th></tr></thead>
<tbody id="decBody"></tbody>
</table>
</section>
<section class="card">
<div class="section-title">📅 December 2025 Timeline</div>
<div class="timeline" id="decTimeline"></div>
</section>
<!-- 11월 -->
<section class="card" id="nov">
<div class="section-title">November 2025 Popularity Rankings</div>
<table>
<thead><tr><th>Rank</th><th>Game</th><th>Change</th></tr></thead>
<tbody id="novBody"></tbody>
</table>
</section>
<section class="card">
<div class="section-title">📅 November 2025 Timeline</div>
<div class="timeline" id="novTimeline"></div>
</section>
<button class="square-button" onclick="location.href='/'">
Fun Puzzles, Soosooland<br><br> 🎮 Play Games Now ✨ </button>
<!-- 10월 -->
<section class="card" id="sep">
<div class="section-title">October 2025 Popularity Rankings</div>
<table>
<thead><tr><th>Rank</th><th>Game</th><th>Change</th></tr></thead>
<tbody id="octBody"></tbody>
</table>
</section>
<section class="card">
<div class="section-title">📅 October 2025 Timeline</div>
<div class="timeline" id="octTimeline"></div>
</section>
<!-- 9월 -->
<section class="card" id="sep">
<div class="section-title">September 2025 Popularity Rankings</div>
<table>
<thead><tr><th>Rank</th><th>Game</th><th>Change</th></tr></thead>
<tbody id="sepBody"></tbody>
</table>
</section>
<section class="card">
<div class="section-title">📅 September 2025 Timeline</div>
<div class="timeline" id="sepTimeline"></div>
</section>
<button class="square-button" onclick="location.href='/'">
Fun Puzzles, Soosooland<br><br> 🎮 Play Games Now ✨ </button>
<!-- 8월 -->
<section class="card" id="aug">
<div class="section-title">August 2025 Popularity Rankings</div>
<table>
<thead><tr><th>Rank</th><th>Game</th><th>Change</th></tr></thead>
<tbody id="augBody"></tbody>
</table>
</section>
<section class="card">
<div class="section-title">📅 August 2025 Timeline</div>
<div class="timeline" id="augTimeline"></div>
</section>
<button class="square-button" onclick="location.href='/'">
Fun Puzzles, Soosooland<br><br> 🎮 Play Games Now ✨ </button>
<!-- 7월 -->
<section class="card" id="jul">
<div class="section-title">July 2025 Popularity Rankings</div>
<table>
<thead><tr><th>Rank</th><th>Game</th><th>Change</th></tr></thead>
<tbody id="julBody"></tbody>
</table>
</section>
<section class="card">
<div class="section-title">📅 July 2025 Timeline</div>
<div class="timeline" id="julTimeline"></div>
</section>
<button class="square-button" onclick="location.href='/'">
Fun Puzzles, Soosooland<br><br> 🎮 Play Games Now ✨ </button>
<!-- 전체 연표 -->
<section class="card" id="timeline">
<div class="section-title">📅 Full Timeline</div>
<div id="allTimeline"></div>
</section>
<button class="square-button" onclick="location.href='/'">
Fun Puzzles, Soosooland<br><br> 🎮 Play Games Now ✨ </button>
</div>
<script>
// 월별 인기순위 (최신 월부터 순서대로)
const monthlyRanking = {
"2026-03": ["Moeum Quiz","Omok","Worpuzz", "Baseball Game","Trinkle", "Numzzle"],
"2026-02": ["Moeum Quiz","Omok","Trinkle", "Baseball Game", "Numzzle", "Worpuzz"],
"2026-01": ["Moeum Quiz", "Trinkle", "Numzzle", "Omok", "Baseball Game","Worpuzz"],
"2025-12": ["Worpuzz", "Trinkle", "Numzzle", "Moeum Quiz", "Omok", "Baseball Game"],
"2025-11": ["Numzzle","Moeum Quiz","Worpuzz", "Baseball Game", "Trinkle","Omok"],
"2025-10": ["Worpuzz","Moeum Quiz","Numzzle", "Baseball Game", "Trinkle","Omok"],
"2025-09": ["Baseball Game","Moeum Quiz","Trinkle","Omok", "Worpuzz", "Numzzle"],
"2025-08": ["Omok", "Moeum Quiz", "Baseball Game", "Worpuzz","Trinkle", "Numzzle"],
"2025-07": ["Moeum Quiz", "Worpuzz", "Trinkle", "Numzzle" ]
};
// 월별 연표 (새로운 소식을 여기에 추가하세요!)
const monthlyNews = {
"2026-04": [
"2026-04-07: SoosooLand reached 1,700 users",
"2026-04-09: SoosooLand reached 1,800 users",
"2026-04-12: SoosooLand reached 1,900 users",
"2026-04-16: SoosooLand reached 2,000 users"
],
"2026-03": [
"2026-03-26: SoosooLand reached 1,600 users"
],
"2026-02": [
"2026-02-11: SoosooLand reached 1,400 users",
"2026-02-25: SoosooLand reached 1,500 users"
],
"2026-01": [
"2026-01-02: Triterra released",
"2026-01-07: SoosooLand reached 1,200 users",
"2026-01-18: Moeum School Beta released",
"2026-01-25: Soosooland reached 1,300 users"
],
"2025-12": [
"2025-12-02: Worpuzz Breeze released",
"2025-12-04: SoosooLand reached 900 users",
"2025-12-05: Moeum Round released",
"2025-12-07: Breeze Pop released",
"2025-12-13: SoosooLand reached 1,000 users",
"2025-12-14: Breeze Zen released",
"2025-12-27: Breeze Field released",
"2025-12-27: SoosooLand reached 1,100 users",
"2025-12-28: Mate Kong released"
],
"2025-11": [
"2025-11-01: SoosooLand reached 700 users",
"2025-11-19: SoosooLand reached 800 users"
],
"2025-10": [
"2025-10-05: SoosooLand reached 500 users",
"2015-10-14: Launched soosooland.com",
"2025-10-16: SoosooLand reached 600 users"
],
"2025-09": [
"2025-09-03: SoosooLand reached 300 users",
"2025-09-11: Numzzle copyright registration completed",
"2025-09-18: SoosooLand reached 400 users"
],
"2025-08": [
"2025-08-01: Doori Moeum released",
"2025-08-02: Omok game released",
"2025-08-02: Numpplex released",
"2025-08-04: Numtter released",
"2025-08-11: Number Baseball game released",
"2025-08-13: Word Baseball game released",
"2025-08-15: SoosooLand News published",
"2025-08-15: Daily Moeum released",
"2025-08-19: SoosooLand reached 200 users",
"2025-08-19: Trinkle, Worpuzz, Moeum Quiz copyright registration completed",
"2025-08-25: Korean Baseball released",
"2025-08-25: Baseball game released"
],
"2025-07": [
"2025-07-06: NumppleX released",
"2025-07-12: Tracking started",
"2025-07-14: Numpple released",
"2025-07-15: Moeum Quiz No Hints released",
"2025-07-16: Worpuzz Mini released",
"2025-07-18: SoosooLand launched",
"2025-07-19: Worpuzz Mate Zzini released",
"2025-07-20: Worpuzz Mong released",
"2025-07-30: SoosooLand reached 100 users"
],
"2025-06": [
"2025-06-05: Numzzle development announced",
"2025-06-07: Trinkle development announced",
"2025-06-15: Worpuzz Mate released",
"2025-06-21: Moeum Quiz development announced"
],
"2025-05": [
"2025-05-31: Worpuzz development announced"
]
};
// 순위 변동 계산
function calculateRankChange(current, previous, gameName) {
const currentRank = current.indexOf(gameName) + 1;
const previousRank = previous ? previous.indexOf(gameName) + 1 : 0;
if (previousRank === 0) return { text: "NEW", class: "new" };
if (currentRank < previousRank) return { text: `▲ ${previousRank - currentRank}spots`, class: "up" };
if (currentRank > previousRank) return { text: `▼ ${currentRank - previousRank}spots`, class: "down" };
return { text: "Same", class: "" };
}
// 순위표 그리기
function drawRankingTable(monthKey, tableBodyId, previousMonthKey) {
const current = monthlyRanking[monthKey] || [];
const previous = previousMonthKey ? monthlyRanking[previousMonthKey] : null;
const tbody = document.getElementById(tableBodyId);
if (!tbody || current.length === 0) return;
tbody.innerHTML = "";
current.forEach((gameName, index) => {
const rank = index + 1;
const change = calculateRankChange(current, previous, gameName);
const row = document.createElement("tr");
row.innerHTML = `
<td>${rank}</td>
<td>${gameName}</td>
<td class="${change.class}">${change.text}</td>
`;
tbody.appendChild(row);
});
}
// 연표 그리기
function drawTimeline(monthKey, timelineId) {
const news = monthlyNews[monthKey] || [];
const timeline = document.getElementById(timelineId);
if (!timeline) return;
timeline.innerHTML = "";
news.forEach(item => {
const [date, title] = item.split(": ");
const div = document.createElement("div");
div.className = "item";
div.innerHTML = `
<span class="dot"></span>
<div class="date-ttl">${date} ${title}</div>
`;
timeline.appendChild(div);
});
if (news.length === 0) {
timeline.innerHTML = '<div class="item"><div class="date-ttl">아직 소식이 없습니다</div></div>';
}
}
// 전체 연표 그리기
function drawAllTimeline() {
const timeline = document.getElementById("allTimeline");
if (!timeline) return;
const allNews = [];
Object.keys(monthlyNews).forEach(month => {
monthlyNews[month].forEach(item => {
const [date, title] = item.split(": ");
allNews.push({ date, title });
});
});
// 날짜순으로 정렬
allNews.sort((a, b) => a.date.localeCompare(b.date));
// 연도별로 그룹화
const byYear = {};
allNews.forEach(item => {
const year = item.date.substring(0, 4);
if (!byYear[year]) byYear[year] = [];
byYear[year].push(item);
});
timeline.innerHTML = "";
Object.keys(byYear).sort().forEach(year => {
const yearDiv = document.createElement("div");
yearDiv.className = "year";
yearDiv.textContent = year;
timeline.appendChild(yearDiv);
const timelineDiv = document.createElement("div");
timelineDiv.className = "timeline";
byYear[year].forEach(item => {
const div = document.createElement("div");
div.className = "item";
div.innerHTML = `
<span class="dot"></span>
<div class="date-ttl">${item.date} ${item.title}</div>
`;
timelineDiv.appendChild(div);
});
timeline.appendChild(timelineDiv);
});
}
// 모든 데이터 그리기
function initializePage() {
// 순위표 그리기
drawRankingTable("2026-03", "marBody", "2026-02");
drawRankingTable("2026-02", "febBody", "2026-01");
drawRankingTable("2026-01", "janBody", "2025-12");
drawRankingTable("2025-12", "decBody", "2025-11");
drawRankingTable("2025-11", "novBody", "2025-10");
drawRankingTable("2025-10", "octBody", "2025-09");
drawRankingTable("2025-09", "sepBody", "2025-08");
drawRankingTable("2025-08", "augBody", "2025-07");
drawRankingTable("2025-07", "julBody", null);
// 월별 연표 그리기
drawTimeline("2026-04", "aprTimeline");
drawTimeline("2026-03", "marTimeline");
drawTimeline("2026-02", "febTimeline");
drawTimeline("2026-01", "janTimeline");
drawTimeline("2025-12", "decTimeline");
drawTimeline("2025-11", "novTimeline");
drawTimeline("2025-10", "octTimeline");
drawTimeline("2025-09", "sepTimeline");
drawTimeline("2025-08", "augTimeline");
drawTimeline("2025-07", "julTimeline");
// 전체 연표 그리기
drawAllTimeline();
}
// 페이지 로드 시 실행
initializePage();
</script>
</body>
</html>