Metadata-Version: 2.1
Name: pyplayscii
Version: 0.1.4
Summary: Object oriented ascii art python game engine
Home-page: https://github.com/k2sebeom/pyplayscii
Author: SeBeom Lee
License: UNKNOWN
Description: <p align="center">
          <img src="https://github.com/k2sebeom/pyplayscii/blob/master/src/img/PlayScii.png" width=700 height=200>
        </p>
        
        [![PyPI version](https://badge.fury.io/py/pyplayscii.svg)](https://badge.fury.io/py/pyplayscii)
        [![image](https://img.shields.io/pypi/pyversions/pyplayscii.svg)](https://pypi.python.org/pypi/pyplayscii)
        ![Build Status](https://github.com/k2sebeom/pyplayscii/workflows/Build%20Status/badge.svg?branch=master)
        [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/k2sebeom/pyplayscii/blob/master/LICENSE)
        
        ------
        
        ## Description
        PyPlayScii is a Python package that enables an simple object oriented implementation of ascii art games. By asigning the shapes of the game objects by texts seprated by newline characters and determining what to do every frame, you can quickly implement an ascii art game which can be run directly on terminal window. The following shows an example of an ascii art game implemented by PyPlayScii.
        
        Click the image to watch Galaga made with PyPlayscii!!
        
        <p align=center>
          <a href="https://www.youtube.com/watch?v=H7KVIrGrmZE">
            <img alt="Youtube Video of Playscii Game" src="https://img.youtube.com/vi/H7KVIrGrmZE/0.jpg"></a>
        </p>
        
        ## Features
        
        | System | Linux | macOS | Windows |
        | :---: | :---: | :---: | :---: |
        | Status | [![Unit Test (Ubuntu)](https://github.com/k2sebeom/pyplayscii/workflows/Unit%20Test%20(Ubuntu)/badge.svg?branch=master)](https://github.com/k2sebeom/pyplayscii/actions?query=workflow%3A%22Unit+Test+%28Ubuntu%29%22) | [![Unit Test (macOS)](https://github.com/k2sebeom/pyplayscii/workflows/Unit%20Test%20(macOS)/badge.svg?branch=master)](https://github.com/k2sebeom/pyplayscii/actions?query=workflow%3A%22Unit+Test+%28macOS%29%22) | [![Unit Test (Windows)](https://github.com/k2sebeom/pyplayscii/workflows/Unit%20Test%20(Windows)/badge.svg?branch=master)](https://github.com/k2sebeom/pyplayscii/actions?query=workflow%3A%22Unit+Test+%28Windows%29%22) |
        
        * Easy implementation of ascii style games on terminal screen
        * Supports Windows 10, Ubuntu, and macOs => Tested on github action
        * Support python 3.6, 3.6, 3.8 => Tested on github action
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
