Bastien Sevajol b6ab205fb0 offer refactored way to remove subject collection | пре 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.