chiark / gitweb /
preview png, actually make it a png
[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] Source code and dependencies
44 --------------------------------
45
46 Source code is here:
47   https://www.chiark.greenend.org.uk/ucgi/~ian/git/pandemic-rising-tide.git/
48   git://git.chiark.greenend.org.uk/~ian/pandemic-rising-tide.git
49
50 You will, notably, need a working copy of plag-mangler, which is a
51 planar graph manipulation and layout program I wrote for this project.
52   https://www.chiark.greenend.org.uk/~ianmdlvl/plag-mangler/
53
54 It has, in turn, quite a few dependencies.
55
56 The other direct dependencies of this repository should be readily
57 available on your distro.
58
59
60 Legal information
61 -----------------
62
63 Overall, this is very probably copyright (C) 2017 Z-Man Games
64 and definitely copyright (C) 2019 Ian Jackson.
65
66 Please see the individual source files for their licenses.
67
68 There is NO WARRANTY.