Bastien Sevajol ecce8aa629 permit to get default tile when requested tile don't exist | hace 6 años | |
---|---|---|
synergine2 | hace 6 años | |
synergine2_cocos2d | hace 7 años | |
synergine2_xyz | hace 6 años | |
tests | hace 7 años | |
.coveragerc | hace 7 años | |
.gitignore | hace 8 años | |
.landscape.yaml | hace 7 años | |
.pyup.yml | hace 7 años | |
.travis.yml | hace 7 años | |
README.md | hace 7 años | |
requirements.txt | hace 7 años | |
setup.py | hace 7 años |
A framework to build simulation with subject focused.
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]"
To install tests packages:
pip install -e ".[tests]"
And run tests:
pytest tests