Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dridk/estel

simulator of life evolution
https://github.com/dridk/estel

Last synced: 19 days ago
JSON representation

simulator of life evolution

Awesome Lists containing this project

README

        

# 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.