haochenuw / coupgame

multiplayer coup game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiplayer Coup game

This repo contains a web browser implementation of the board game "Coup". It is written using node.js and socket.io.

Setup

cd server; npm install; npm run dev
cd client; yarn; yarn start

Testing

run npm t from the /server directory. To filter tests, run npx jest -t <pattern>

About

multiplayer coup game


Languages

Language:TypeScript 50.0%Language:JavaScript 39.5%Language:CSS 7.0%Language:HTML 2.5%Language:Dockerfile 1.0%