Bastien Sevajol cb5d52a3bb
Merge pull request #47 from buxx/pyup-scheduled-update-2018-08-20
пре 5 година
synergine2 permit shared index with subject ids пре 5 година
synergine2_cocos2d add gui methods and behaviour decorators пре 5 година
synergine2_xyz get_values_for_path_as_dict пре 5 година
tests permit shared index with subject ids пре 5 година
.coveragerc fix .coveragerc syntax пре 7 година
.gitignore maj gitignore пре 6 година
.landscape.yaml Create .landscape.yaml пре 6 година
.pyup.yml create pyup.io config file пре 6 година
.travis.yml add typinf dep for python3.4 пре 6 година
LICENSE Create LICENSE пре 5 година
README.md Update README.md пре 6 година
requirements.txt Update pytest from 3.7.1 to 3.7.2 пре 5 година
setup.py bump version пре 6 година

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.