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.