summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-01-01 01:36:43 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 12:42:59 +0100
commitbd6d271455760a427d553ad4018b3f380dafc952 (patch)
tree22b1ecaa09e8ef79daa313163062d53fdf01bace
parentaa65d7ea6310b2466de312ec783bafa79069cd1b (diff)
download300-earth-and-water-bd6d271455760a427d553ad4018b3f380dafc952.tar.gz
Split into separate module.
-rw-r--r--README5
-rw-r--r--play.css7
-rw-r--r--title.sql3
3 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..9f86d21
--- /dev/null
+++ b/README
@@ -0,0 +1,5 @@
+This game is implemented with the generous permission of Nuts! Publishing.
+
+Rules and art assets are Copyright 2018 Bonsai Games and 2020 Nuts! Publishing.
+
+Source code to this digital implementation is Copyright 2021-2022 Tor Andersson.
diff --git a/play.css b/play.css
index 3ab3f25..7a02403 100644
--- a/play.css
+++ b/play.css
@@ -84,6 +84,12 @@ body.Greece header.your_turn { background-color: salmon; }
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_info .card {
@@ -154,6 +160,7 @@ body.Greece header.your_turn { background-color: salmon; }
}
#map {
+ position: relative;
width: 1240px;
height: 878px;
background-size: cover;
diff --git a/title.sql b/title.sql
new file mode 100644
index 0000000..2c73406
--- /dev/null
+++ b/title.sql
@@ -0,0 +1,3 @@
+insert or ignore into titles ( title_id, title_name, bgg ) values ( '300-earth-and-water', '300: Earth & Water', 267058 );
+insert or ignore into roles values ( '300-earth-and-water', 'Persia' );
+insert or ignore into roles values ( '300-earth-and-water', 'Greece' );