Skip to content

A custom board game map and train ticket cards for Cornwall & the Isles of Scilly (UK), inspired by Ticket to Ride

License

Notifications You must be signed in to change notification settings

amalon/trains-cornwall

Repository files navigation

Cornwall & Isles of Scilly Train Ticket Board Game

A custom board game map and train ticket cards for Cornwall & the Isles of Scilly (UK), inspired by the Ticket to Ride Board Games published by Days of Wonder (with whom I am not affiliated).

The game board

Download

Links to the board and ticket files can be found below (the latest versions can be downloaded from GitHub).

Game Board

For best quality printing it is recommended a 300 DPI version of the board is used, but smaller versions are also available for viewing or other purposes:

Description 300 DPI (24MB) 150 DPI (9MB) 75 DPI (3MB) 25 DPI (<1MB)
Board 1 large sheet PDF PNG PDF PNG PDF PNG JPG PNG
Board 3x3 A4 sheets PDF PDF PDF

Destination Tickets

Only one 300 DPI version of the destination tickets is currently available:

Description 300 DPI (18MB)
Destination tickets 6 A4 sheets PDF

License

The Makefile is released under the GNU General Public License, version 2.

All other content is released under the Creative Commons Attribution-Share Alike 3.0 Unported license (see LICENSE.md) unless otherwise stated (see Sources below).

  • Copyright © 2020 James Hogan james@albanarts.com
  • Background maps contain Ordnance Survey data © Crown copyright and database right
  • Original Scilly flag by Steve Duncan
  • Original locomotive by Panther

Prerequisites

You need the following fonts installed to open or build the designs:

You need the following software packages installed to build the designs on Linux:

  • Inkscape (at least version 1) is required by the Makefile to convert the SVG files to PNG.

    Ensure inkscape is in your $PATH.

  • Imagemagick (specifically the "convert" utility) is required by the Makefile to convert the PNG to a PDF.

    Ensure convert is in the $PATH.

  • pdfposter is required by the Makefile to tile the large PDF onto multiple pages.

    Ensure pdfposter is in the $PATH.

  • TeX Live (specifically pdflatex) is required by the Makefile to add margins and cropping marks to the tiled PDF.

    Ensure pdflatex is in the $PATH.

Building

The default Makefile targets generate a tiled A4 PDF of the board in outputs/Cornwall-300dpi-a4.pdf, and a paged set of destination tickets in outputs/cornwall_tickets-300dpi.pdf:

$ make

To open cornwall_tickets.svg you first need to generate the background from ticket_background.svg. This can be done with the "prepare" Makefile target:

$ make prepare

Other Makefile targets are as follows:

  • all

    All outputs at all DPI levels.

  • board

    Just the board PDF at the default DPI level.

  • tickets

    Just the tickets PDF at the default DPI level.

  • png

    PNG files for each of the above DPI levels.

  • pdf

    PDF files of the above PNG files and corresponding A4 tiles for printing.

Specific output targets are as follows, where XX is the DPI, either 75, 150, or 300.

  • outputs/Cornwall-XXdpi.png

    A PNG of the board at the specified DPI.

  • outputs/Cornwall-XXdpi.pdf

    A single page PDF of the board at the specified DPI.

  • outputs/Cornwall-XXdpi-a4.pdf

    A tiled multipage PDF of the board at the specified DPI, for A4 printing.

Sources

I've tried to use free sources wherever possible. The originals can be found in the originals/ directory. Modifications can be found in the modified/ directory.

The following table lists all the sources, more details below:

Source License Attribution
Puffin PD Aki G. Karlsson
Dolphin PD cactus cowboy
Lighthouse PD 'The History of Plymouth', Richard Worth, 1890.
Ship PD
Flag of Cornwall PD Jon Harald Søby
Flag of Devon PD Greentubing
Flag of USA PD US Federal Government
Map of Cornwall CC BY-SA 3.0 Contains Ordnance Survey data © Crown copyright and database right
Map of Isles of Scilly CC BY-SA 3.0 Contains Ordnance Survey data © Crown copyright and database right
Flag of Isles of Scilly CC BY-SA 3.0 Steve Duncan
Steam Locomotive CC BY-SA 3.0 Panther
Kaushan Script Regular OFL Pablo Impallari
Anton OFL Vernon Adams

About

A custom board game map and train ticket cards for Cornwall & the Isles of Scilly (UK), inspired by Ticket to Ride

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published