From c926cafa13ecf305149d2ae2d03d119c1d710f9b Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 10 Nov 2022 23:24:20 +0100 Subject: Add skeleton. --- README | 5 +++++ about.html | 23 +++++++++++++++++++++++ cover.1x.jpg | Bin 0 -> 23397 bytes cover.2x.jpg | Bin 0 -> 78837 bytes cover.png | Bin 0 -> 577927 bytes create.html | 0 favicon.svg | 1 + thumbnail.jpg | Bin 0 -> 13653 bytes title.sql | 3 +++ 9 files changed, 32 insertions(+) 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.png create mode 100644 create.html create mode 100644 favicon.svg create mode 100644 thumbnail.jpg create mode 100644 title.sql diff --git a/README b/README new file mode 100644 index 0000000..739e8eb --- /dev/null +++ b/README @@ -0,0 +1,5 @@ +This game is implemented with the generous permission of GMT Games. + +Rules and art assets are Copyright 2021 GMT Games, LLC. + +Source code to this digital implementation is Copyright 2022 Tor Andersson. diff --git a/about.html b/about.html new file mode 100644 index 0000000..5903f5f --- /dev/null +++ b/about.html @@ -0,0 +1,23 @@ +

+Red Flag Over Paris is a 2-player strategy card-driven +game, pitting the French government in Versailles +against the Paris Commune in up to three rounds of +political and military maneuvering, culminating in a +Final Crisis representing the “Bloody Week” in May +of 1871. + +
+ +

+Designer: Fred Serval + +

+Copyright © 2021 +GMT Games, LLC. + +

diff --git a/cover.1x.jpg b/cover.1x.jpg new file mode 100644 index 0000000..175f325 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..b61c891 Binary files /dev/null and b/cover.2x.jpg differ diff --git a/cover.png b/cover.png new file mode 100644 index 0000000..4bfeb8f Binary files /dev/null and b/cover.png differ diff --git a/create.html b/create.html new file mode 100644 index 0000000..e69de29 diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..5856021 --- /dev/null +++ b/favicon.svg @@ -0,0 +1 @@ + diff --git a/thumbnail.jpg b/thumbnail.jpg new file mode 100644 index 0000000..7adcbf4 Binary files /dev/null and b/thumbnail.jpg differ diff --git a/title.sql b/title.sql new file mode 100644 index 0000000..6a45293 --- /dev/null +++ b/title.sql @@ -0,0 +1,3 @@ +insert or ignore into titles ( title_id, title_name, bgg ) + values ( 'red-flag-over-paris', 'Red Flag Over Paris', 296577 ); + -- cgit v1.2.3