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.