diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-02-20 14:43:58 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-20 15:00:14 +0100 |
commit | 093ce50ddcb68fe8b5ffbf7f100108bd93b86d76 (patch) | |
tree | 4fde8d644d32e16b6a4c370d9b2d983c4514c5a7 | |
parent | 501d6cb5ecd9e9547752ef18faf0eda286d0f87f (diff) | |
download | andean-abyss-093ce50ddcb68fe8b5ffbf7f100108bd93b86d76.tar.gz |
Skeleton.
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | README | 5 | ||||
-rw-r--r-- | about.html | 30 | ||||
-rw-r--r-- | cover.1x.jpg | bin | 0 -> 29205 bytes | |||
-rw-r--r-- | cover.2x.jpg | bin | 0 -> 101463 bytes | |||
-rw-r--r-- | cover.jpg | bin | 0 -> 953580 bytes | |||
-rw-r--r-- | create.html | 0 | ||||
-rw-r--r-- | favicon.png | bin | 0 -> 6472 bytes | |||
-rw-r--r-- | favicon.svg | 17 | ||||
-rw-r--r-- | thumbnail.jpg | bin | 0 -> 16743 bytes | |||
-rw-r--r-- | title.sql | 1 |
11 files changed, 55 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..959a81f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +info/*.pdf +HIRES @@ -0,0 +1,5 @@ +This game is implemented with the generous permission of GMT Games. + +Rules and art Copyright 2012 GMT Games, LLC. + +Source code to this digital implementation is Copyright 2023 Tor Andersson. diff --git a/about.html b/about.html new file mode 100644 index 0000000..24dcf10 --- /dev/null +++ b/about.html @@ -0,0 +1,30 @@ +<p> +<i>Colombia: Nation at the Edge of Abyss</i> + +<p> +Colombia in the 1990s hosted one of the world’s last Marxist guerrilla armies, +brutal drug lords, and right-wing death squads and appeared close to failing as +a state. A decade later, its Marxists had lost their top leaders and rural +sanctuary, its big drug bosses were dead or in prison, and its paramilitaries +were negotiating demobilization. The Government had extended its writ to most +of the countryside, restored its popularity, and improved the economy and +respect for human rights. + +<br clear="left"> + +<p> +Designer: Volko Ruhnke. + +<p> +Copyright © 2012 +<a href="https://www.gmtgames.com/p-536-andean-abyss-2nd-printing.aspx">GMT Games, LLC</a>. +<br> +Cover art by Rodger B. MacGowan © 2012. + +<ul> +<li><a href="/andean-abyss/info/rulebook.html">Rules of Play</a> +<li><a href="/andean-abyss/info/playbook.html">Playbook</a> +<li><a href="/andean-abyss/info/pac.html">Player Aids</a> +<li><a href="/andean-abyss/info/cards.html">Cards</a> +<li><a href="/andean-abyss/info/notes.html">Implementation Notes</a> +</ul> diff --git a/cover.1x.jpg b/cover.1x.jpg Binary files differnew file mode 100644 index 0000000..3c17a3e --- /dev/null +++ b/cover.1x.jpg diff --git a/cover.2x.jpg b/cover.2x.jpg Binary files differnew file mode 100644 index 0000000..2ff8426 --- /dev/null +++ b/cover.2x.jpg diff --git a/cover.jpg b/cover.jpg Binary files differnew file mode 100644 index 0000000..4af9ef1 --- /dev/null +++ b/cover.jpg diff --git a/create.html b/create.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/create.html diff --git a/favicon.png b/favicon.png Binary files differnew file mode 100644 index 0000000..885a989 --- /dev/null +++ b/favicon.png diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..553d26b --- /dev/null +++ b/favicon.svg @@ -0,0 +1,17 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128"> +<defs> +<clipPath id="outer"> +<circle cx="64" cy="64" r="60" /> +</clipPath> +<clipPath id="inner"> +<circle cx="64" cy="64" r="34" /> +</clipPath> +</defs> +<circle fill="#ffe353" cx="64" cy="64" r="60" /> +<rect fill="#e23940" clip-path="url(#outer)" x="60" y="64" width="68" height="64" /> +<rect fill="#007cc2" clip-path="url(#outer)" x="0" y="64" width="64" height="64" /> +<circle fill="#ffe353" cx="64" cy="64" r="34" /> +<rect fill="#e23940" clip-path="url(#inner)" x="0" y="28" width="128" height="24" /> +<rect fill="#007cc2" clip-path="url(#inner)" x="0" y="46" width="128" height="18" /> +<path fill="white" transform="translate(46,46) scale(.0703125,.0703125)" d="M486 203.652H310.111L256 37.113l-54.111 166.539H26l142.22 103.623-54.462 167.612L256 371.24l142.242 103.646-54.473-167.612z" /> +</svg> diff --git a/thumbnail.jpg b/thumbnail.jpg Binary files differnew file mode 100644 index 0000000..3bdd99e --- /dev/null +++ b/thumbnail.jpg diff --git a/title.sql b/title.sql new file mode 100644 index 0000000..04f5222 --- /dev/null +++ b/title.sql @@ -0,0 +1 @@ +insert or replace into titles ( title_id, title_name, bgg ) values ( 'andean-abyss', 'Andean Abyss', 91080 ); |