pyup-bot 79035300b1 Update psutil from 5.4.3 to 5.4.4 6 gadus atpakaļ
synergine2 improve terminal debug log 6 gadus atpakaļ
synergine2_cocos2d typing 6 gadus atpakaļ
synergine2_xyz restore accidently deleted code 6 gadus atpakaļ
tests Adapt code for new move algos 6 gadus atpakaļ
.coveragerc fix .coveragerc syntax 7 gadus atpakaļ
.gitignore maj gitignore 6 gadus atpakaļ
.landscape.yaml Create .landscape.yaml 6 gadus atpakaļ
.pyup.yml create pyup.io config file 6 gadus atpakaļ
.travis.yml add typinf dep for python3.4 6 gadus atpakaļ
README.md Update README.md 6 gadus atpakaļ
requirements.txt Update psutil from 5.4.3 to 5.4.4 6 gadus atpakaļ
setup.py bump version 6 gadus atpakaļ

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.