Skip to content
/ missive Public

A text-based, single-player card game written in C++.

License

Notifications You must be signed in to change notification settings

josola/missive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Missive 🖥️

Issues License Last Commit

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.

Installation

Missive runs on Make and CMake. To install Missive, run the following commands:

git clone (this repository)
cd missive
make

Usage

To run Missive, run the following command:

./build/missive

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Game Rules

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).