diff options
-rw-r--r-- | about.html | 20 | ||||
-rw-r--r-- | create.html | 0 | ||||
-rw-r--r-- | title.sql | 1 |
3 files changed, 21 insertions, 0 deletions
diff --git a/about.html b/about.html new file mode 100644 index 0000000..0c72ef1 --- /dev/null +++ b/about.html @@ -0,0 +1,20 @@ +<p> +The Table Battles system is a light battle game that recreates battles +throughout human history with broad strokes and an emphasis on playability. +Players roll and allocate dice to Unit cards, with each card accepting specific +die results or dice combinations. On a later turn, those dice are removed to +activate the Unit and attack an enemy formation, removing wooden pieces +assigned to the formation in question. But the enemy may be able to screen the +attack (cancelling it), counterattacking (inflicting extra losses on the +attacker), or absorb it via a strategic reserve. In fact, in most cases, the +enemy MUST do so if they're able to. The result is a tense cat-and-mouse game +in which both players make feints and counterfeints, looking for an advantage +and acting decisively once it presents itself. + +<p> Game Design: Amabel Holland. +<br> Copyright © 2017 <a href="https://hollandspiele.com/products/table-battles">Amabel Holland</a>. +<br> Programming © 2024 by Tor Andersson. + +<ul> +<li><a href="/table-battles/info/rules.html">Rulebook</a> +</ul> diff --git a/create.html b/create.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/create.html diff --git a/title.sql b/title.sql new file mode 100644 index 0000000..515af1f --- /dev/null +++ b/title.sql @@ -0,0 +1 @@ +insert or replace into titles ( title_id, title_name, bgg ) values ( 'table-battles', 'Table Battles', 230650 ); |