Skip to content

Instantly share code, notes, and snippets.

@jmfergeau
Created July 30, 2025 17:17
Show Gist options
  • Save jmfergeau/b4d29cb6eed3af3f2a7dbed61b34c2a1 to your computer and use it in GitHub Desktop.
Save jmfergeau/b4d29cb6eed3af3f2a7dbed61b34c2a1 to your computer and use it in GitHub Desktop.
A short template to make your card decks for the game Guilty as Sock! Without needing to use the in-game editor. The "isValid" must be set to false if there are less than 20 cards. It's a json but it must be saved as txt to be imported.
{
"deckName": "Deck name",
"isValid": true,
"proofs": [
{
"content": "Proof name",
"tagline": "A short funny description.",
"cardType": 3
},
{
"content": "Another proof name",
"tagline": "A short funny description.",
"cardType": 3
},
{
"content": "A third proof name",
"tagline": "A short funny description.",
"cardType": 3
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment