Aluriak / EvolAcc

Generalist life simulator in python
MIT License
2 stars 1 forks source link

EvolAcc

Introduction

EvolAcc aims to be a life simulator based on programmable replicator unit inside a N dimensions world. EvolAcc provides a powerful API for creation and management of simulation, that allow user to create complex systems. Moreover, EvolAcc is totally extendable and provides tools for simplify observation and analysis of simulations.

Dependencies

EvolAcc uses Python 3 and some pip installable python modules:

See requirements.txt file for more info.
Pip allow quick installation of all modules with :

    pip install -r requirements.txt

Careful: on some systems (those use python 2 by default), pip3 must be used instead of pip.

License

MIT. See LICENSE file.

Versions

EvolAcc use the SemVer naming for versionning.
All versions with changelog are described here: API can drastically change while in Beta. (<1.0.0)

Planned for next versions

0.2.0

Current version.

0.1.0

Stable version.