/PyDominion

Play the popular medieval card game in python!

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

PyDominion

Play the popular medieval card game in python!

Dominion Cover Art

Premise

PyDominion allows you play Dominion in Python. You can play as a Human using input prompts in the terminal or a web version. But more interestingly, you can simulate bots playing Dominion. Wanted to try out a new strategy but don't have the time to play hundreds of games? You're in luck!

Installation

Install PyDominion from PyPI using pip.

pip install pydominion

Usage