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
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Klondike (Static Web App)

ブラウザで動くクロンダイク(ソリティア)を単一 HTML で動作する静的 Web アプリとして作るプロジェクト。
Play Klondike (Solitaire) in the browser — a static web app contained in a single HTML file.
ブラウザで遊べるクロンダイク(ソリティア)。単一 HTML で完結する静的 Web アプリ。

![Screenshot](screenshot-20260121.png)

## 目的
- 1ファイル(単一 HTML)完結の静的 Web アプリとして公開できる形にする。
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h1>
let historyStack = [];
let isAutoFinishing = false;

document.getElementById("app-version").textContent = `v${APP_VERSION}`;
document.getElementById("app-version").textContent = `${APP_VERSION}`;

/* --- [Simulator] --- */
class Simulator {
Expand Down
Binary file added screenshot-20260121.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.