Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 448 Bytes

README.rst

File metadata and controls

18 lines (13 loc) · 448 Bytes

Mahjong

Abstract away the logic of Mahjong games (for oh, it is complicated!) Only worry about the representation.

Example Usage

>>> import mahjong
>>> game = mahjong.Game()
>>> question = game.play()
>>> next_question = question.answer(...)
>>> ...

For full usage see the docs: https://mahjong.rtfd.io (once it's up) or https://github.com/Kenny2github/mahjong/wiki until then.