Skip to content

A minimalistic implementation of the Secret Hitler social deduction game

Notifications You must be signed in to change notification settings

sbj42/secret-hitler-pants

Repository files navigation

Secret Hitler Pants

Node.js CI License: CC BY-NC-SA 4.0

Secret Hitler Pants is a minimalistic implementation of the Secret Hitler social deduction game in TypeScript.

Play it online

You can try it out now at secret-hitler-pants.herokuapp.com. Keep in mind that there is no chat system, so you and your friends should set up a video chat or something on the side.

Run your own server

To run your own server: install Node.js, clone this repo, and run:

npm install
npm run build
npm start

The server will run on localhost:1234 by default. Make sure incoming connections are allowed through your firewall.

Testing

npm run start:dev

will start the server in development mode. To test connecting with multiple users, try creating multiple Chrome user profiles:

mkdir test
mkdir test/user-1
chrome.exe --user-data-dir=test/user-1

Attribution

This work, "Secret Hitler Pants", is a derivative of "Secret Hitler" by Mike Boxleiter, Tommy Maranges, Max Temkin, and Mac Schubert, used under CC BY-NC-SA 4.0.
"Secret Hitler Pants" is licensed under CC BY-NC-SA 4.0 by James Clark.

About

A minimalistic implementation of the Secret Hitler social deduction game

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published