MahjongRepository / mahjong

Implementation of riichi mahjong related stuff (hand cost, shanten, agari end, etc.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mahjong lib

This library can calculate hand cost (han, fu with details, yaku, and scores) for riichi mahjong (Japanese version).

Also calculating of shanten is supported.

The code was validated on tenhou.net phoenix replays in total on 11,120,125 hands.

So, we can say that our hand calculator works the same way that tenhou.net hand calculation.

How to install

pip install mahjong

Supported rules and usage examples

You can find usage examples and information about all supported rules variations in the wiki

About

Implementation of riichi mahjong related stuff (hand cost, shanten, agari end, etc.)

License:MIT License


Languages

Language:Python 99.9%Language:Makefile 0.1%