-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathblack-trigram-features.html
More file actions
885 lines (824 loc) · 53.6 KB
/
black-trigram-features.html
File metadata and controls
885 lines (824 loc) · 53.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
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Black Trigram Features | Korean Martial Arts Combat Game | Hack23</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<meta property="og:locale" content="en_US">
<meta property="og:locale:alternate" content="ar_SA">
<meta property="og:locale:alternate" content="da_DK">
<meta property="og:locale:alternate" content="de_DE">
<meta property="og:locale:alternate" content="es_ES">
<meta property="og:locale:alternate" content="fi_FI">
<meta property="og:locale:alternate" content="fr_FR">
<meta property="og:locale:alternate" content="he_IL">
<meta property="og:locale:alternate" content="ja_JP">
<meta property="og:locale:alternate" content="ko_KR">
<meta property="og:locale:alternate" content="nl_NL">
<meta property="og:locale:alternate" content="nb_NO">
<meta property="og:locale:alternate" content="sv_SE">
<meta property="og:locale:alternate" content="zh_CN">
<meta property="og:description" content="Authentic Korean martial arts combat simulator. Eight trigram stances, vital-point targeting, Taekkyeon and Hapkido techniques, five player archetypes.">
<link rel="canonical" href="https://hack23.com/black-trigram-features.html">
<!-- Hreflang tags for language alternatives -->
<meta name="description" content="Black Trigram features: eight trigram stances, vital-point targeting, traditional Taekkyeon and Hapkido techniques, five player archetypes, training modules. Authentic Korean martial arts combat simulator.">
<meta name="twitter:description" content="Black Trigram features: eight trigram stances, vital-point targeting, Taekkyeon and Hapkido techniques. Authentic Korean martial arts.">
<meta name="keywords" content="Korean martial arts game Hack23, Taekkyeon Hapkido simulator, vital point combat system, traditional martial arts education game, cultural preservation gaming, anatomical targeting combat, open source martial arts game, I Ching philosophy game, educational fighting game, Unity martial arts development, cross-platform Korean game, Black Trigram simulator, Korean traditional martial arts digital preservation, VR martial arts training system, AR combat simulation, Korean martial culture heritage game, traditional martial arts interactive learning, combat technique simulation, martial philosophy education platform, Eastern martial arts gamification, Korean cultural game content, martial arts practice simulator, traditional fighting motion capture, martial technique 3D modeling, Korean martial arts history education, traditional martial arts online learning, martial sparring simulation, fighting style customization, martial training game, Korean martial spirit experience, traditional martial arts competition simulation, martial practice virtual reality, combat technique analysis tool, martial movement learning system, Korean traditional sports digitization, martial culture experience game, traditional martial arts educational content, martial philosophy interactive media, Korean combat culture simulation, traditional martial arts modern interpretation, martial arts game development platform, Korean martial virtual experience, pressure point targeting system, traditional Korean fighting techniques, martial arts cultural immersion, authentic Korean combat simulation, traditional martial arts preservation technology, martial arts training methodology, Korean warrior tradition gaming, traditional combat system design, martial arts educational technology">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Orbitron:wght@400;500;600;700&family=Share+Tech+Mono&display=swap" rel="stylesheet">
<!-- Schema.org structured data for game application -->
<script type="application/ld+json">{
"@context": "https://schema.org",
"@graph": [
{
"@type": "VideoGame",
"@id": "https://blacktrigram.com/#blacktrigram",
"name": "Black Trigram",
"alternateName": "Black Trigram: Korean Traditional Martial Arts Precision Combat Simulator",
"genre": [
"Fighting",
"Educational",
"Simulation",
"Cultural"
],
"gamePlatform": [
"PC",
"Cross-platform"
],
"applicationCategory": "GameApplication",
"operatingSystem": "Cross-platform",
"softwareVersion": "latest",
"description": "Authentic Korean martial arts combat simulator featuring the eight trigram stances (팔괘), vital-point targeting, traditional Taekkyeon and Hapkido techniques, and five player archetypes (Musa, Amsalja, Hacker, Jeongbo, Jojik). Free, open-source, with educational focus on Korean martial heritage.",
"creator": {
"@type": "Person",
"name": "James Pether Sörling",
"url": "https://hack23.com"
},
"publisher": {
"@type": "Organization",
"name": "Hack23 AB",
"url": "https://hack23.com"
},
"url": "https://blacktrigram.com",
"downloadUrl": "https://github.com/Hack23/blacktrigram/releases",
"image": "black-trigram-140.webp",
"screenshot": [
"https://blacktrigram.com/screenshots/combat.png",
"https://blacktrigram.com/screenshots/training.png"
],
"featureList": [
"70 Anatomical Vital Points System",
"5 Combat Archetypes (Musa Amsalja Hacker Jeongbo Jojik)",
"Authentic Taekkyeon & Hapkido Techniques",
"Advanced Cultural Preservation Focus",
"I Ching Philosophy Integration",
"Cross-platform Open Source Development"
],
"educationalUse": "Korean martial arts education and cultural preservation",
"teaches": [
"Korean Traditional Martial Arts",
"Taekkyeon Techniques",
"Hapkido Philosophy",
"Cultural Heritage Appreciation"
],
"audience": {
"@type": "Audience",
"audienceType": [
"Martial Arts Enthusiasts",
"Cultural Heritage Students",
"Gamers",
"Educators"
]
},
"contentRating": "Teen",
"sameAs": [
"https://github.com/Hack23/blacktrigram",
"https://blacktrigram.com"
],
"keywords": "Korean martial arts, Taekkyeon, Hapkido, traditional combat game, open source martial arts simulator",
"playMode": [
"SinglePlayer",
"MultiPlayer"
],
"gameTip": [
"Target vital points based on anatomical knowledge for maximum effectiveness",
"Study each archetype's strengths: Musa (warrior), Amsalja (assassin), Hacker (technical fighter), Jeongbo (intelligence agent), Jojik (organization member)",
"Integrate I Ching principles to understand opponent patterns and timing",
"Practice traditional Taekkyeon footwork for superior positioning",
"Apply Hapkido joint locks and pressure points in combination attacks",
"Respect cultural traditions while mastering modern combat applications"
],
"gameItem": [
{
"@type": "Thing",
"name": "Musa Archetype",
"description": "Traditional warrior fighting style emphasizing honor and direct combat"
},
{
"@type": "Thing",
"name": "Amsalja Archetype",
"description": "Assassin style focused on precision strikes to vital points"
},
{
"@type": "Thing",
"name": "Hacker Archetype",
"description": "Technical fighter using system knowledge and strategic analysis"
},
{
"@type": "Thing",
"name": "Jeongbo Archetype",
"description": "Intelligence agent style combining information gathering with combat"
},
{
"@type": "Thing",
"name": "Jojik Archetype",
"description": "Organization member style emphasizing coordination and tactical execution"
}
],
"accessibilityFeature": [
"Customizable control schemes",
"Visual and audio feedback for strikes",
"Educational tooltips and guidance",
"Difficulty adjustment options"
],
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD",
"availability": "https://schema.org/InDevelopment",
"category": "Open Source Game"
},
"datePublished": "2025-01-01",
"dateModified": "2025-11-17"
},
{
"@type": "BreadcrumbList",
"@id": "https://hack23.com/black-trigram-features.html#breadcrumb",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://hack23.com/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Black Trigram Features",
"item": "https://hack23.com/black-trigram-features.html"
}
]
},
{
"@type": "WebPage",
"@id": "https://hack23.com/black-trigram-features.html#webpage",
"url": "https://hack23.com/black-trigram-features.html",
"name": "Black Trigram Features | Korean Martial Arts Simulator by Hack23",
"description": "Korean martial arts combat simulator: 70 vital points, 5 archetypes, authentic Taekkyeon & Hapkido. Cultural preservation through gaming.",
"isPartOf": {
"@type": "WebSite",
"@id": "https://hack23.com/#website"
},
"about": {
"@id": "https://blacktrigram.com/#blacktrigram"
},
"primaryImageOfPage": {
"@type": "ImageObject",
"url": "black-trigram-140.webp"
},
"breadcrumb": {
"@id": "https://hack23.com/black-trigram-features.html#breadcrumb"
},
"inLanguage": "en",
"datePublished": "2025-01-01",
"dateModified": "2025-11-17"
}
]
}</script>
<!-- FAQ Schema for SEO -->
<script type="application/ld+json">{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is Black Trigram?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Black Trigram is a revolutionary 3D precision combat simulator inspired by traditional Korean martial arts. It features 70 anatomical vital points, 5 distinct combat archetypes (Musa, Amsalja, Hacker, Jeongbo, Jojik), and authentic Taekkyeon and Hapkido techniques. The game focuses on cultural preservation, educational value, and realistic combat physics based on traditional Korean martial arts philosophy."
}
},
{
"@type": "Question",
"name": "What are the 5 combat archetypes in Black Trigram?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The 5 combat archetypes are: 1) Musa (무사) - Traditional warrior emphasizing honor and direct combat; 2) Amsalja (암살자) - Assassin focused on precision strikes to vital points; 3) Hacker (해커) - Technical fighter using system knowledge and strategic analysis; 4) Jeongbo (정보) - Intelligence operative specializing in information gathering and tactical advantage; 5) Jojik (조직) - Organization member leveraging group tactics and coordinated attacks. Each archetype has unique fighting styles, strengths, and strategic approaches."
}
},
{
"@type": "Question",
"name": "How does the 70 vital points system work?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The game features 70 anatomically accurate vital points based on traditional Korean martial arts knowledge and modern anatomy. Players can target specific points on an opponent's body for strategic advantage. Different vital points have different effects: some cause immediate damage, others impair movement, and some create strategic openings. The system rewards anatomical knowledge and precision over button mashing, making combat more tactical and educational."
}
},
{
"@type": "Question",
"name": "What Korean martial arts are featured in Black Trigram?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Black Trigram features authentic techniques from two primary Korean martial arts: Taekkyeon - Korea's traditional martial art emphasizing fluid kicking techniques, circular movements, and rhythmic footwork; and Hapkido - A comprehensive martial art focusing on joint locks, pressure points, throws, and strikes. The game integrates traditional Korean martial arts philosophy including I Ching principles, honor codes, and cultural respect for the martial way."
}
},
{
"@type": "Question",
"name": "Is Black Trigram educational or just entertainment?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Black Trigram is designed as both an educational tool and entertainment experience. Educational aspects include: anatomical knowledge of vital points, traditional Korean martial arts techniques and philosophy, cultural heritage preservation, strategic thinking and tactical planning, and I Ching philosophy integration. The game serves as an interactive learning platform for Korean martial arts while providing engaging gameplay. It's suitable for martial arts students, cultural heritage enthusiasts, and gamers interested in authentic combat systems."
}
},
{
"@type": "Question",
"name": "What platforms is Black Trigram available on?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Black Trigram is developed as a cross-platform game available for PC. The game is built with modern development tools and follows open-source development practices. You can download the latest version from GitHub releases, play online at blacktrigram.com, or access the source code for educational purposes. The development roadmap includes potential expansion to additional platforms based on community feedback and technical feasibility."
}
},
{
"@type": "Question",
"name": "Is Black Trigram open source?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, Black Trigram is an open-source project developed with transparency and community contribution in mind. The source code is available on GitHub under an open-source license, allowing developers to learn from the implementation, contribute improvements, and understand the technical architecture. The project demonstrates security best practices with OpenSSF Scorecard ratings, CII Best Practices badges, and SLSA Level 3 supply chain security. This open approach aligns with Hack23's philosophy of transparency and knowledge sharing."
}
}
],
"inLanguage": "en-US"
}</script>
<link rel="alternate" hreflang="ar" href="https://hack23.com/black-trigram-features_ar.html">
<link rel="alternate" hreflang="ar-SA" href="https://hack23.com/black-trigram-features_ar.html">
<link rel="alternate" hreflang="ar-EG" href="https://hack23.com/black-trigram-features_ar.html">
<link rel="alternate" hreflang="da" href="https://hack23.com/black-trigram-features_da.html">
<link rel="alternate" hreflang="de" href="https://hack23.com/black-trigram-features_de.html">
<link rel="alternate" hreflang="de-DE" href="https://hack23.com/black-trigram-features_de.html">
<link rel="alternate" hreflang="en" href="https://hack23.com/black-trigram-features.html">
<link rel="alternate" hreflang="es" href="https://hack23.com/black-trigram-features_es.html">
<link rel="alternate" hreflang="es-ES" href="https://hack23.com/black-trigram-features_es.html">
<link rel="alternate" hreflang="fi" href="https://hack23.com/black-trigram-features_fi.html">
<link rel="alternate" hreflang="fr" href="https://hack23.com/black-trigram-features_fr.html">
<link rel="alternate" hreflang="fr-FR" href="https://hack23.com/black-trigram-features_fr.html">
<link rel="alternate" hreflang="he" href="https://hack23.com/black-trigram-features_he.html">
<link rel="alternate" hreflang="he-IL" href="https://hack23.com/black-trigram-features_he.html">
<link rel="alternate" hreflang="ja" href="https://hack23.com/black-trigram-features_ja.html">
<link rel="alternate" hreflang="ja-JP" href="https://hack23.com/black-trigram-features_ja.html">
<link rel="alternate" hreflang="ko" href="https://hack23.com/black-trigram-features_ko.html">
<link rel="alternate" hreflang="ko-KR" href="https://hack23.com/black-trigram-features_ko.html">
<link rel="alternate" hreflang="nl" href="https://hack23.com/black-trigram-features_nl.html">
<link rel="alternate" hreflang="nl-NL" href="https://hack23.com/black-trigram-features_nl.html">
<link rel="alternate" hreflang="no" href="https://hack23.com/black-trigram-features_no.html">
<link rel="alternate" hreflang="nb" href="https://hack23.com/black-trigram-features_no.html">
<link rel="alternate" hreflang="sv" href="https://hack23.com/black-trigram-features_sv.html">
<link rel="alternate" hreflang="sv-SE" href="https://hack23.com/black-trigram-features_sv.html">
<link rel="alternate" hreflang="zh" href="https://hack23.com/black-trigram-features_zh.html">
<link rel="alternate" hreflang="zh-CN" href="https://hack23.com/black-trigram-features_zh.html">
<link rel="alternate" hreflang="zh-SG" href="https://hack23.com/black-trigram-features_zh.html">
<link rel="alternate" hreflang="zh-Hans" href="https://hack23.com/black-trigram-features_zh.html">
<link rel="alternate" hreflang="x-default" href="https://hack23.com/black-trigram-features.html">
</head>
<body>
<!-- Breadcrumb Navigation -->
<nav aria-label="Breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="/">Home</a>
</li>
<li class="breadcrumb-item" aria-current="page">
Black Trigram Features
</li>
</ol>
</nav>
<header>
<div class="logo-container">
<img src="black-trigram-140.webp" alt="Black Trigram Logo" class="logo" width="80" height="80" />
</div>
<h1>Black Trigram Features <span class="app-version">English</span></h1>
<p>Master the dark arts through the pursuit of the perfect strike - Korean Traditional Martial Arts Precision Combat Simulator</p>
<div class="badges" role="group" aria-label="Project security and quality status badges">
<a href="https://github.com/Hack23/blacktrigram/releases" title="GitHub Release">
<img src="https://img.shields.io/github/v/release/Hack23/blacktrigram" alt="GitHub Release">
</a>
<a href="https://github.com/Hack23/blacktrigram/blob/main/LICENSE" title="License">
<img src="https://img.shields.io/github/license/Hack23/blacktrigram.svg" alt="License">
</a>
<a href="https://scorecard.dev/viewer/?uri=github.com/Hack23/blacktrigram" title="OpenSSF Scorecard">
<img src="https://api.securityscorecards.dev/projects/github.com/Hack23/blacktrigram/badge" alt="OpenSSF Scorecard">
</a>
<a href="https://bestpractices.coreinfrastructure.org/projects/10777" title="CII Best Practices">
<img src="https://bestpractices.coreinfrastructure.org/projects/10777/badge" alt="CII Best Practices">
</a>
<a href="https://github.com/Hack23/blacktrigram/attestations" title="SLSA 3">
<img src="https://slsa.dev/images/gh-badge-level3.svg" alt="SLSA 3">
</a>
<a href="https://github.com/Hack23/blacktrigram/actions/workflows/scorecards.yml" title="Scorecard supply-chain security">
<img src="https://github.com/Hack23/blacktrigram/actions/workflows/scorecards.yml/badge.svg?branch=main" alt="Scorecard supply-chain security">
</a>
<a href="https://github.com/Hack23/blacktrigram/actions/workflows/test-and-report.yml" title="Test & Report">
<img src="https://github.com/Hack23/blacktrigram/actions/workflows/test-and-report.yml/badge.svg?branch=main" alt="Test & Report">
</a>
<a href="https://sonarcloud.io/summary/new_code?id=Hack23_blacktrigram" title="Lines of Code">
<img src="https://sonarcloud.io/api/project_badges/measure?project=Hack23_blacktrigram&metric=ncloc" alt="Lines of Code">
</a>
<a href="https://sonarcloud.io/summary/new_code?id=Hack23_blacktrigram" title="Quality Gate Status">
<img src="https://sonarcloud.io/api/project_badges/measure?project=Hack23_blacktrigram&metric=alert_status" alt="Quality Gate Status">
</a>
<a href="https://sonarcloud.io/summary/new_code?id=Hack23_blacktrigram" title="Security Rating">
<img src="https://sonarcloud.io/api/project_badges/measure?project=Hack23_blacktrigram&metric=security_rating" alt="Security Rating">
</a>
<a href="https://sonarcloud.io/summary/new_code?id=Hack23_blacktrigram" title="Maintainability Rating">
<img src="https://sonarcloud.io/api/project_badges/measure?project=Hack23_blacktrigram&metric=sqale_rating" alt="Maintainability Rating">
</a>
<a href="https://sonarcloud.io/summary/new_code?id=Hack23_blacktrigram" title="Reliability Rating">
<img src="https://sonarcloud.io/api/project_badges/measure?project=Hack23_blacktrigram&metric=reliability_rating" alt="Reliability Rating">
</a>
<a href="https://app.fossa.io/projects/git%2Bgithub.com%2FHack23%2Fblacktrigram?ref=badge_shield" title="FOSSA Status">
<img src="https://app.fossa.io/api/projects/git%2Bgithub.com%2FHack23%2Fblacktrigram.svg?type=shield" alt="FOSSA Status">
</a>
</div>
<div class="app-link">
<a href="index.html" title="Back to Home">Home</a>
<a href="black-trigram-docs.html" title="Game Documentation">📚 Documentation</a>
<a href="https://blacktrigram.com" class="btn" title="Play Black Trigram">🎮 Play Now</a>
</div>
<!-- Live Resources Quick Links -->
<div style="display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; margin: 1rem 0;">
<a href="https://blacktrigram.com" target="_blank" rel="noopener" style="padding: 0.5rem 1rem; background: #ff6b35; color: white; border-radius: 4px; text-decoration: none; font-size: 0.9rem;">🎮 Play Now</a>
<a href="https://www.npmjs.com/package/blacktrigram" target="_blank" rel="noopener" style="padding: 0.5rem 1rem; background: #cb3837; color: white; border-radius: 4px; text-decoration: none; font-size: 0.9rem;">📦 npm</a>
<a href="https://deepwiki.com/Hack23/blacktrigram" target="_blank" rel="noopener" style="padding: 0.5rem 1rem; background: var(--accent-purple); color: white; border-radius: 4px; text-decoration: none; font-size: 0.9rem;">📚 DeepWiki</a>
</div>
</header>
<main>
<section id="features-overview">
<h2>Game Overview</h2>
<p><strong>Black Trigram (흑괘)</strong> is a realistic 3D precision combat game inspired by Korean martial arts philosophy and I Ching. This innovative combat simulator teaches authentic Korean martial arts through precise anatomical targeting, featuring 70 vital points and 5 distinct combat archetypes using modern 3D combat mechanics to master traditional vital point techniques.</p>
<p><a href="https://blacktrigram.com" title="Play Black Trigram">Play now</a> to experience the depth and beauty of Korean martial arts firsthand.</p>
</section>
<section id="key-features">
<h2>Key Features</h2>
<div class="cards">
<div class="card confidentiality-card">
<div class="scanner-effect"></div>
<h3>🎯 70 Anatomical Vital Points</h3>
<p>Strategic targeting system based on traditional Korean martial arts knowledge. Each vital point is designed with authentic martial arts education and anatomical accuracy in mind.</p>
<p><strong>For Fighters:</strong> Achieve maximum effectiveness through precise vital point strikes.</p>
</div>
<div class="card integrity-card">
<div class="scanner-effect"></div>
<h3>🥋 5 Distinct Archetypes</h3>
<p>Five character archetypes each with unique combat philosophy and techniques: Musa (Warrior), Amsalja (Assassin), Hacker, Intelligence Operative, and Organized Crime.</p>
<p><strong>For Players:</strong> Explore diverse combat styles and strategies across different fighting philosophies.</p>
</div>
<div class="card availability-card">
<div class="scanner-effect"></div>
<h3>⚔️ Authentic Korean Martial Arts</h3>
<p>Traditional Korean martial arts techniques including Taekkyeon and Hapkido are accurately implemented in the game. Each technique carries cultural respect and educational value.</p>
<p><strong>For Martial Arts Students:</strong> Learn practical applications of traditional techniques.</p>
</div>
<div class="card confidentiality-card">
<div class="scanner-effect"></div>
<h3>💥 Realistic Combat Physics</h3>
<p>Advanced trauma simulation and realistic damage modeling provide authentic combat experience. Accurately recreates the mechanics and consequences of real combat.</p>
<p><strong>For Simulation Enthusiasts:</strong> Experience realistic combat dynamics and consequences.</p>
</div>
<div class="card integrity-card">
<div class="scanner-effect"></div>
<h3>📚 Educational Gameplay</h3>
<p>Integration of traditional philosophy with modern game mechanics provides cultural learning experience. Learn Korean martial arts spirit and history through gameplay.</p>
<p><strong>For Educators:</strong> Teach martial arts in an engaging and interactive way.</p>
</div>
<div class="card availability-card">
<div class="scanner-effect"></div>
<h3>🏛️ Cultural Authenticity</h3>
<p>Deep integration of Korean martial arts philosophy and terminology with respectful cultural representation. Features deep understanding and accurate representation of tradition.</p>
<p><strong>For Culture Enthusiasts:</strong> Explore authentic Korean martial arts traditions.</p>
</div>
</div>
</section>
<section id="player-archetypes">
<h2>🥋 Player Archetypes</h2>
<p>Master combat through 5 distinct fighting philosophies:</p>
<div class="cards">
<div class="card">
<div class="scanner-effect"></div>
<h3>🏯 Musa (무사) - Traditional Warrior</h3>
<p><strong>Combat Philosophy:</strong> Honor through strength</p>
<p><strong>Special Focus:</strong> Military discipline, overwhelming force, direct confrontation</p>
<p><strong>Weapon Preference:</strong> Balance of traditional weapons and unarmed combat</p>
</div>
<div class="card">
<div class="scanner-effect"></div>
<h3>🥷 Amsalja (암살자) - Shadow Assassin</h3>
<p><strong>Combat Philosophy:</strong> Efficiency through stealth</p>
<p><strong>Special Focus:</strong> Stealthy approach, instant neutralization, vital point strikes</p>
<p><strong>Weapon Preference:</strong> Small concealed weapons and poisons</p>
</div>
<div class="card">
<div class="scanner-effect"></div>
<h3>💻 Hacker - Cyber Warrior</h3>
<p><strong>Combat Philosophy:</strong> Information is power</p>
<p><strong>Special Focus:</strong> Environmental manipulation, tech-assisted strikes, tactical advantage</p>
<p><strong>Weapon Preference:</strong> Electronic devices and modified tools</p>
</div>
<div class="card">
<div class="scanner-effect"></div>
<h3>🕵️ Intelligence Operative - Information Agent</h3>
<p><strong>Combat Philosophy:</strong> Knowledge through observation</p>
<p><strong>Special Focus:</strong> Psychological manipulation, precise timing, adaptive tactics</p>
<p><strong>Weapon Preference:</strong> Multi-purpose tools and disguised weapons</p>
</div>
<div class="card">
<div class="scanner-effect"></div>
<h3>⚡ Organized Crime - Criminal Organization</h3>
<p><strong>Combat Philosophy:</strong> Survival through brutality</p>
<p><strong>Special Focus:</strong> Dirty fighting, improvised weapons, ruthless efficiency</p>
<p><strong>Weapon Preference:</strong> Improvised weapons and unconventional tools</p>
</div>
</div>
</section>
<section id="targeting-system">
<h2>🎯 Anatomical Targeting System</h2>
<p>Master <strong>70 authentic vital points</strong> using traditional I Ching Eight Trigrams to enhance combat effectiveness:</p>
<div class="cards">
<div class="card confidentiality-card">
<div class="scanner-effect"></div>
<h3>☰ Geon (건) - Heaven</h3>
<p><strong>Combat Focus:</strong> Bone-striking force</p>
<p><strong>Combat Effect:</strong> Fractures, structural damage, immobilization</p>
<p><strong>Strategic Use:</strong> Complete neutralization of opponent's defenses</p>
</div>
<div class="card integrity-card">
<div class="scanner-effect"></div>
<h3>☱ Tae (태) - Lake</h3>
<p><strong>Combat Focus:</strong> Joint manipulation</p>
<p><strong>Combat Effect:</strong> Dislocation, mobility loss, joint damage</p>
<p><strong>Strategic Use:</strong> Limiting opponent's mobility</p>
</div>
<div class="card availability-card">
<div class="scanner-effect"></div>
<h3>☲ Li (리) - Fire</h3>
<p><strong>Combat Focus:</strong> Precise nerve strikes</p>
<p><strong>Combat Effect:</strong> Temporary paralysis, numbness, reflex inhibition</p>
<p><strong>Strategic Use:</strong> Blocking opponent's response capabilities</p>
</div>
<div class="card confidentiality-card">
<div class="scanner-effect"></div>
<h3>☳ Jin (진) - Thunder</h3>
<p><strong>Combat Focus:</strong> Stunning techniques</p>
<p><strong>Combat Effect:</strong> Disorientation, unconsciousness, knockout</p>
<p><strong>Strategic Use:</strong> Immediate combat termination</p>
</div>
</div>
</section>
<section id="technical-excellence">
<h2>🚀 Technical Excellence</h2>
<p>Built for <strong>combat realism</strong> and <strong>authentic simulation</strong>:</p>
<div class="cards">
<div class="card">
<div class="scanner-effect"></div>
<h3>🎮 Game Engine</h3>
<ul>
<li><strong>ThreeJs 8.x</strong> - Advanced 3D rendering engine</li>
<li><strong>React</strong> - Modern UI framework</li>
<li><strong>TypeScript</strong> - Type-safe development</li>
<li><strong>Vite</strong> - Fast build system</li>
</ul>
</div>
<div class="card">
<div class="scanner-effect"></div>
<h3>⚡ Performance Optimization</h3>
<ul>
<li><strong>WebGL</strong> - Hardware-accelerated graphics</li>
<li><strong>Howler.js</strong> - Professional audio engine</li>
<li><strong>Web Workers</strong> - Multi-threaded processing</li>
<li><strong>Progressive Web App</strong> - Native app experience</li>
</ul>
</div>
<div class="card">
<div class="scanner-effect"></div>
<h3>🛡️ Security & Quality</h3>
<ul>
<li><strong>SLSA Level 3</strong> - Supply chain security</li>
<li><strong>OpenSSF Scorecard</strong> - Security best practices</li>
<li><strong>CII Best Practices</strong> - Quality standards</li>
<li><strong>Continuous Integration/Deployment</strong> - Automated testing</li>
</ul>
</div>
<div class="card">
<div class="scanner-effect"></div>
<h3>🔗 Architecture & Design</h3>
<ul>
<li><a href="https://github.com/Hack23/blacktrigram/blob/main/ARCHITECTURE.md" title="Architecture Documentation">📐 ARCHITECTURE.md</a> - High-level C4 models, container/component views</li>
<li><a href="https://github.com/Hack23/blacktrigram/blob/main/FUTURE_ARCHITECTURE.md" title="Future Architecture">📈 FUTURE_ARCHITECTURE.md</a> - Vision for upcoming enhancements</li>
<li><a href="https://blacktrigram.com/api/" title="API Documentation">API Docs</a> - Detailed API reference</li>
</ul>
</div>
<div class="card integrity-card">
<div class="scanner-effect"></div>
<h3>🔗 Combat & Mechanics</h3>
<ul>
<li><a href="https://github.com/Hack23/blacktrigram/blob/main/COMBAT_ARCHITECTURE.md" title="Combat Architecture">🥋 COMBAT_ARCHITECTURE.md</a> - Combat system design</li>
<li><a href="https://github.com/Hack23/blacktrigram/blob/main/game-design.md" title="Game Design">🗺️ game-design.md</a> - Game mechanics overview</li>
<li><a href="https://github.com/Hack23/blacktrigram/blob/main/game-status.md" title="Game Status">📊 game-status.md</a> - Current progress tracking</li>
</ul>
</div>
<div class="card availability-card">
<div class="scanner-effect"></div>
<h3>🔗 Assets & Media</h3>
<ul>
<li><a href="https://github.com/Hack23/blacktrigram/blob/main/ART_ASSETS.md" title="Art Assets">🖼️ ART_ASSETS.md</a> - Visual asset guidelines</li>
<li><a href="https://github.com/Hack23/blacktrigram/blob/main/AUDIO_ASSETS.md" title="Audio Assets">🎵 AUDIO_ASSETS.md</a> - Audio implementation</li>
<li><a href="https://github.com/Hack23/blacktrigram/blob/main/VIDEO_ASSETS.md" title="Video Assets">🎬 VIDEO_ASSETS.md</a> - Video content</li>
</ul>
</div>
</div>
</section>
<section id="try-now">
<h2>🎮 Ready to Master Korean Martial Arts?</h2>
<p>Experience authentic Korean combat techniques with anatomical precision through 5 distinct combat archetypes. Enjoy both the depth of traditional martial arts and the fun of modern gaming.</p>
<div class="cta-container text-center my-2">
<a href="https://blacktrigram.com" style="background: #ff6b35; color: white; padding: 1rem 2rem; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.2rem; margin: 0.5rem;">🎮 Play Now</a>
<a href="https://github.com/Hack23/blacktrigram" style="background: #333; color: white; padding: 1rem 2rem; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.2rem; margin: 0.5rem;">📂 GitHub Repository</a>
<a href="black-trigram-docs.html" style="background: #0366d6; color: white; padding: 1rem 2rem; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.2rem; margin: 0.5rem;">📚 Documentation</a>
<a href="https://www.youtube.com/channel/UCiGwB6sLC8rog_ZPAiXChAQ" style="background: #FF0000; color: white; padding: 1rem 2rem; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.2rem; margin: 0.5rem;">📺 YouTube Channel</a>
<a href="https://www.tiktok.com/@blacktrigram" style="background: #000000; color: white; padding: 1rem 2rem; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.2rem; margin: 0.5rem;">🎵 TikTok</a>
</div>
</section>
<!-- FAQ Section with Accordion UI -->
<section id="faq">
<h2>Frequently Asked Questions</h2>
<p class="mb-xl text-secondary-color">Common questions about Black Trigram's features, gameplay, and Korean martial arts integration.</p>
<div class="faq-item">
<h3 tabindex="0" aria-expanded="false" aria-controls="faq-answer-1">
What is Black Trigram?
</h3>
<div id="faq-answer-1" class="faq-answer" role="region">
<p>Black Trigram is a revolutionary 3D precision combat simulator inspired by traditional Korean martial arts. It combines authentic martial arts techniques with modern gaming to create an educational and engaging experience.</p>
<p><strong>Key Features:</strong></p>
<ul>
<li><strong>70 Anatomical Vital Points:</strong> Strategic targeting system based on traditional knowledge</li>
<li><strong>5 Combat Archetypes:</strong> Unique fighting styles (Musa, Amsalja, Hacker, Jeongbo, Jojik)</li>
<li><strong>Authentic Techniques:</strong> Taekkyeon and Hapkido martial arts integration</li>
<li><strong>Cultural Preservation:</strong> Educational focus on Korean martial arts heritage</li>
<li><strong>Realistic Physics:</strong> Advanced trauma simulation and combat mechanics</li>
</ul>
</div>
</div>
<div class="faq-item">
<h3 tabindex="0" aria-expanded="false" aria-controls="faq-answer-2">
What are the 5 combat archetypes in Black Trigram?
</h3>
<div id="faq-answer-2" class="faq-answer" role="region">
<p>Each archetype represents a distinct fighting philosophy and tactical approach:</p>
<ul>
<li><strong>Musa (무사) - Traditional Warrior:</strong> Emphasizes honor, direct combat, and traditional martial values. Strong in frontal assaults and disciplined techniques.</li>
<li><strong>Amsalja (암살자) - Assassin:</strong> Focuses on precision strikes to vital points, stealth, and quick eliminations. Masters of anatomical targeting.</li>
<li><strong>Hacker (해커) - Technical Fighter:</strong> Uses system knowledge, strategic analysis, and unconventional tactics. Exploits weaknesses in opponent's patterns.</li>
<li><strong>Jeongbo (정보) - Intelligence Operative:</strong> Specializes in information gathering, reading opponents, and gaining tactical advantage through awareness.</li>
<li><strong>Jojik (조직) - Organization Member:</strong> Leverages group tactics, coordinated attacks, and organizational strength. Excels in team-based combat scenarios.</li>
</ul>
<p>Players can master multiple archetypes or specialize in one to develop a unique fighting style.</p>
</div>
</div>
<div class="faq-item">
<h3 tabindex="0" aria-expanded="false" aria-controls="faq-answer-3">
How does the 70 vital points system work?
</h3>
<div id="faq-answer-3" class="faq-answer" role="region">
<p>The game features 70 anatomically accurate vital points based on traditional Korean martial arts knowledge and modern anatomy:</p>
<ul>
<li><strong>Strategic Targeting:</strong> Each vital point has specific effects on an opponent - some cause immediate damage, others impair movement or create openings</li>
<li><strong>Anatomical Accuracy:</strong> Points are positioned based on real human anatomy, making the system educational as well as tactical</li>
<li><strong>Contextual Effectiveness:</strong> The effectiveness of targeting specific points depends on combat situation, opponent stance, and timing</li>
<li><strong>Skill-Based Gameplay:</strong> Rewards anatomical knowledge and precision over button mashing</li>
<li><strong>Traditional Knowledge:</strong> Based on classical Korean martial arts teachings about pressure points and vital areas</li>
</ul>
<p>Mastering the vital points system requires understanding human anatomy, timing, and strategic thinking - making combat more tactical and rewarding.</p>
</div>
</div>
<div class="faq-item">
<h3 tabindex="0" aria-expanded="false" aria-controls="faq-answer-4">
What Korean martial arts are featured in Black Trigram?
</h3>
<div id="faq-answer-4" class="faq-answer" role="region">
<p>Black Trigram authentically integrates two primary Korean martial arts:</p>
<p><strong>Taekkyeon (택견):</strong></p>
<ul>
<li>Korea's traditional martial art with fluid kicking techniques</li>
<li>Circular movements and rhythmic footwork</li>
<li>Dance-like qualities emphasizing grace and flow</li>
<li>UNESCO-recognized intangible cultural heritage</li>
</ul>
<p><strong>Hapkido (합기도):</strong></p>
<ul>
<li>Comprehensive martial art focusing on joint locks and pressure points</li>
<li>Throws, strikes, and grappling techniques</li>
<li>Circular motions and redirecting opponent's energy</li>
<li>Philosophy of harmony and non-resistance</li>
</ul>
<p><strong>Cultural Integration:</strong> The game also incorporates I Ching principles, Korean martial philosophy, honor codes, and traditional respect for the martial way (무도).</p>
</div>
</div>
<div class="faq-item">
<h3 tabindex="0" aria-expanded="false" aria-controls="faq-answer-5">
Is Black Trigram educational or just entertainment?
</h3>
<div id="faq-answer-5" class="faq-answer" role="region">
<p>Black Trigram is designed as both an educational tool and entertainment experience. It serves multiple purposes:</p>
<p><strong>Educational Value:</strong></p>
<ul>
<li><strong>Anatomical Knowledge:</strong> Learn about vital points and human anatomy</li>
<li><strong>Martial Arts Techniques:</strong> Experience authentic Korean martial arts movements</li>
<li><strong>Cultural Heritage:</strong> Understand traditional Korean martial culture and philosophy</li>
<li><strong>Strategic Thinking:</strong> Develop tactical planning and pattern recognition</li>
<li><strong>I Ching Philosophy:</strong> Explore traditional Eastern philosophy in combat context</li>
</ul>
<p><strong>Target Audience:</strong></p>
<ul>
<li>Martial arts students seeking to understand Korean techniques</li>
<li>Cultural heritage enthusiasts interested in traditional combat</li>
<li>Gamers looking for tactical, skill-based combat systems</li>
<li>Educators teaching about Korean culture and martial arts</li>
</ul>
<p>The game balances entertainment value with educational content, making learning engaging and interactive.</p>
</div>
</div>
<div class="faq-item">
<h3 tabindex="0" aria-expanded="false" aria-controls="faq-answer-6">
What platforms is Black Trigram available on?
</h3>
<div id="faq-answer-6" class="faq-answer" role="region">
<p>Black Trigram is currently available as a cross-platform PC game with plans for expansion:</p>
<p><strong>Current Availability:</strong></p>
<ul>
<li><strong>Web Version:</strong> Play online at <a href="https://blacktrigram.com" target="_blank">blacktrigram.com</a></li>
<li><strong>PC Download:</strong> Available from <a href="https://github.com/Hack23/blacktrigram/releases" target="_blank">GitHub Releases</a></li>
<li><strong>Source Code:</strong> Open source on GitHub for educational and development purposes</li>
</ul>
<p><strong>Technical Details:</strong></p>
<ul>
<li>Built with modern game development tools</li>
<li>Cross-platform compatibility</li>
<li>Optimized for various PC specifications</li>
<li>Regular updates and improvements via GitHub</li>
</ul>
<p>Future platform expansion will be based on community feedback and technical feasibility. Follow the project on <a href="https://github.com/Hack23/blacktrigram" target="_blank">GitHub</a> or <a href="https://www.youtube.com/channel/UCiGwB6sLC8rog_ZPAiXChAQ" target="_blank">YouTube</a> for updates.</p>
</div>
</div>
<div class="faq-item">
<h3 tabindex="0" aria-expanded="false" aria-controls="faq-answer-7">
Is Black Trigram open source?
</h3>
<div id="faq-answer-7" class="faq-answer" role="region">
<p>Yes, Black Trigram is proudly open source, reflecting Hack23's commitment to transparency and community contribution:</p>
<p><strong>Open Source Benefits:</strong></p>
<ul>
<li><strong>Transparency:</strong> Full source code available for review and learning</li>
<li><strong>Community Contribution:</strong> Accept improvements and bug fixes from the community</li>
<li><strong>Educational Resource:</strong> Developers can learn from the implementation</li>
<li><strong>Security:</strong> Public code review improves security and quality</li>
</ul>
<p><strong>Security & Quality Standards:</strong></p>
<ul>
<li><strong>OpenSSF Scorecard:</strong> Security best practices validation</li>
<li><strong>CII Best Practices:</strong> Core Infrastructure Initiative certification</li>
<li><strong>SLSA Level 3:</strong> Supply chain security attestation</li>
<li><strong>Continuous Integration:</strong> Automated testing and quality checks</li>
</ul>
<p>Visit the <a href="https://github.com/Hack23/blacktrigram" target="_blank">GitHub repository</a> to explore the code, contribute, or report issues. The open-source approach ensures the game evolves with community input while maintaining high quality standards.</p>
</div>
</div>
</section>
</main>
<!-- FAQ Accordion JavaScript -->
<script>
(function() {
'use strict';
// Initialize FAQ accordion functionality
function initFAQ() {
const faqItems = document.querySelectorAll('.faq-item');
faqItems.forEach(function(item) {
const question = item.querySelector('h3');
if (!question) return;
// Click event
question.addEventListener('click', function() {
toggleFAQ(item);
});
// Keyboard event (Enter or Space)
question.addEventListener('keydown', function(e) {
if (e.key === 'Enter' || e.key === ' ') {
e.preventDefault();
toggleFAQ(item);
}
});
});
}
function toggleFAQ(item) {
const question = item.querySelector('h3');
const isActive = item.classList.contains('active');
// Toggle active state
item.classList.toggle('active');
// Update ARIA attributes
if (question) {
question.setAttribute('aria-expanded', !isActive);
}
}
// Initialize when DOM is ready
if (document.readyState === 'loading') {
document.addEventListener('DOMContentLoaded', initFAQ);
} else {
initFAQ();
}
})();
</script>
<footer role="contentinfo" aria-label="Site footer">
<div class="footer-container">
<!-- Company Info Column -->
<div class="footer-column">
<h2>Hack23 AB</h2>
<p>Cybersecurity Consulting<br>
Gothenburg, Sweden | Remote</p>
<p>Org.nr: 5595347807</p>
<p><a href="https://www.linkedin.com/company/hack23/" rel="noopener noreferrer" target="_blank">LinkedIn Company Page</a></p>
<p><a href="https://www.linkedin.com/in/jamessorling/" rel="noopener noreferrer" target="_blank">CEO: James Pether Sörling</a></p>
</div>
<!-- Services Column -->
<div class="footer-column">
<h3>Services</h3>
<ul>
<li><a href="services.html">Security Consulting</a></li>
<li><a href="services.html">Security Architecture</a></li>
<li><a href="services.html">Cloud Security</a></li>
<li><a href="services.html">DevSecOps Integration</a></li>
<li><a href="services.html">Compliance & ISMS</a></li>
</ul>
</div>
<!-- Products Column -->
<div class="footer-column">
<h3>Products</h3>
<ul>
<li><a href="black-trigram-features.html">Black Trigram</a></li>
<li><a href="cia-features.html">Citizen Intelligence Agency</a></li>
<li><a href="cia-compliance-manager-features.html">CIA Compliance Manager</a></li>
</ul>
</div>
<!-- Resources Column -->
<div class="footer-column">
<h3>Resources</h3>
<ul>
<li><a href="blog.html">Security Blog</a></li>
<li><a href="discordian-cybersecurity.html">🍎 Discordian Blog</a></li>
<li><a href="cia-triad-faq.html">CIA Triad FAQ</a></li>
<li><a href="https://github.com/Hack23/ISMS-PUBLIC" rel="noopener noreferrer" target="_blank">Public ISMS</a></li>
<li><a href="sitemap.html">Sitemap</a></li>
</ul>
</div>
<!-- Company Column -->
<div class="footer-column">
<h3>Company</h3>
<ul>
<li><a href="why-hack23.html">About Hack23</a></li>
<li><a href="https://github.com/Hack23/ISMS-PUBLIC/blob/main/Information_Security_Policy.md" rel="noopener noreferrer" target="_blank">Security Policy</a></li>
<li><a href="SECURITY.md">Report Security Issue</a></li>
<li><a href="https://github.com/Hack23" rel="noopener noreferrer" target="_blank">GitHub Organization</a></li>
<li><a href="accessibility-statement.html">Accessibility</a></li>
</ul>
</div>
</div>
<!-- Footer Bottom Bar -->
<div class="footer-bottom">
<p>© 2008-2026 Hack23 AB. All rights reserved. </p>
<p>
<a href="black-trigram-features.html" lang="en" aria-current="page">English</a> |
<a href="black-trigram-features_sv.html" lang="sv">Svenska</a> |
<a href="black-trigram-features_de.html" lang="de">Deutsch</a> |
<a href="black-trigram-features_fr.html" lang="fr">Français</a> |
<a href="black-trigram-features_es.html" lang="es">Español</a> |
<a href="black-trigram-features_nl.html" lang="nl">Nederlands</a> |
<a href="black-trigram-features_da.html" lang="da">Dansk</a> |
<a href="black-trigram-features_no.html" lang="no">Norsk</a> |
<a href="black-trigram-features_fi.html" lang="fi">Suomi</a> |
<a href="black-trigram-features_ja.html" lang="ja">日本語</a> |
<a href="black-trigram-features_ko.html" lang="ko">한국어</a> |
<a href="black-trigram-features_zh.html" lang="zh">中文</a> |
<a href="black-trigram-features_ar.html" lang="ar">العربية</a> |
<a href="black-trigram-features_he.html" lang="he">עברית</a>
</p>
</div>
</footer>
</body>
</html>