diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-08-22 13:00:31 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-08-22 13:19:11 +0200 |
commit | 152f3965d2b73b73592d7795ce1e000e631eea5c (patch) | |
tree | de5b98c97d695821125ea671b26671beccb6efcc /info | |
parent | dddf0aef8956eb14af80986e736fb3b0f77e8352 (diff) | |
download | maria-152f3965d2b73b73592d7795ce1e000e631eea5c.tar.gz |
readme
Diffstat (limited to 'info')
-rw-r--r-- | info/readme.html | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/info/readme.html b/info/readme.html new file mode 100644 index 0000000..697e0ab --- /dev/null +++ b/info/readme.html @@ -0,0 +1,70 @@ +<!doctype html> +<meta name="viewport" content="width=device-width, initial-scale=1"> +<title>Maria - Notes</title> +<link rel="stylesheet" href="/fonts/fonts.css"> +<link rel="stylesheet" href="/style.css"> +<style>h1{text-align:center}body{max-width:50rem;margin:0 auto;}</style> +<body> +<article> + +<h1> +Maria: Notes +</h1> + +<hr> + +<p> +How do I transfer troops? + +<p> +You can transfer troops before you move a stack. Detach a general who should stay behind and you can transfer troops between the moving and non-moving generals using the [Give] and [Take] buttons. + +<hr> + +<p> +How do I recruit eliminated generals and supply trains? + +<p> +Select them where they are placed off-map (near the top of the map) to bring them back to your depot. + +<hr> + +<p> +Which deck do the cards come from? + +<p> +Hold down shift to see the reverse side of card in hand and in the game log. +On mobile you can click the all-seeing eye to toggle this display. + +<hr> + +<p> +Which roads did a general use to move? + +<p> +If you mouse-over the movement entry in the log, the path taken will light up on the map. +Click the entry and the destination city will scroll into view. + +<hr> + +<p> +How many cards are in each discard pile? + +<p> +Each visible card in a pile represents approximately 5 cards. + +<hr> + +<p> +Why can I see (and count) other player's hands? + +<p> +In live play you can keep track of what other players are holding and playing +if you pay attention. Since the information is always available by studying the +game log, the only obfuscation we add is making it visually annoying to count +the exact numbers. + +<hr> + +<p style="text-align:center"> +<img src="/maria/images/suit_hearts.svg" height="32"> |