From 0141c61d7293f8ba9f58b6978e466775b1f97bc9 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 20 Apr 2023 12:53:58 +0200 Subject: Skeleton. --- about.html | 27 +++++++++++++++++++++++++++ create.html | 9 +++++++++ title.sql | 1 + 3 files changed, 37 insertions(+) create mode 100644 about.html create mode 100644 create.html create mode 100644 title.sql diff --git a/about.html b/about.html new file mode 100644 index 0000000..1b35398 --- /dev/null +++ b/about.html @@ -0,0 +1,27 @@ +

+Time of Crisis is a game for two to four players set in the Roman +Empire during the 3rd century. Each player represents the head +of a great family, and attempts to use that family's influence +to manipulate people and situations to ensure that the family's +name is remembered by history rather than being lost in the +mists of time. + +
+ +

+Game Design by Wray Ferrell and Brad Johnson. + +

+Copyright © 2017 +GMT Games, LLC. +
+Cover art by Rodger B. MacGowan © 2017 + +

diff --git a/create.html b/create.html new file mode 100644 index 0000000..dffd67b --- /dev/null +++ b/create.html @@ -0,0 +1,9 @@ +

+Player count: +
+ + diff --git a/title.sql b/title.sql new file mode 100644 index 0000000..730a3e6 --- /dev/null +++ b/title.sql @@ -0,0 +1 @@ +insert or replace into titles ( title_id, title_name, bgg ) values ( 'time-of-crisis', 'Time of Crisis', 164949 ); -- cgit v1.2.3