Bastien Sevajol 8fb6fda453 clear code (remove specific code) 6 lat temu
synergine2 rename config 6 lat temu
synergine2_cocos2d clear code (remove specific code) 6 lat temu
synergine2_xyz add stuff to layers (will move in sub projects) 6 lat temu
tests clean logging system 6 lat temu
.coveragerc fix .coveragerc syntax 7 lat temu
.gitignore ignore venv* 7 lat temu
.landscape.yaml Create .landscape.yaml 6 lat temu
.pyup.yml create pyup.io config file 6 lat temu
.travis.yml add typinf dep for python3.4 6 lat temu
README.md Update README.md 6 lat temu
requirements.txt Update pytest from 3.3.1 to 3.3.2 6 lat temu
setup.py allow execute terminal as main process 6 lat temu

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.