# synergine2 [![Build Status](https://travis-ci.org/buxx/synergine2.svg?branch=master)](https://travis-ci.org/buxx/synergine2) [![Coverage Status](https://coveralls.io/repos/github/buxx/synergine2/badge.svg?branch=master)](https://coveralls.io/github/buxx/synergine2?branch=master) 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](http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)) [![Lifegame](https://raw.githubusercontent.com/buxx/synergine/master/doc/images/synergine_lifegame_plot.gif)](https://raw.githubusercontent.com/buxx/synergine/master/doc/images/synergine_lifegame_plot.gif) Intelligine, Social bug simulation: Project github page [here](https://github.com/buxx/intelligine). [![Intelligine: egg management](https://raw.githubusercontent.com/buxx/intelligine/master/doc/images/intelligine_eggs_20150421.gif)](https://raw.githubusercontent.com/buxx/intelligine/master/doc/images/intelligine_eggs_20150421.gif) [![Intelligine: ressource exploration](https://raw.githubusercontent.com/buxx/intelligine/master/doc/images/intelligine_ressource_20150421_r.gif)](https://raw.githubusercontent.com/buxx/intelligine/master/doc/images/intelligine_ressource_20150421_r.gif)