summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--README5
-rw-r--r--about.html30
-rw-r--r--cover.1x.jpgbin0 -> 29205 bytes
-rw-r--r--cover.2x.jpgbin0 -> 101463 bytes
-rw-r--r--cover.jpgbin0 -> 953580 bytes
-rw-r--r--create.html0
-rw-r--r--favicon.pngbin0 -> 6472 bytes
-rw-r--r--favicon.svg17
-rw-r--r--thumbnail.jpgbin0 -> 16743 bytes
-rw-r--r--title.sql1
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
diff --git a/README b/README
new file mode 100644
index 0000000..514cba0
--- /dev/null
+++ b/README
@@ -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 &copy; 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 &copy; 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
new file mode 100644
index 0000000..3c17a3e
--- /dev/null
+++ b/cover.1x.jpg
Binary files differ
diff --git a/cover.2x.jpg b/cover.2x.jpg
new file mode 100644
index 0000000..2ff8426
--- /dev/null
+++ b/cover.2x.jpg
Binary files differ
diff --git a/cover.jpg b/cover.jpg
new file mode 100644
index 0000000..4af9ef1
--- /dev/null
+++ b/cover.jpg
Binary files differ
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
new file mode 100644
index 0000000..885a989
--- /dev/null
+++ b/favicon.png
Binary files differ
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
new file mode 100644
index 0000000..3bdd99e
--- /dev/null
+++ b/thumbnail.jpg
Binary files differ
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 );