Bastien Sevajol ecce8aa629 permit to get default tile when requested tile don't exist hace 6 años
synergine2 add logs to terminal hace 6 años
synergine2_cocos2d purge framework of sandboxes and package it hace 7 años
synergine2_xyz permit to get default tile when requested tile don't exist hace 6 años
tests fix tests hace 7 años
.coveragerc fix .coveragerc syntax hace 7 años
.gitignore ignore venv* hace 8 años
.landscape.yaml Create .landscape.yaml hace 7 años
.pyup.yml create pyup.io config file hace 7 años
.travis.yml redis in travis hace 7 años
README.md purge framework of sandboxes and package it hace 7 años
requirements.txt purge framework of sandboxes and package it hace 7 años
setup.py purge framework of sandboxes and package it hace 7 años

README.md

synergine2

Build Status Coverage Status

A framework to build simulation with subject focused.

Install

Synergine is in Alpha development status. To install the lib:

python setup.py develop

To install xyz tools packages:

pip install -e ".[xyz]"

To install cocos2d tools packages:

pip install -e ".[cocos2d]"

 Automated testing

To install tests packages:

pip install -e ".[tests]"

And run tests:

pytest tests