Bastien Sevajol a40912f7ba add some tests | 6 년 전 | |
---|---|---|
synergine2 | 6 년 전 | |
synergine2_cocos2d | 6 년 전 | |
synergine2_xyz | 6 년 전 | |
tests | 6 년 전 | |
.coveragerc | 7 년 전 | |
.gitignore | 8 년 전 | |
.landscape.yaml | 7 년 전 | |
.pyup.yml | 7 년 전 | |
.travis.yml | 6 년 전 | |
README.md | 6 년 전 | |
requirements.txt | 6 년 전 | |
setup.py | 6 년 전 |
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
Life game (More about life game)
Intelligine, Social bug simulation:
Project github page here.