blob: 4fb7248572cf07e95dd2088c13579a8902ce28c8 (
plain)
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
|
<!doctype html>
<meta name="viewport" content="width=device-width">
<title>Tips & Tricks</title>
<link rel="stylesheet" href="style.css">
<style>
img { height: 18px; vertical-align: -3px; }
</style>
<body>
<article>
<h1>
Tips & Tricks
</h1>
<p>
<h2> Shortcuts </h2>
<p>
There are several ways to scroll without the scroll bars:
<ul>
<li> The <kbd>←</kbd> <kbd>↑</kbd> <kbd>↓</kbd> <kbd>→</kbd> keys.
<li> <kbd>Shift</kbd> + <kbd>mouse wheel</kbd> to scroll horizontally.
<li> Hold down the middle mouse button and drag.
<li> Two finger scrolling with the touch pad.
<li> Tap and drag using a touch screen.
</ul>
<p>
There are also several ways to change the size of the game area:
<ul>
<li> <kbd>Control</kbd> + <kbd>+</kbd> to zoom in.
<li> <kbd>Control</kbd> + <kbd>-</kbd> to zoom out.
<li> <kbd>Control</kbd> + <kbd>0</kbd> to reset zoom.
<li> <kbd>Control</kbd> + <kbd>mouse wheel</kbd> to zoom in and out.
<li> Pinch gesture with a touchpad.
<li> Pinch gesture on a touch screen.
</ul>
<p>
Hold down the <kbd>Shift</kbd> key to see more information.
In some games cards and chits will be magnified when mousing over them when holding shift.
Other games may reveal the reverse side of pieces.
<p>
Open a separate browser tab or window for each side when playing solo.
<h2> Toolbar </h2>
<p>
The <img src="/images/cog.svg"> menu has links to rules, player aids and other reference material.
In some games you can also choose between alternative graphics and layout options.
The resign option is also present here if available.
<p>
The <img src="/images/scroll-quill.svg"> button toggles the game log and player status displays.
<p>
The <img src="/images/magnifying-glass.svg"> button shrinks the map to fit your screen.
<p>
The <img src="/images/chat-bubble.svg"> button lights up if you have unread chat messages.
Chat messages can only be seen by players who have joined the game.
Use <kbd>Enter</kbd> and <kbd>Escape</kbd> to quickly open and close the chat box.
<p>
The <img src="/images/cycle.svg"> button appears when the game is over.
Use this to quickly start a rematch with the same players, or to go to the tournament score page.
<p>
The <img src="/images/earth-africa-europe.svg"> button hides all counters and markers.
Use this if you need to check something on the map that is obscured.
</ul>
<h2> Time Control
</h2>
<p>
For everyone's enjoyment, please respect the pace requests!
If someone wants a fast game, don't join if you can only play one move per day.
<p>
Each player has a clock that ticks down while it's their turn.
When the clock runs out, they forfeit the game.
Each time a player takes a move, they get some time back on the clock, but there's a limit to how
much time you can accumulate.
<dl>
<dt> No time control
<dd>
For friendly games without an enforced pace.
<dt>
Live / Blitz (7+ moves per day)
<dd>
24h +4h/move up to 72h
<dd>
<dt>
Fast (3+ moves per day)
<dd>
72h +12h/move up to 120h
<dd>
<dt>
Slow
(1+ move per day)
<dd>
72h +36h/move up to 240h
</dl>
<p>
When playing live, let your opponents know if you're going away!
If you need to resume a live game another day, schedule a time when you can continue.
<p>
Turn on notifications so you can take your turns promptly.
If you see that your opponent is online (the dot next to their name is filled in)
then stay in the game for a while and perhaps you can play live for a bit.
|