This is a murder mystery for 8 players, where the names/pronouns can be changed programmatically for most of the characters.
For a compiled, playable game with PDFs using all the default character names, see the releases.
To generate the game with your own character names and pronouns, complete the instructions below, in order. I recommend using your guests' actual names. That way, everyone just has to learn one set of names at the party.
- Assign the characters to the actual people in
character assign.txt. - Do all the replacements in the
pronouns_and_replacments.txt. Use people's actual names to make things easier. There are some defaults in there which you can run to generate a working game. - Change the text in
Newspaper.mdto reflect the date and location (this is the invite) - Run
generate_game.shin bash. - The generated files are all in the
_generated_gamefolder - (Optional) Run
Character_assign.sh, which will create a file calledCharacter assign Generated.txtwith all the names of the participants
Requires bash and pandoc (with Latex) for the scripts to run.