Bastien Sevajol ecce8aa629 permit to get default tile when requested tile don't exist | 6 年 前 | |
---|---|---|
synergine2 | 6 年 前 | |
synergine2_cocos2d | 7 年 前 | |
synergine2_xyz | 6 年 前 | |
tests | 7 年 前 | |
.coveragerc | 7 年 前 | |
.gitignore | 8 年 前 | |
.landscape.yaml | 7 年 前 | |
.pyup.yml | 7 年 前 | |
.travis.yml | 7 年 前 | |
README.md | 7 年 前 | |
requirements.txt | 7 年 前 | |
setup.py | 7 年 前 |
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