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.
- Host: GitHub
- URL: https://github.com/vitorwlima/coup
- Owner: vitorwlima
- Created: 2022-04-05T22:20:33.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T21:36:53.000Z (about 1 year ago)
- Last Synced: 2025-04-06T21:55:46.669Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://coup-vitorwlima.vercel.app/
- Size: 10 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```