Metadata-Version: 1.2
Name: simian-engine
Version: 0.0.1
Summary: A simple 2D game engine implemented with python!
Home-page: https://github.com/Desenho2018-1/simian
Author: Simian
Author-email: simiangameengine@gmail.com
Maintainer: Simian
Maintainer-email: simiangameengine@gmail.com
License: MIT
Description: =====
        Simian
        =====
        
        Simian is a framework thats provides a game engine using pygame.
        
        =====
        Especification
        =====
        
        Python: v3.6.5
        pygame: v1.9.3
        
        Quick Start
        -----------
        
        1. Follow these steps on a terminal::
        
            $ sudo apt-get install python-virtualenv
        
            $ mkdir venv
        
            $ virtualenv venv/games
        
            $ source venv/games/bin/activate
        
        
        2. Then go to the project's root::
        
            (games) $ python3 setup.py build
        
        3. After that your can use either docker/makefile abstraction to run your simian environment
        
        **To quit this virtual environment just type:**
        
        `$ deactivate`
        
        =====
        PyPI
        =====
        
        A more stable version of the package is in: https://pypi.org/project/simian-engine/
Keywords: game,engine,simian
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: Portuguese
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
