Bastien Sevajol cb5d52a3bb
Merge pull request #47 from buxx/pyup-scheduled-update-2018-08-20
5 anni fa
synergine2 permit shared index with subject ids 5 anni fa
synergine2_cocos2d add gui methods and behaviour decorators 5 anni fa
synergine2_xyz get_values_for_path_as_dict 5 anni fa
tests permit shared index with subject ids 5 anni fa
.coveragerc fix .coveragerc syntax 7 anni fa
.gitignore maj gitignore 6 anni fa
.landscape.yaml Create .landscape.yaml 6 anni fa
.pyup.yml create pyup.io config file 6 anni fa
.travis.yml add typinf dep for python3.4 6 anni fa
LICENSE Create LICENSE 5 anni fa
README.md Update README.md 6 anni fa
requirements.txt Update pytest from 3.7.1 to 3.7.2 5 anni fa
setup.py bump version 6 anni fa

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.