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
        
        A simple 2D game engine implemented with python, using pygame!
        
        ## Especification
        
        Python: v3.6.5
        pygame: v1.9.3
        
        ## How to setup your environment to contribute to this project
        
        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 our simian folder (where you can see setup.py):
        
        `(games) $ python3 setup.py build`
        
        **To quit this virtual environment just type:**
        
        `$ deactivate`
        
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
