最后,纯文本和 JSON 形式的反人类卡片。
贡献
{
"white" : [
" Answer cards in plain text, formatted with **Markdown** " ,
" Vin Diesel "
],
"black" : [
{ "text" : " _Prompt_ cards n formatted with _. " , "pick" : 1 },
{ "text" : " I want a _ **and** _ sandwich! No corners! " , "pick" : 2 }
],
"packs" : {
"${abbr/key}" : {
"name" : " The Base Set " ,
"description" : " Sweet dirty vanilla " ,
"official" : true ,
"white" : [ 0 , 1 , 2 , " indexes for every white card in this pack " ],
"black" : [ 0 , 1 , 2 , " indexes for every black card in this pack " ]
},
"${abbr/key}" : {},
"${abbr/key}" : {}
}
}
{
"${abbr/key}" : {
"name" : " The Base Set " ,
"description" : " Sweet dirty vanilla " ,
"official" : true ,
"white" : [
{
"text" : " Answer cards in plain text, formatted with **Markdown** " ,
"pack" : " base "
}
],
"black" : [
{
"text" : " _Prompt_ cards n formatted with _. " ,
"pick" : 1 ,
"pack" : " base "
}
]
},
"${abbr/key}" : {},
"${abbr/key}" : {}
}
有多少张卡?检查网站。
CAH是什么字体? Cards Against Humanity 卡片采用 Helvetica® Neue 格式。它不是免费的。我使用 Inter Medium。
您与 __ 有关联吗?没有,只有在梦里。
我刚刚开始,有很多问题。您可以在 Twitter 上通过 @crhallberg 联系我。我很想听听你的消息!如果担心隐私问题,我的私信是开放的。
这合法吗?是的。 Cards Against Humanity 根据 Creative Commons BY-NC-SA 4.0 许可证分发。我认为他们的网站说得最好:
我们允许您根据有限的 Creative Commons BY-NC-SA 4.0 许可证使用反人类卡片。这意味着当(且仅当)您做了所有这些事情时,您才可以使用我们的写作:
- 让您的作品完全免费。
- 在我们使用的同一知识共享许可下与其他人分享您的作品。
- 请给予我们您项目的信任。
如果您有疑问或文件另有说明,请联系我,我们可以解决这个问题。
主要来源是我通过 Board Game Geek 找到的 Google Sheet。之前的来源包括 Hangouts Against Humanity、Pretend You're Xyzzy 以及来自像您这样的观众的贡献。
该项目包含一个脚本,可自动更新来自源 Google Sheet 的紧凑 JSON 文件。为了运行tools/update-from-sheets.mjs
,您需要将凭证JSON文件放入tools/
文件夹中。您可以按照 Google Sheets API 快速入门指南获取凭据文件。之后,您可以使用npm run update-cards
。