From 093ce50ddcb68fe8b5ffbf7f100108bd93b86d76 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 20 Feb 2023 14:43:58 +0100 Subject: Skeleton. --- .gitignore | 2 ++ README | 5 +++++ about.html | 30 ++++++++++++++++++++++++++++++ cover.1x.jpg | Bin 0 -> 29205 bytes cover.2x.jpg | Bin 0 -> 101463 bytes cover.jpg | Bin 0 -> 953580 bytes create.html | 0 favicon.png | Bin 0 -> 6472 bytes favicon.svg | 17 +++++++++++++++++ thumbnail.jpg | Bin 0 -> 16743 bytes title.sql | 1 + 11 files changed, 55 insertions(+) create mode 100644 .gitignore create mode 100644 README create mode 100644 about.html create mode 100644 cover.1x.jpg create mode 100644 cover.2x.jpg create mode 100644 cover.jpg create mode 100644 create.html create mode 100644 favicon.png create mode 100644 favicon.svg create mode 100644 thumbnail.jpg create mode 100644 title.sql 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 @@ +

+Colombia: Nation at the Edge of Abyss + +

+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. + +
+ +

+Designer: Volko Ruhnke. + +

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

diff --git a/cover.1x.jpg b/cover.1x.jpg new file mode 100644 index 0000000..3c17a3e Binary files /dev/null and b/cover.1x.jpg differ diff --git a/cover.2x.jpg b/cover.2x.jpg new file mode 100644 index 0000000..2ff8426 Binary files /dev/null and b/cover.2x.jpg differ diff --git a/cover.jpg b/cover.jpg new file mode 100644 index 0000000..4af9ef1 Binary files /dev/null and b/cover.jpg differ diff --git a/create.html b/create.html new file mode 100644 index 0000000..e69de29 diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..885a989 Binary files /dev/null and b/favicon.png 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 @@ + + + + + + + + + + + + + + + + + diff --git a/thumbnail.jpg b/thumbnail.jpg new file mode 100644 index 0000000..3bdd99e Binary files /dev/null and b/thumbnail.jpg 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 ); -- cgit v1.2.3