pyup-bot 5567b8805d Update pytest-mock from 1.9.0 to 1.10.0 6 år sedan
synergine2 improve terminal debug log 6 år sedan
synergine2_cocos2d typing 6 år sedan
synergine2_xyz restore accidently deleted code 6 år sedan
tests Adapt code for new move algos 6 år sedan
.coveragerc fix .coveragerc syntax 7 år sedan
.gitignore maj gitignore 6 år sedan
.landscape.yaml Create .landscape.yaml 6 år sedan
.pyup.yml create pyup.io config file 6 år sedan
.travis.yml add typinf dep for python3.4 6 år sedan
README.md Update README.md 6 år sedan
requirements.txt Update pytest-mock from 1.9.0 to 1.10.0 6 år sedan
setup.py bump version 6 år sedan

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.