pyup-bot f918e6cf58 Update pillow from 5.0.0 to 5.1.0 vor 6 Jahren
synergine2 improve terminal debug log vor 6 Jahren
synergine2_cocos2d typing vor 6 Jahren
synergine2_xyz restore accidently deleted code vor 6 Jahren
tests Adapt code for new move algos vor 6 Jahren
.coveragerc fix .coveragerc syntax vor 7 Jahren
.gitignore maj gitignore vor 6 Jahren
.landscape.yaml Create .landscape.yaml vor 6 Jahren
.pyup.yml create pyup.io config file vor 6 Jahren
.travis.yml add typinf dep for python3.4 vor 6 Jahren
README.md Update README.md vor 6 Jahren
requirements.txt Update pillow from 5.0.0 to 5.1.0 vor 6 Jahren
setup.py bump version vor 6 Jahren

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.