diff options
Diffstat (limited to 'public/docs/tips.html')
-rw-r--r-- | public/docs/tips.html | 126 |
1 files changed, 0 insertions, 126 deletions
diff --git a/public/docs/tips.html b/public/docs/tips.html deleted file mode 100644 index 4fb7248..0000000 --- a/public/docs/tips.html +++ /dev/null @@ -1,126 +0,0 @@ -<!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. - |