blob: b88e5eadb497865f61c3bc43497f5b1f85f99769 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<!DOCTYPE html>
<head>
<title>Nevsky - Notes</title>
<link rel="stylesheet" href="/fonts/fonts.css">
<link rel="stylesheet" href="/style.css">
<style>h1{text-align:center}body{max-width:50rem;margin:0 auto;}</style>
</head>
<body>
<article>
<h1>
Nevsky: Implementation Notes</h1>
<hr>
<p>
<p>
Sequence of play changes for expediency:
<ul>
<li> One side does all of Feed, Pay, and Disband before next side.
<li> Russians Feed, Pay, and Disband first after a Russian command card.
<li> One side does both Wastage and Discard before next side.
</ul>
<hr>
<p style="font-style:normal;font-size:36px;text-align:center;margin:0">❦</p>
|