pydominion

Play the infamous medieval deck-building strategy game in Python!


License
CNRI-Python-GPL-Compatible
Install
pip install pydominion==0.1.0

Documentation

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