Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haochenuw/coupgame

multiplayer coup game
https://github.com/haochenuw/coupgame

Last synced: about 21 hours ago
JSON representation

multiplayer coup game

Awesome Lists containing this project

README

        

# 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 `