Bastien Sevajol 49c36c1720 add typinf dep for python3.4 6 years ago
synergine2 add logs to terminal 6 years ago
synergine2_cocos2d purge framework of sandboxes and package it 6 years ago
synergine2_xyz add util to xyz tools 6 years ago
tests fix tests 6 years ago
.coveragerc fix .coveragerc syntax 7 years ago
.gitignore ignore venv* 7 years ago
.landscape.yaml Create .landscape.yaml 6 years ago
.pyup.yml create pyup.io config file 6 years ago
.travis.yml add typinf dep for python3.4 6 years ago
README.md Update README.md 6 years ago
requirements.txt purge framework of sandboxes and package it 6 years ago
setup.py add typinf dep for python3.4 6 years ago

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.