summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-06-20 15:54:14 +0200
committerTor Andersson <tor@ccxvii.net>2023-02-18 12:12:42 +0100
commitcae2e46619db5df9f8f200aae0367fa6b2f60b6b (patch)
tree4ce560ddf5ac82be61ef0d9a97092bc6d45fe191
parent75d5899af2d766433c6d5bb60ac0787ac86462f4 (diff)
downloadshores-of-tripoli-cae2e46619db5df9f8f200aae0367fa6b2f60b6b.tar.gz
tripoli: Stuff.
-rw-r--r--create.html6
-rw-r--r--rules.js2
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>
diff --git a/rules.js b/rules.js
index 45348c5..f1482f6 100644
--- a/rules.js
+++ b/rules.js
@@ -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,