Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.13 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.13 KB

Coup Rebellion Game Generator

Reviewed by Hound

This command line interface allows you to generate coup games with special characters available in the Coup Rebellion G54 Game.

Installation

To install this module from npm type the following command.

$ npm install --global coup

Usage

Generate

To generate a game simply type the following command.

$ coup generate

This will display 5 cards: 1 communications, 1 force, 1 finance, and 2 special interest cards which are what are needed to play a coup rebellion game. This command will also print out a game seed which you can send to other players so that they can view the same cards and rules as your game generation.

Load

After you or a player generates a game, a game seed will be provided. To view the same cards as the original generation, type the following command.

$ coup load --seed <game-seed>

Where game-seed is a 5 digit number representing a specific game setup.

Contribution

This project is open source, all improvements to the CLI are welcome 🙌.