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

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