Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
745 changes: 166 additions & 579 deletions README.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cypress/videos/app.cy.ts.mp4
Binary file not shown.
Binary file added cypress/videos/game-flow.cy.ts.mp4
Binary file not shown.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
content="Master the dark arts of vital point striking through eight distinct trigram fighting styles in this precision combat experience."
/>

<!-- Korean font preload for performance -->
<!-- Enhanced font preload for Dark Trigram theme -->
<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=Noto+Sans+KR:wght@300;400;700&display=swap"
href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;700&family=Orbitron:wght@400;700;900&display=swap"
rel="stylesheet"
/>

<!-- Game optimizations -->
<meta name="format-detection" content="telephone=no" />
<meta name="theme-color" content="#000000" />
<meta name="theme-color" content="#00ffd0" />

<!-- Prevent zoom on mobile for game controls -->
<meta
Expand Down
1 change: 1 addition & 0 deletions src/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ describe("Black Trigram Game Application", () => {
Container: expect.any(Function),
Graphics: expect.any(Function),
Text: expect.any(Function),
Sprite: expect.any(Function),
});
});
});
Expand Down
Loading