pyup-bot ebc14ce0c8 Update py from 1.5.3 to 1.5.4 il y a 5 ans
synergine2 permit shared index with subject ids il y a 5 ans
synergine2_cocos2d add gui methods and behaviour decorators il y a 6 ans
synergine2_xyz restore accidently deleted code il y a 6 ans
tests permit shared index with subject ids il y a 5 ans
.coveragerc fix .coveragerc syntax il y a 7 ans
.gitignore maj gitignore il y a 6 ans
.landscape.yaml Create .landscape.yaml il y a 6 ans
.pyup.yml create pyup.io config file il y a 6 ans
.travis.yml add typinf dep for python3.4 il y a 6 ans
README.md Update README.md il y a 6 ans
requirements.txt Update py from 1.5.3 to 1.5.4 il y a 5 ans
setup.py bump version il y a 6 ans

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.