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

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