Metadata-Version: 1.2
Name: python-mahjong
Version: 2.0.0rc1
Summary: Abstract away the logic of mahjong games.
Home-page: https://github.com/Kenny2github/mahjong
Author: Ken Hilton
License: LGPLv3+
Description: Mahjong
        -------
        
        Abstract away the logic of Mahjong games (for oh, it is complicated!)
        Only worry about the representation.
        
        Example Usage
        =============
        
        .. code-block:: python
        
            >>> import mahjong
            >>> game = mahjong.Game()
            >>> question = game.play()
            >>> next_question = question.answer(...)
            >>> ...
        
        For full usage see the docs:
        https://github.com/Kenny2github/mahjong/wiki
Keywords: mahjong game engine
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Games/Entertainment :: Board Games
Classifier: Topic :: Games/Entertainment :: Turn Based Strategy
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7
