Skip to content

Morriar/coders_against_humanity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coders Against Humanity

A Node.JS implementation of the famous game Cards Against Humanity.

Pre-Requisites

  • nodejs >= 0.10
  • npm >= 1.3.10
  • express >= 4.12.4
  • mongodb >= 2.4.9

Installation

make install

Load cards data

make populate

By default, cards are loaded from data/deck2.json which is a combination of many decks from JSON Against Humanity.

Starting server

make run

The server will be ready at http://localhost:3000.

About

A Cards Against Humanity variant implemented in NodeJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published