-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
197 lines (180 loc) · 8.5 KB
/
Copy pathindex.html
File metadata and controls
197 lines (180 loc) · 8.5 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<title>Estimation Score Keeper Support</title>
<meta name="description" content="Support, FAQ and contact for Estimation Score Keeper: a scorekeeper for the Estimation card game.">
<meta name="theme-color" content="#C9A876">
<link rel="icon" type="image/png" href="icon.png">
<link rel="apple-touch-icon" href="icon.png">
<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=Caveat:wght@600;700&display=swap" rel="stylesheet">
<style>
:root {
--bg: #dcc9a4;
--panel: #f5f1e7;
--panel-2: #ece5d5;
--line: rgba(43,58,107,.14);
--text: #2b3a6b;
--muted: #5f5644;
--accent: #a9722b;
--accent-dim: rgba(169,114,43,.13);
}
@media (prefers-color-scheme: dark) {
:root {
--bg: #12141b;
--panel: #1c2130;
--panel-2: #242a3a;
--line: rgba(255,255,255,.09);
--text: #ece5d6;
--muted: #a89e8b;
--accent: #e0a816;
--accent-dim: rgba(224,168,22,.14);
}
}
* { box-sizing: border-box; }
body {
margin: 0;
background: var(--bg);
color: var(--text);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
line-height: 1.65;
-webkit-text-size-adjust: 100%;
}
.wrap {
max-width: 720px;
margin: 0 auto;
padding: max(28px, env(safe-area-inset-top)) 20px calc(56px + env(safe-area-inset-bottom));
}
header { padding: 28px 0 8px; }
.brand { display: flex; align-items: center; gap: 14px; }
.mark {
width: 54px; height: 54px; border-radius: 13px; flex: none;
display: block; box-shadow: 0 2px 10px rgba(0,0,0,.12);
}
h1 {
font-family: "Caveat", -apple-system, sans-serif;
font-size: 2.5rem; margin: 0; line-height: 1; font-weight: 700;
}
.tagline { color: var(--muted); margin: 3px 0 0; font-size: .95rem; }
h2 {
font-size: 1.05rem; margin: 38px 0 12px;
text-transform: uppercase; letter-spacing: .09em;
color: var(--muted); font-weight: 600;
}
.card {
background: var(--panel); border: 1px solid var(--line);
border-radius: 14px; padding: 4px 18px; margin: 0 0 14px;
}
details { border-bottom: 1px solid var(--line); }
details:last-child { border-bottom: 0; }
summary {
cursor: pointer; padding: 15px 0; font-weight: 600;
list-style: none; display: flex; justify-content: space-between;
align-items: center; gap: 12px;
}
summary::-webkit-details-marker { display: none; }
summary::after {
content: "+"; color: var(--accent); font-weight: 400;
font-size: 1.3rem; line-height: 1; flex: none;
}
details[open] summary::after { content: "\2013"; }
details p { margin: 0 0 15px; color: var(--muted); }
details p:last-child { margin-bottom: 15px; }
.contact {
background: var(--panel); border: 1px solid var(--line);
border-radius: 14px; padding: 20px; text-align: center;
}
.contact a.mail {
display: inline-block; margin-top: 4px; font-size: 1.1rem;
font-weight: 600; color: var(--accent); text-decoration: none;
word-break: break-all;
}
.contact a.mail:hover { text-decoration: underline; }
.contact p { color: var(--muted); margin: 10px 0 0; font-size: .9rem; }
a { color: var(--accent); }
strong { color: var(--text); font-weight: 600; }
footer {
margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--line);
color: var(--muted); font-size: .85rem;
display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
}
footer a { color: var(--muted); }
</style>
</head>
<body>
<div class="wrap">
<header>
<div class="brand">
<img class="mark" src="icon.png" alt="" width="54" height="54">
<div>
<h1>Estimation</h1>
<p class="tagline">Score Keeper · Support & help</p>
</div>
</div>
</header>
<h2>Frequently asked</h2>
<div class="card">
<details>
<summary>Is this the game, or just the scoreboard?</summary>
<p>It's the scoreboard. Estimation Score Keeper doesn't deal or play cards. You play Estimation with a real deck at the table, and the app records everyone's calls, tricks and points so nobody has to do the maths by hand.</p>
</details>
<details>
<summary>How do I set up a game?</summary>
<p>Tap <strong>Players</strong> and enter four names in seating order, then tap <strong>Start New Game</strong> and pick a length: Normal (18 rounds), Mini (10) or Micro (5).</p>
<p>Each round: enter every player's call, tap <strong>Start</strong>, play the hand with the real cards, then enter the tricks each player actually won and lock the round.</p>
</details>
<details>
<summary>The round won't lock</summary>
<p>Two things have to be true before a round can lock: every playing seat needs a trick count entered, and the four trick counts must add up to exactly 13. If the total isn't 13, the app shows you what it currently adds up to so you can fix it.</p>
</details>
<details>
<summary>I made a mistake in the last round</summary>
<p>Use <strong>Edit Round</strong> on the scoreboard to reopen the most recently locked round and correct the calls or tricks. The app rescores everything from that round forward.</p>
</details>
<details>
<summary>Can I change the scoring rules?</summary>
<p>Yes. Open <strong>Settings → Scoring</strong> to adjust every bonus and penalty (Caller, With, Dash Call, the high calls, Risk and the rest) and to toggle the "double the round on two or more With calls" rule. Tap <strong>Defaults</strong> at any time to restore the standard values.</p>
</details>
<details>
<summary>What is Sa'aydeh / Pass All?</summary>
<p>When every player misses their call in the same round, nobody scores that round and the next round's points are doubled. Tap the red <strong>Pass All</strong> button to mark the current round as Sa'aydeh in one step, without entering calls and tricks for everyone.</p>
<p>If you're unsure about Caller, With, Dash Call or Risk, the in-app <strong>How to Play</strong> tab explains each one with worked examples.</p>
</details>
<details>
<summary>Where are my saved games and stats?</summary>
<p>When a game is finished, tap <strong>Save Game</strong>. The <strong>Stats</strong> screen then shows the current game, an all-games leaderboard, and group results. Saved games stay on your device.</p>
</details>
<details>
<summary>How do I share games with friends?</summary>
<p>Open <strong>View Saved Games → Group Archive</strong> and create a group, or join an existing one using its code and password. Finished games can then be shared to that group so everyone sees the same shared leaderboard.</p>
<p>Whether games share automatically, and how the leaderboard combines device and group results, is controlled in <strong>Settings → Data</strong>.</p>
</details>
<details>
<summary>Can I back up or move my games?</summary>
<p>Yes. <strong>Settings → Data → Export</strong> saves your games as a file you can keep as a backup or move to another device. <strong>Import</strong> brings them back, and it skips any game the device already has, so importing the same file twice is safe.</p>
</details>
<details>
<summary>Does it work offline?</summary>
<p>Yes. Scoring, saved games and statistics all run entirely on your device. An internet connection is only needed for the optional Groups feature, which syncs shared games between members.</p>
</details>
<details>
<summary>Why is it landscape only?</summary>
<p>The scoresheet is wide: four players, each with their calls, tricks and running total, so the app is fixed to landscape to keep the whole board on screen at once.</p>
</details>
</div>
<h2>Contact</h2>
<div class="contact">
<p style="margin:0;color:var(--muted);font-size:.9rem;">Questions, bugs, or a scoring result that doesn't look right:</p>
<a class="mail" href="mailto:estimation.support@gmail.com?subject=Estimation%20Support">estimation.support@gmail.com</a>
<p>Please include your iOS version and, if it's a scoring question, the calls and tricks for the round in question. It makes issues much faster to sort out.</p>
</div>
<footer>
<span>© 2026 Estimation</span>
<a href="privacy.html">Privacy Policy</a>
</footer>
</div>
</body>
</html>