Metadata-Version: 2.1
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
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
Requires-Dist: atomicwrites (==1.1.5)
Requires-Dist: attrs (==18.1.0)
Requires-Dist: certifi (==2018.4.16)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: codecov (==2.0.15)
Requires-Dist: contextlib2 (==0.5.5)
Requires-Dist: coverage (==4.5.1)
Requires-Dist: idna (==2.6)
Requires-Dist: mock (==2.0.0)
Requires-Dist: more-itertools (==4.2.0)
Requires-Dist: pbr (==4.0.4)
Requires-Dist: pip (==10.0.1)
Requires-Dist: pkginfo (==1.4.2)
Requires-Dist: pluggy (==0.6.0)
Requires-Dist: py (==1.5.3)
Requires-Dist: pygame (==1.9.3)
Requires-Dist: pytest (==3.6.1)
Requires-Dist: pytest-cov (==2.5.1)
Requires-Dist: requests (==2.18.4)
Requires-Dist: requests-toolbelt (==0.8.0)
Requires-Dist: setuptools (==39.2.0)
Requires-Dist: simian (==2.0.0)
Requires-Dist: six (==1.11.0)
Requires-Dist: tqdm (==4.23.4)
Requires-Dist: twine (==1.11.0)
Requires-Dist: urllib3 (==1.22)
Requires-Dist: wheel (==0.31.1)

## 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`


