Metadata-Version: 2.4
Name: pycoup
Version: 0.0.2
Summary: The board game Coup implemented in Python.
Author: MrValdez
Author-email: MrValdez <shunyvaldez@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Project-URL: Homepage, https://github.com/MrValdez/Coup
Project-URL: Issues, https://github.com/MrValdez/Coup/issues
Description-Content-Type: text/markdown

Coup is a bluffing card game where the players are politicians. Corrupt politicians. The objective of the game is to expose the other players as more corrupt than you are.

More information on the game can be found here: http://boardgamegeek.com/boardgame/131357/coup


For this clone, I focused on making unit test for the game mechanics. I know this game very well and I've seen all of the possible interactions in the base game.


To play, type "python -m pycoup" in your console/terminal.
