pyup-bot 28aa2d0146 Update pytest from 3.3.1 to 3.3.2 6 anos atrás
synergine2 name processes and enhance a test 6 anos atrás
synergine2_cocos2d allow execute terminal as main process 6 anos atrás
synergine2_xyz add stuff to layers (will move in sub projects) 6 anos atrás
tests Merge branch 'master' of github.com:buxx/synergine2 6 anos atrás
.coveragerc fix .coveragerc syntax 7 anos atrás
.gitignore ignore venv* 7 anos atrás
.landscape.yaml Create .landscape.yaml 6 anos atrás
.pyup.yml create pyup.io config file 6 anos atrás
.travis.yml add typinf dep for python3.4 6 anos atrás
README.md Update README.md 6 anos atrás
requirements.txt Update pytest from 3.3.1 to 3.3.2 6 anos atrás
setup.py allow execute terminal as main process 6 anos atrás

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.