Bastien Sevajol 6b15d6c6a5 test req 6 anni fa
synergine2 remove intentions 6 anni fa
synergine2_cocos2d interrupt simulation if sigterm terminal package is read 6 anni fa
synergine2_xyz remove intentions 6 anni fa
tests fix processing test 6 anni fa
.coveragerc fix .coveragerc syntax 7 anni fa
.gitignore ignore venv* 7 anni fa
.landscape.yaml Create .landscape.yaml 6 anni fa
.pyup.yml create pyup.io config file 6 anni fa
.travis.yml add typinf dep for python3.4 6 anni fa
README.md Update README.md 6 anni fa
requirements.txt test req 6 anni fa
setup.py test req 6 anni fa

README.md

synergine2

Build Status Coverage Status

A framework to build simulation with subject focused.

Install

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]"

 Automated testing

To install tests packages:

pip install -e ".[tests]"

And run tests:

pytest tests

Synergine 1 graphic usage examples

Life game (More about life game)

Lifegame

Intelligine, Social bug simulation:

Project github page here.