Skip to content

MoMaT/2r1b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2r1b

Character card generator for "Two room and a boom" game. Intended to replace the original print & play version which is quite ugly and does not contain useful description of the roles.

Released to Public Domain (under the terms of the CC0 licence).

I have changed names of some characters, either to shorten it and fit on the card better, or to make more sense:

  • Tuesday Knight -> Hero
  • Psychologist -> Therapist

You can edit the descriptions of the roles in data/cards.json.

The setup of a page is 2x4 cards on A4 page in landscape orientation. Each card is 59mm width and 92mm height.

To set cards on a page, change lines like this in build.py:

roles = "President, Bomber, Doctor, Engineer, Nurse, Tinkerer, President's daughter, Martyr"
pages.append([cards[name] for name in roles.split(", ")])

Some characters have cards in both colours and take 2 slots on a page:

roles = "Negotiator, Coy boy, Angel, Demon"
pages.append([cards[name] for name in roles.split(", ")])

Check how the cards look when printed and put in black back sleeves.

About

Two room and a boom cards generator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages