pyup-bot 332aa29c19 Update pytest-mock from 1.8.0 to 1.9.0 6 年之前
synergine2 improve terminal debug log 6 年之前
synergine2_cocos2d typing 6 年之前
synergine2_xyz restore accidently deleted code 6 年之前
tests Adapt code for new move algos 6 年之前
.coveragerc fix .coveragerc syntax 7 年之前
.gitignore maj gitignore 6 年之前
.landscape.yaml Create .landscape.yaml 6 年之前
.pyup.yml create pyup.io config file 6 年之前
.travis.yml add typinf dep for python3.4 6 年之前
README.md Update README.md 6 年之前
requirements.txt Update pytest-mock from 1.8.0 to 1.9.0 6 年之前
setup.py bump version 6 年之前

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.