最後,純文字和 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。
您與 __ 有關聯嗎?沒有,只有在夢裡。
我剛開始,有很多問題。我很想聽聽你的消息!如果擔心隱私問題,我的私訊是開放的。
這樣合法嗎?是的。 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
。