This repository contains plain text files of the question and answer cards for Cards Against Humanity.
The repository also contains a json file representing all cards, and a ruby script to split the json files
into question.txt and answers.txt.
Wouldn’t it be nice to use these text files to seed a database?
questions.txt– original questionsanswers.txt– original answerssource/cards.json– A json file represnting cardssplitter.rb– A script used to splitcards.jsonintoquestions.txtandanswers.txt
- I am not the creator of Cards Against Humanity
- This repository is issued under the Attribution-NonCommercial 3.0 Unported license
- The JSON file of cards is based on samurailink3/hangouts-against-humanity they did the hard work. I think.