summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-01-01 01:38:24 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 12:12:42 +0100
commit990c198dc1fee95d5de6328f47172bac31bac9aa (patch)
tree183e14fcd25681ebdd152e384709d94e8697524a
parent9af890a1deece078539bd84b25256fe4e4f2bb6f (diff)
downloadshores-of-tripoli-990c198dc1fee95d5de6328f47172bac31bac9aa.tar.gz
Split into separate module.
-rw-r--r--README5
-rw-r--r--play.css6
-rw-r--r--title.sql3
3 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..71a393b
--- /dev/null
+++ b/README
@@ -0,0 +1,5 @@
+This game is implemented with the generous permission of Fort Circle Games.
+
+Rules and art assets are Copyright 2020 Fort Circle Games.
+
+Source code to this digital implementation is Copyright 2021-2022 Tor Andersson.
diff --git a/play.css b/play.css
index 347fd7d..f1d6e66 100644
--- a/play.css
+++ b/play.css
@@ -32,6 +32,12 @@ body.Observer .hand_separator { display: none; }
width: 250px;
height: 350px;
border-radius: 12px;
+ display: none;
+ box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
+}
+
+.card.show {
+ display: block;
}
.card.blank {
diff --git a/title.sql b/title.sql
new file mode 100644
index 0000000..864a721
--- /dev/null
+++ b/title.sql
@@ -0,0 +1,3 @@
+insert or replace into titles ( title_id, title_name, bgg ) values ( 'shores-of-tripoli', 'Shores of Tripoli', 237860 );
+insert or replace into roles values ( 'shores-of-tripoli', 'Tripolitania' );
+insert or replace into roles values ( 'shores-of-tripoli', 'United States' );