Link to play: https://online-coup.herokuapp.com/
This version of Coup can be played online with 2-8 players and features a lobby, player chat, turn log, and action statistics.
Link to the official rules: https://www.ultraboardgames.com/coup/game-rules.php
- With 7 or 8 players, the deck will have 20 total cards (4 of each character).
- If you do not go first or last, a dashed line will clarify your turn order. Turns pass in a clockwise fashion, and the first player is decided randomly.
- A coup involves a character guess and will be unsuccessful if the guess is incorrect (i.e. the targeted player does not possess that character).
- Stealing from a player with 0 coins produces no net gain or loss of coins from either side if successful.
Refer to the in-game rules panel for additional clarification.
- Online Coup is currently in beta testing. It may take time to load some images, and bugs may occur while playing.
- When using a mobile device (not recommended), play in landscape mode for the best experience.
- Please use the LEAVE button to exit a room or a game.
- Online Coup was developed using React and boardgame.io.
- Icons come from Font Awesome.
- Images come from the original Coup board game by Indie Boards & Cards (released 2012). Designer, artist, and publisher credits can be found here.
- Fork the repository.
- Run
npm install
to install the packages. - Run
npm start
to run the client. - In a separate terminal, run
npm run serve
to run the server.