Metadata-Version: 2.1
Name: pygme
Version: 0.3.0
Summary: Lightweight computer games written in Python
Home-page: https://github.com/adaros92/pygme
License: MIT
Description: # pygme
        CLI games written in native Python
        
        # Installing
        #### From git clone
        ```
        bash install.sh
        ```
        #### From pypi
        ```
        pip3 install pygme
        ```
        
        # Playing
        See what's available
        ```
        pygme -h
        ```
        Choose game
        ```
        pygme snake
        ```
        Configure game by answering prompted questions and play!
        
        ![A CLI Snake game](https://media.giphy.com/media/QLR9DHzeoqJgihomeM/giphy.gif)
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/markdown
