Bastien Sevajol 17a50eb357 add doogies 6 년 전
synergine2 add doogies 6 년 전
synergine2_cocos2d Add a PathManager to permit override file usage prior 6 년 전
synergine2_xyz remove intentions 6 년 전
tests Add a PathManager to permit override file usage prior 6 년 전
.coveragerc fix .coveragerc syntax 7 년 전
.gitignore ignore venv* 7 년 전
.landscape.yaml Create .landscape.yaml 6 년 전
.pyup.yml create pyup.io config file 6 년 전
.travis.yml add typinf dep for python3.4 6 년 전
README.md Update README.md 6 년 전
requirements.txt test req 6 년 전
setup.py test req 6 년 전

README.md

synergine2

Build Status Coverage Status

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.