Metadata-Version: 1.0
Name: orcwargame
Version: 0.1.0
Summary: a war game
Home-page: https://pypi.org/project/orcwargame/0.1.0/
Author: MaLiang
Author-email: maliang@email.cn
License: LICENSE.txt
Description: Attack of the Orcs
        ==================
        Introduction
        -------------
        This is a command line fantasy war game!
        
        Documentation
        --------------
        Documentation can be found at...
        
        Example Usage
        -------------
        Here is an example to import the modules from this package.
        
        .. code::python
            from wargame.attackoftheorcs import AttackOfTheOrcs
            game = AttackOfTheOrcs()
            game.play()
        
        LICENSE
        -------
        See LICENSE.txt file.
Platform: UNKNOWN
