diff options
-rw-r--r-- | about.html | 27 | ||||
-rw-r--r-- | create.html | 9 | ||||
-rw-r--r-- | title.sql | 1 |
3 files changed, 37 insertions, 0 deletions
diff --git a/about.html b/about.html new file mode 100644 index 0000000..1b35398 --- /dev/null +++ b/about.html @@ -0,0 +1,27 @@ +<p> +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. + +<br clear="left"> + +<p> +Game Design by Wray Ferrell and Brad Johnson. + +<p> +Copyright © 2017 +<a href="https://www.gmtgames.com/p-704-time-of-crisis-2nd-printing.aspx">GMT Games, LLC</a>. +<br> +Cover art by Rodger B. MacGowan © 2017 + +<ul> +<li><a href="/time-of-crisis/info/rules.html">Rules of Play</a> +<!-- +<li><a href="/time-of-crisis/info/expansion.html">Expansion Rules</a> +--> +<li><a href="/time-of-crisis/info/cards.html">Card Gallery</a> +<li><a href="/time-of-crisis/info/notes.html">Implementation Notes</a> +</ul> diff --git a/create.html b/create.html new file mode 100644 index 0000000..dffd67b --- /dev/null +++ b/create.html @@ -0,0 +1,9 @@ +<p> +Player count: +<br> +<select name="players"> +<option value="">4 Player</option> +<option value="3">3 Player</option> +<option value="2">2 Player</option> +</select> + 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 ); |