Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1 KB

README.textile

File metadata and controls

21 lines (14 loc) · 1 KB

Plain Text Cards Against Humanity

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?

Files

  • questions.txt – original questions
  • answers.txt – original answers
  • source/cards.json – A json file represnting cards
  • splitter.rb – A script used to split cards.json into questions.txt and answers.txt

Credit & Licensing