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.
Example rendered results: https://imgur.com/a/c4oIM
If you just want to print a copy of the game, grab one of the pre-rendered Releases from this repo once they exist. Until then, 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
- install the prerequisites
bundle
rake
This will run ruby rollingstock.rb
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