No project description provided
Project description
Tichu is a 4-player trick-taking game where you play with a partner and wager on whether or not you will go out first. It is not an exceptionally complicated game, but it does present a number of interesting strategic decisions for players to make.
In an effort to better understand and inform some of these decisions, tich_me downloads game data from thousands of games played on BrettSpielWelt and provides tools to analyze this data. This allows your decision-making to be guided by quantitative information, rather than by intuition.
Installation
Install using pip:
pip install tich_me
You can confirm that the installation succeeded by running this command:
tich_me -h
Usage
The first step is to download Tichu game logs from BrettSpielWelt and to extract the relevant information into a local database:
tich_me download
Note that game logs are downloaded by month. The default month is the most recent one for which no games have been downloaded yet, but it is also possible to specify a particular month.
Once this is done, the analysis scripts can be run. The only analysis currently available looks at the probability of being passed particular cards, conditional on calling Grand Tichu:
tich_me analyze passing
This produces the following results:
A broad rule of thumb is that your probability of being passed a 2 is about ½, a 3 is about ⅓, a 4 is about ¼, and so on all the way up to 10. If you call Grand Tichu, you are very likely to receive an Ace from your partner and the dog from your opponent. But your are no more likely than usual to receive 2’s or 3’s from your opponents, which surprised me a bit.
Contributing
If you are interested in studying a particular aspect of Tichu strategy, consider using tich_me to do your analysis. The hard work of downloading, parsing, and organizing game data is already done, so you can start doing your analysis right away. And if you do implement a new analysis, please consider making a pull request! Bug reports are also very welcome.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file tich_me-0.1.3.tar.gz
.
File metadata
- Download URL: tich_me-0.1.3.tar.gz
- Upload date:
- Size: 129.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b3ca6fa9234044c98cbf6fc7f89eed71a15f8dd5ebae87b051bd285a794e703 |
|
MD5 | 136fdfe6e19a720f0404feefdba2bb4d |
|
BLAKE2b-256 | e9693a9398f92700dde4eaf46264e6ed2646872e651ab95509181b3bf62734ac |