diff options
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | README | 5 | ||||
-rw-r--r-- | about.html | 25 | ||||
-rw-r--r-- | cover.1x.jpg | bin | 0 -> 28797 bytes | |||
-rw-r--r-- | cover.2x.jpg | bin | 0 -> 90849 bytes | |||
-rw-r--r-- | cover.jpg | bin | 0 -> 137127 bytes | |||
-rw-r--r-- | create.html | 0 | ||||
-rw-r--r-- | favicon.png | bin | 0 -> 9452 bytes | |||
-rw-r--r-- | thumbnail.jpg | bin | 0 -> 16846 bytes | |||
-rw-r--r-- | title.sql | 1 |
10 files changed, 35 insertions, 0 deletions
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 @@ -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 @@ +<p> +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. + +<br clear="left"> + +<p> +Designer: Volko Ruhnke. + +<p> +Copyright © 2019 +<a href="https://www.gmtgames.com/p-696-nevsky-teutons-and-rus-in-collision-1240-1242.aspx">GMT Games, LLC</a>. + +<ul> +<li><a href="/nevsky/info/rules2.html">Rules of Play (HTML)</a> +<li><a href="/nevsky/info/rulebook.html">Rules of Play</a> +<li><a href="/nevsky/info/playbook.html">Background Book</a> +</ul> diff --git a/cover.1x.jpg b/cover.1x.jpg Binary files differnew file mode 100644 index 0000000..c05b77b --- /dev/null +++ b/cover.1x.jpg diff --git a/cover.2x.jpg b/cover.2x.jpg Binary files differnew file mode 100644 index 0000000..bd5b9f2 --- /dev/null +++ b/cover.2x.jpg diff --git a/cover.jpg b/cover.jpg Binary files differnew file mode 100644 index 0000000..cc7d6a2 --- /dev/null +++ b/cover.jpg 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 Binary files differnew file mode 100644 index 0000000..51b0104 --- /dev/null +++ b/favicon.png diff --git a/thumbnail.jpg b/thumbnail.jpg Binary files differnew file mode 100644 index 0000000..dcf02d4 --- /dev/null +++ b/thumbnail.jpg 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 ); |