Artificial Life

Achats via l'appli
1K+
Téléchargements
Classification du contenu
PEGI 3
Capture d'écran
Capture d'écran
Capture d'écran
Capture d'écran
Capture d'écran
Capture d'écran
Capture d'écran
Capture d'écran
Capture d'écran
Capture d'écran
Capture d'écran
Capture d'écran
Capture d'écran
Capture d'écran
Capture d'écran
Capture d'écran
Capture d'écran
Capture d'écran
Capture d'écran
Capture d'écran
Capture d'écran
Capture d'écran
Capture d'écran
Capture d'écran

À propos de l'application

This app lets you play with simple simulated creatures and their evolution. It features a few genetic representations ("languages"), where each symbol in a genotype defines some characteristic of a creature (a "phenotype"). Each genetic representation has its own methods of mutation (modifying small parts of a genotype) and crossover (exchanging genes of two parents to produce an offspring).

The performance of each creature is evaluated in terms of speed on land, speed in water, and height of its center of mass. These criteria can be set as fitness. Since you have mutation and crossover available to change genotypes randomly, you can run an evolutionary process and see how fitness in the population increases.

You can also guide evolution according to your preferences by making creatures you like reproduce and generate their random variations.

If you understand a genetic language, you can even edit genes manually by deleting and adding genetic symbols, and this way build a creature you want or improve an existing one.

The app features some quests to help you familiarize with genetic languages and the properties of evolution such as convergence, diversity, selection pressure, the influence of mutation rate, or the population size. Advanced users can even try their own formulas for fitness, for example to maximize both height and speed simultaneously, or to add even more criteria.

Some demonstrations are included as well that show the concepts of directed (external fitness) and undirected (internal fitness) evolution, mutation, swarming, and communication.

This app is based on the Framsticks simulator. You can learn more at http://www.framsticks.com/
Date de mise à jour
9 mai 2025

Sécurité des données

La sécurité, c'est d'abord comprendre comment les développeurs collectent et partagent vos données. Les pratiques concernant leur confidentialité et leur protection peuvent varier selon votre utilisation, votre région et votre âge. Le développeur a fourni ces informations et peut les modifier ultérieurement.
Aucune donnée partagée avec des tiers
En savoir plus sur la manière dont les développeurs déclarent le partage
Aucune donnée collectée
En savoir plus sur la manière dont les développeurs déclarent la collecte

Nouveautés

• improved simulation
• f9: the stick colors match gene letter colors, making it easier to link genes to phenes
• f9: less diversifying crossover
• sharing screenshots available
• sharing a genotype as a *.gen file instead of a plain text string
• the app can open *.gen files and import selected genotypes
• support for cursor keys/pad navigation in UI
• resolved missing background image and "pink water" visual glitch on specific devices
• properly scale width of sticks
• improvements in the UI