A modern, good-looking NodeJS based Cards Against Humanity game server with support for JSON Against Humanity sets!
-
Clone the repository:
git clone https://github.com/WendellTech/Node-Against-Humanity cd Node-Against-Humanity -
Install dependencies:
npm install
-
Configure (optional): Edit the
config.jsonfile to customize your server settings:{ "allowSameNames": false, "roomsFunctionality": true }allowSameNames: When false, prevents players with the same name from joining a lobby.roomsFunctionality: When true, enables the public room listing feature.
-
Start the server:
npm start
-
Access the game:
- Open your browser and navigate to
http://localhost:3000.
- Open your browser and navigate to