Skip to content

dridk/estel

Repository files navigation

Estel

Estel is a life simulator like the Conway's game of life, but improved by adding genes and programmable Life. You can create different kind of lifes and add genes in them, defined by value, mutation probability and variation. Then by creating a javascript code for each life, you can determine the behavior of life according gene's value. This software is made with in C++/Qt4 using GPL3 licence.

Compile the code

it's particulary easy to compile estel. Get the code source from github, and open the "estel.pro" file with qtcreator. You can also directly compile estel from console by typing :

  1. qmake estel.pro
  2. make
  3. ./estel

How to contribute

Become a developper

If you are a Qt developers, you are welcome to join us. YOu can also fork Estel and submit a patch thanks to github.

Submit issue

You are not a coder, but you have ideas, founds bugs ask for improving ? Then, please add issues from the github issue page.

About

simulator of life evolution

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages