Bastien Sevajol 87dba5b1ad add gui methods and behaviour decorators hace 5 años
synergine2 add gui methods and behaviour decorators hace 5 años
synergine2_cocos2d add gui methods and behaviour decorators hace 5 años
synergine2_xyz restore accidently deleted code hace 6 años
tests add missing file hace 6 años
.coveragerc fix .coveragerc syntax hace 7 años
.gitignore maj gitignore hace 6 años
.landscape.yaml Create .landscape.yaml hace 6 años
.pyup.yml create pyup.io config file hace 6 años
.travis.yml add typinf dep for python3.4 hace 6 años
README.md Update README.md hace 6 años
requirements.txt Update pytest from 3.6.0 to 3.6.1 hace 6 años
setup.py bump version hace 6 años

README.md

synergine2

Build Status Coverage Status Codacy Badge

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.