Metadata-Version: 1.2
Name: gamepkg-jean
Version: 2.0.3
Summary: game pkg real
Home-page: https://pypi.org/project/gamepkg-jean/
Author: jeancarlo
Author-email: jeantardelli@gmail.com
License: LICENSE.txt
Description: Attack of the Orcs
        ==================
        
        Introduction
        -------------
        This is a command line fantasy war game!
        
        Documentation
        --------------
        Documentation can be found here_
        
        .. _here: https://wargamerepo.readthedocs.io/en/latest/?
        
        Example Usage
        -------------
        Here is an example to import the modules from this package.
        
        .. code-block:: python
        
            from wargame.attackoftheorcs import AttackOfTheOrcs
            game = AttackOfTheOrcs()
            game.play()
        
        
        LICENSE
        -------
        See LICENSE.txt file.
        
Platform: UNKNOWN
Requires-Python: >=3
