Metadata-Version: 1.1
Name: pyrogi
Version: 0.1.3
Summary: A feature-rich roguelike game engine focused on ease of development and beauty through text graphics.
Home-page: https://github.com/BenWeedon/pyrogi
Author: Ben Weedon
Author-email: ben.weedon@outlook.com
License: GPLv3
Download-URL: https://github.com/BenWeedon/pyrogi/archive/v0.1.0.tar.gz
Description: pyrogi
        ======
        
        .. image:: https://readthedocs.org/projects/pyrogi/badge/?version=latest
            :target: http://pyrogi.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        .. image:: https://travis-ci.org/BenWeedon/pyrogi.svg?branch=master
            :target: https://travis-ci.org/BenWeedon/pyrogi
            :alt: Test Status
        .. image:: https://coveralls.io/repos/github/BenWeedon/pyrogi/badge.svg?branch=master
            :target: https://coveralls.io/github/BenWeedon/pyrogi?branch=master
            :alt: Test Coverage
        .. image:: https://img.shields.io/pypi/v/pyrogi.svg
            :target: https://pypi.python.org/pypi/pyrogi
            :alt: PyPi
        .. image:: https://img.shields.io/pypi/pyversions/pyrogi.svg
            :target: https://pypi.python.org/pypi/pyrogi
            :alt: Python Versions
        
        A feature-rich roguelike game engine focused on ease of development and beauty
        through text graphics.
        
        **THIS IS STILL VERY MUCH UNDER CONSTRUCTION AND IN A NON-FUNCTIONAL STATE**
        
Keywords: game,engine,game-engine,roguelike,ascii
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Games/Entertainment
