Missive is an open source, text-based, card game based on the popular game Love Letter. Missive uses the standard output to display the game state and the standard input to receive user input.
Missive runs on Make and CMake. To install Missive, run the following commands:
git clone (this repository)
cd missive
make
To run Missive, run the following command:
./build/missive
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
The rules of Missive are very similar to the rules of Love Letter. The main difference is that Missive has had the names of the cards changed to be more appropriate for the game. The rules for Love Letter can be found here: The Rules of Love Letter (Ultra Board Games).