chiark / gitweb /
Copyright licenses and legal information, and README.
[pandemic-rising-tide.git] / README
1 Introduction
2 ------------
3
4 This repository contains a program to generate a new board for
5 Pandemic Rising Tide.  The board is gameplay-identical to the
6 original, but the graphics are entirely abstracted and the board is
7 intended to be easier to play on.
8
9
10 Use
11 ---
12
13 `make' will generate[1] many PostScript and PDF files.  You probably
14 want to use the PDFs.  Specifically:
15
16 If you have a printer capable of A3:
17
18     board-pa3-bPageB.pdf         on A4
19     board-pa3-bPageMT.pdf        on A3
20
21 If you have a printer capable of A4:
22
23     pa4-bPageB               }  print one
24     pa4-bPageM               }    of each
25     pa4-bPageT               }      on A4
26
27 If you have a printer capable of A1 and want something you can fold in
28 three to paste onto a Z-shaped board to fit into the original A4 box:
29
30    pa1m-bPageP               on A1, and cut at the indicated marks
31
32 If you have a printer capable of A1 and don't need that slight size
33 reduction:
34
35    pa1-bPageP                on A1, and cut at the indicated marks
36
37 If you are in the US and can't print on sensible international paper
38 sizes, read this
39   https://www.cl.cam.ac.uk/~mgk25/iso-paper.html
40 and feel free to send me patches.
41
42
43 [1] Dependencies
44 -----------------
45
46 You will, notably, need a working copy of plag-mangler, which is a
47 planar graph manipulation and layout program I wrote for this project.
48   https://www.chiark.greenend.org.uk/~ianmdlvl/plag-mangler/
49
50 It has, in turn, quite a few dependencies.
51
52 The other direct dependencies of this repository should be readily
53 available on your distro.
54
55
56 Legal information
57 -----------------
58
59 Overall, this is very probably copyright (C) 2017 Z-Man Games
60 and definitely copyright (C) 2019 Ian Jackson.
61
62 Please see the individual source files for their licenses.
63
64 There is NO WARRANTY.