These scripts use the Squib Ruby gem to render a set of cards and other components for the game Rolling Stock designed by Björn Rabenstein. Commercial copies of the game are available from All Aboard Games. This version of the game is shared for non-commercial print and play with Björn's permission. Also included are versions of the original rules and guidebooks, split into individual page images suitable for various print-on-demand services.
The rendered files are included in the repo cards and sheets directories.
If you just want to print a copy of the game, grab one of the Releases once they exist, or the cards or sheets at any time. Or, if you want to make changes or render it yourself...
- A recent version of Ruby.
- DejaVu Sans and Signika Fonts
The instructions below have a few other requirements such as Bundler, but those can be skipped if you're comfortable installing gems manually.
-
clone this repository
git clone https://github.com/sparr/rollingstock-squib.git
-
change into the repo directory
cd rollingstock-squib
-
install the prerequisites
bundle
rake
This will create the cards and sheets and then remove the transient _temp
folder. You will find all of the individual cards in the cards
folder, and the assembled card sheets in sheets
.
Cutlines and other options can be toggled in rollingstock/config.rb.
This project is licensed under the MIT License - see the LICENSE file for details
- Toby Mao for http://rollingstock.net and some well formatted company data