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

https://github.com/vitorwlima/coup

🎮 Online card game about manipulation.
https://github.com/vitorwlima/coup

Last synced: about 1 month ago
JSON representation

🎮 Online card game about manipulation.

Awesome Lists containing this project

README

        

# Coup

You are head of a family in an Italian city-state, a city run by a weak and corrupt court. You need to manipulate, bluff and bribe your way to power. Your object is to destroy the influence of all the other families, forcing them into exile. Only one family will survive...

In **Coup**, you want to be the last player with influence in the game, with influence being represented by face-down character cards in your playing area.

> Find more about game rules here: https://boardgamegeek.com/boardgame/131357/coup

## Run the project locally

```bash
# Start server
cd server && yarn dev

# Start client
cd client && yarn dev
```