Metadata-Version: 2.1
Name: card-game-analysis
Version: 0.0.3
Summary: Tools to analyse card games
Home-page: https://github.com/nwnordahl/card-game-analysis
Author: Nicolai Warenfors Nordahl
Author-email: nicolaiwnordahl@gmail.com
License: UNKNOWN
Project-URL: Documentation, https://card-game-analysis.rtfd.io
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
License-File: LICENSE

# Card Game Analysis: Tools to analyse card games

This project was started with the motivation of showing how unfair the card game Daifugo is. Please note that the project is under active development, and there's still a lot of things to add.

## Install/Update/Uninstall with [pip](https://pypi.org/project/pip/)

The recommended way to install is by using [pip](https://pypi.org/project/pip/).

### Install

```shell
$ pip install card-game-analysis
```

### Update

```shell
$ pip install -U card-game-analysis
```

### Uninstall

```shell
$ pip uninstall card-game-analysis
```

## Documentation

Documentation is hosted on readthedocs.org:

https://card-game-analysis.readthedocs.io/en/latest

## Relevant links

[Standard 52-card deck Wikipedia article](https://en.wikipedia.org/wiki/Standard_52-card_deck)

[Daifugo Wikipedia article](https://en.wikipedia.org/wiki/Daifug%C5%8D)

## License

Card-game-analysis is [MIT licensed](https://github.com/nwnordahl/card-game-analysis/blob/master/LICENSE).

