Bastien Sevajol 68174526fe
Update README.md
6 år sedan
synergine2 offer refactored way to remove subject collection 6 år sedan
synergine2_cocos2d Merge pull request #21 from tomlowshang/trailing_slash 6 år sedan
synergine2_xyz enhance move system 6 år sedan
tests Update test_utils.py 6 år sedan
.coveragerc fix .coveragerc syntax 7 år sedan
.gitignore ignore venv* 7 å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 Actor image computing 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.