From 8d8d6db547653dff6ffb34fdf9336317da50121e Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 22 Oct 2022 12:51:46 +0200 Subject: Add skeleton. --- .gitignore | 4 ++++ README | 5 +++++ about.html | 25 +++++++++++++++++++++++++ cover.1x.jpg | Bin 0 -> 28797 bytes cover.2x.jpg | Bin 0 -> 90849 bytes cover.jpg | Bin 0 -> 137127 bytes create.html | 0 favicon.png | Bin 0 -> 9452 bytes thumbnail.jpg | Bin 0 -> 16846 bytes title.sql | 1 + 10 files changed, 35 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 thumbnail.jpg create mode 100644 title.sql diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..90542cb --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +HIRES +tools/**/*.png +tools/tmp +work diff --git a/README b/README new file mode 100644 index 0000000..de8adfe --- /dev/null +++ b/README @@ -0,0 +1,5 @@ +This game is implemented with the generous permission of GMT Games. + +Rules and art Copyright 2019 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..e2fa211 --- /dev/null +++ b/about.html @@ -0,0 +1,25 @@ +

+Nevsky is a board wargame about the storied clash between Latin +Teutonic and Orthodox Russian powers on the 13th-Century Baltic +frontier. It is the first volume in GMT Games’ Levy & Campaign +Series portraying medieval military operations. Players will raise +and equip their armies and then send them out to ravage or conquer +enemy territory and to defeat enemy forces in battle. Feudal obligations +and alliances will provide a panoply of lords and vassals to +serve on campaign—but only for limited periods. Players must keep +an eye on the calendar and reward lords to keep them in the field. + +
+ +

+Designer: Volko Ruhnke. + +

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

diff --git a/cover.1x.jpg b/cover.1x.jpg new file mode 100644 index 0000000..c05b77b 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..bd5b9f2 Binary files /dev/null and b/cover.2x.jpg differ diff --git a/cover.jpg b/cover.jpg new file mode 100644 index 0000000..cc7d6a2 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..51b0104 Binary files /dev/null and b/favicon.png differ diff --git a/thumbnail.jpg b/thumbnail.jpg new file mode 100644 index 0000000..dcf02d4 Binary files /dev/null and b/thumbnail.jpg differ diff --git a/title.sql b/title.sql new file mode 100644 index 0000000..92d1c8d --- /dev/null +++ b/title.sql @@ -0,0 +1 @@ +insert or replace into titles ( title_id, title_name, bgg ) values ( 'nevsky', 'Nevsky', 249590 ); -- cgit v1.2.3