diff options
-rw-r--r-- | create.html | 6 | ||||
-rw-r--r-- | rules.js | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/create.html b/create.html index e69de29..94cc5d9 100644 --- a/create.html +++ b/create.html @@ -0,0 +1,6 @@ +<dl> +<dt> +Tournament rules: +<dd> +Hidden discard piles and tournament scoring points. +</dl> @@ -1,6 +1,7 @@ "use strict"; // TODO: auto-allocate corsair hits? +// TODO: don't auto-allocate gunboats? const US = "United States"; const TR = "Tripolitania"; @@ -91,7 +92,6 @@ const FRIGATE_SPACES = [ ]; const BATTLE_SPACES = [ - ALEXANDRIA, ALGIERS, BENGHAZI, DERNE, |