Metadata-Version: 2.1
Name: dicewars-pygame
Version: 0.1.0
Summary: DiceWars game GUI, based on pygame and dicewars
Home-page: https://github.com/scotty007/dicewars_pygame
Author: Thomas Schott
Author-email: scotty@c-base.org
License: UNKNOWN
Description: # dicewars_pygame #
        
        A DiceWars game GUI (frontend) for
        [*dicewars*](https://github.com/scotty007/dicewars),
        based on [*pygame*](https://www.pygame.org).
        
        **dicewars_pygame** runs **single player vs. up to 7 AI players** matches.
        It should work on all platforms supported by
        [*pygame*](https://www.pygame.org/wiki/GettingStarted)
        and Python>=3.7.
        
        ![start screen](screenshot_01.png 'Start screen')
        
        ![match screen](screenshot_02.png 'Match screen')
        
        ## Installation & Start ##
        
        The following commands may (or should) be executed in a Python 3 virtual env.
        
        **dicewars_pygame** can be started w/o installation from inside the
        top-level source directory:
        
            $ pip install -r requirements.txt
            $ python -m dicewars_pygame.main
        
        ### Installation from PyPI ###
        
        **dicewars_pygame** is available on
        [The Python Package Index](https://pypi.org/project/dicewars_pygame/):
        
            $ pip install dicewars_pygame
            $ dicewars_pygame
        
        ### Installation from source ###
        
            $ pip install .
            # or
            $ python setup.py install
            # then
            $ dicewars_pygame
        
        ### Options ###
        
        Attack/supply step intervals during matches can be adjusted via the
        ``-i``/``--interval`` command line argument.
        
        ## License ##
        
        **dicewars_pygame** is distributed under the terms of the
        [GPLv3+](https://www.gnu.org/licenses/gpl-3.0).
        
Platform: UNKNOWN
Classifier: Topic :: Games/Entertainment :: Board Games
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Python: >=3.7
Description-Content-Type: text/markdown
