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

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