diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-01-06 23:13:53 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-01-08 16:36:48 +0100 |
commit | 717faa1ffc830e5109a90e1740a912c6ec6647c8 (patch) | |
tree | 71fbd305f4a630853202ab9a07a24086fcccc8a1 /create.html | |
parent | e7f422f65bc3b5abb4f65edbe8fd8e2444790043 (diff) | |
download | table-battles-717faa1ffc830e5109a90e1740a912c6ec6647c8.tar.gz |
Tip about playing first scenarios in order.
Diffstat (limited to 'create.html')
-rw-r--r-- | create.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/create.html b/create.html index ce909e8..fedafea 100644 --- a/create.html +++ b/create.html @@ -1,3 +1,11 @@ +<p> +<i> +Tip: To learn the game, play the scenarios from the base +game in order. They are built to show you the ropes of the system, and to get +you used to pulling the levers, with each scenario in the base set being +progressively more complex. +</i> + <link rel="stylesheet" href="/table-battles/cards.css"> <style> .card { box-shadow: var(--drop-shadow); background-size: 240px 336px; } |