summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--README5
-rw-r--r--about.html25
-rw-r--r--cover.1x.jpgbin0 -> 28797 bytes
-rw-r--r--cover.2x.jpgbin0 -> 90849 bytes
-rw-r--r--cover.jpgbin0 -> 137127 bytes
-rw-r--r--create.html0
-rw-r--r--favicon.pngbin0 -> 9452 bytes
-rw-r--r--thumbnail.jpgbin0 -> 16846 bytes
-rw-r--r--title.sql1
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
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 @@
+<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 &copy; 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
new file mode 100644
index 0000000..c05b77b
--- /dev/null
+++ b/cover.1x.jpg
Binary files differ
diff --git a/cover.2x.jpg b/cover.2x.jpg
new file mode 100644
index 0000000..bd5b9f2
--- /dev/null
+++ b/cover.2x.jpg
Binary files differ
diff --git a/cover.jpg b/cover.jpg
new file mode 100644
index 0000000..cc7d6a2
--- /dev/null
+++ b/cover.jpg
Binary files differ
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
new file mode 100644
index 0000000..51b0104
--- /dev/null
+++ b/favicon.png
Binary files differ
diff --git a/thumbnail.jpg b/thumbnail.jpg
new file mode 100644
index 0000000..dcf02d4
--- /dev/null
+++ b/thumbnail.jpg
Binary files 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 );