Bastien Sevajol 4a244cfc48
Merge pull request #48 from buxx/pyup-scheduled-update-2018-08-27
5 years ago
synergine2 permit shared index with subject ids 5 years ago
synergine2_cocos2d add gui methods and behaviour decorators 5 years ago
synergine2_xyz get_values_for_path_as_dict 5 years ago
tests permit shared index with subject ids 5 years ago
.coveragerc fix .coveragerc syntax 6 years ago
.gitignore maj gitignore 6 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
LICENSE Create LICENSE 5 years ago
README.md Update README.md 6 years ago
requirements.txt Update pytest from 3.7.2 to 3.7.3 5 years ago
setup.py bump version 6 years ago

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.