Aluriak / EvolAcc

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

Config rewriting #8

Open Aluriak opened 9 years ago

Aluriak commented 9 years ago

Config module is awful. It need to be rewrited for allow a simpler command line option modification.

Aluriak commented 9 years ago

EvolAcc must be rewritable while running, for allowing both user and program interfacing. A solution is to allow EvolAcc to read file or flow (JSON string, for example) while running, and apply operations described in it.

An ordered list in JSON format of options that already exist is exactly what is needed. Example :

With a complete API, EvolAcc can be driven by others programs that generate json.