Metadata-Version: 2.1
Name: pydominion
Version: 0.1.0
Summary: Play the infamous medieval deck-building strategy game in Python!
Home-page: https://github.com/GrandMoff100/PyDominion
License: GPL-3.0-or-later
Author: Nate
Author-email: minecraftcrusher100@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/GrandMoff100/PyDominion
Description-Content-Type: text/markdown

# PyDominion

Play the popular medieval card game in python!

![Dominion Cover Art](http://wiki.dominionstrategy.com/images/thumb/6/61/BaseArt.jpg/1280px-BaseArt.jpg)

## 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`.

```bash

pip install pydominion

```

## Usage

