diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-11-07 18:47:37 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-16 19:08:56 +0100 |
commit | 57b4a5c0e7c59dca360c5e5abd7275abec1008c8 (patch) | |
tree | f92e2307392d08a91261f251fd2c2c869b8c9f1f /create.html | |
parent | b2408114880d71e08db863790c7685efa5eedcc9 (diff) | |
download | julius-caesar-57b4a5c0e7c59dca360c5e5abd7275abec1008c8.tar.gz |
Add options to game setup.
Diffstat (limited to 'create.html')
-rw-r--r-- | create.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/create.html b/create.html index 2c12a31..599bf88 100644 --- a/create.html +++ b/create.html @@ -4,12 +4,14 @@ <dd> Historical deployment. <dt> -Tournament: -<dd> -Historical deployment, but Julius Caesar goes first on the first turn regardless of the cards played. -<dt> <a href="/julius-caesar/info/rules.html#setup">Free Deployment</a>: <dd> Players may swap any blocks on the map as long as the original number of deployed blocks in each city is maintained. </dl> + +Optional rules: +<p> +<label><input type="checkbox" name="tournament" value="true"> +Tournament — Julius Caesar goes first on the first turn regardless of the cards played. +</label> |