diff options
-rw-r--r-- | about.html | 10 | ||||
-rw-r--r-- | cover.1x.jpg | bin | 0 -> 37492 bytes | |||
-rw-r--r-- | create.html | 1 | ||||
-rw-r--r-- | title.sql | 1 |
4 files changed, 12 insertions, 0 deletions
diff --git a/about.html b/about.html new file mode 100644 index 0000000..fc43810 --- /dev/null +++ b/about.html @@ -0,0 +1,10 @@ +<p> + 1989 is an exciting, fast paced game simulating the end of the Cold War in 1989. During this amazing year, a series of democratic revolutions ended the 40 year Soviet empire in Eastern Europe. 1989 simulates the political, social and economic aspects of these revolutions using a card driven system similar to Twilight Struggle. + + + <p> + Designer: Jason Matthews, Ted Torgerson. + <br> Copyright © 2012 <a href="https://www.gmtgames.com/p-543-1989-2nd-printing.aspx">GMT Games, LLC</a>. + <br> Programming © 2022 Tor Andersson. + +
\ No newline at end of file diff --git a/cover.1x.jpg b/cover.1x.jpg Binary files differnew file mode 100644 index 0000000..675e6a4 --- /dev/null +++ b/cover.1x.jpg diff --git a/create.html b/create.html new file mode 100644 index 0000000..0cc91ee --- /dev/null +++ b/create.html @@ -0,0 +1 @@ +<p>Notice:</p>
\ No newline at end of file diff --git a/title.sql b/title.sql new file mode 100644 index 0000000..ac632f7 --- /dev/null +++ b/title.sql @@ -0,0 +1 @@ +insert or replace into titles ( title_id, title_name, bgg ) values ( '1989-dawn-of-freedom', '1989: Dawn of Freedom', 26997 );
\ No newline at end of file |